From: Robin Appelman Date: Mon, 16 May 2011 14:34:04 +0000 (+0200) Subject: fix the drop down arrow in file browser X-Git-Tag: v3.0~267^2~558^2~26 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6b90a60afc9126a584001562c33d80480103601;p=nextcloud-server.git fix the drop down arrow in file browser --- 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