diff --git a/css/styles.css b/css/styles.css index b53343b0f2..0f4d8c5df8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -95,6 +95,7 @@ table td.delete { background-image:url('../img/delete.png'); } #fileList tr input[type=checkbox] { display:none; } #fileList tr input[type=checkbox]:checked { display:inline; } #fileList tr:hover input[type=checkbox] { display:inline; } +a.dropArrow{ background-image:url('../img/drop-arrow.png'); width:16px; height:16px; display:block} /* NAVIGATION BAR */ p.nav { margin:1em 0 0 2em; padding:0.8em; line-height:16px; font-weight:bold; } diff --git a/files/templates/part.list.php b/files/templates/part.list.php index 0d4fcc7548..19143807c2 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -4,6 +4,6 @@