From e6b90a60afc9126a584001562c33d80480103601 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 16 May 2011 16:34:04 +0200 Subject: [PATCH] fix the drop down arrow in file browser --- css/styles.css | 1 + files/templates/part.list.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index b53343b0f23..0f4d8c5df80 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 0d4fcc75489..19143807c28 100644 --- a/files/templates/part.list.php +++ b/files/templates/part.list.php @@ -4,6 +4,6 @@ )" href="" title=""> - + + \ No newline at end of file