From d0c95da2cb84927dd3116483476ffeec182472e2 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 14 Jan 2013 20:44:02 +0000 Subject: try to fix buggy admin menu since jquery update git-svn-id: http://piwigo.org/svn/trunk@20156 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/roma/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/themes/roma/theme.css') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 8248a9e36..6622fdd2b 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -159,6 +159,8 @@ position:relative; padding: 5px 1px 4px 5px; top:-8px; font-size: 13px; color: # #menubar li.external:hover { list-style-image:url(images/external_active.png); } #menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; list-style-type: square; list-style-position: inside; padding: 0; } +#menubar ul.scroll { overflow-y:auto; max-height:500px;} + /* jQuery tooltips */ .cluetip-outer { border-color: #666; color: #666; background-color: #222; } .cluetip-title { color: #ff3363; background-color: #111; } -- cgit v1.2.3