aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorGotcha <gotcha@piwigo.org>2010-05-20 08:28:07 +0000
committerGotcha <gotcha@piwigo.org>2010-05-20 08:28:07 +0000
commite48a87fae31c1918295729acb06632c6bd11b31a (patch)
treedccc687e1845061ff54ca59169663b0d1797e843 /admin/themes/roma
parentc1d81dda76d6f28d633ac868d986ae794e751767 (diff)
Correction CSS for Elevator badly placed in the plugins list
bug:1658 git-svn-id: http://piwigo.org/svn/trunk@6247 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index e53bf3538..b49d58545 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -178,7 +178,7 @@ position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color:
#menubar li { margin: 0 0 0 6px; }
#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
#menubar li.external:hover { list-style-image:url(images/external_active.png); }
-#menubar ul { color: #333; margin:0 0 0 9px; line-height: 16px;
+#menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px;
list-style-type: square; list-style-position: inside; padding: 0; }
/* jQuery tooltips */
.cluetip-default #cluetip-outer { border-color: #666; color: #666; background-color: #222; }