diff options
author | vdigital <vdigital@piwigo.org> | 2008-09-23 17:56:54 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-09-23 17:56:54 +0000 |
commit | 8ffef257e1c856aa3c91824e1158aefd170c5260 (patch) | |
tree | f8682cd5316f162386b9614807018f7b3e7bea8c /admin/template/goto/theme/roma/theme.css | |
parent | 1da4bc7daa2e8485f708f6da84e811b8bd83f51b (diff) |
Plugins menu revised to have a link to plugin list at upper level.
And scroll in case of...
git-svn-id: http://piwigo.org/svn/trunk@2574 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme/roma/theme.css')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index ea2d4cc4e..48a2d9382 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -117,7 +117,7 @@ background:transparent url(images/active_tab2.png) no-repeat scroll right 0px; } background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom; border:0; display:inline; float:left; left:0; margin: 0 0 0 35px; min-height:475px; height:475px; /* should be 477 */ padding:0; width:207px; z-index:99; text-align: left; } -#menubar ul.scroll { overflow-y:auto; height: 148px; margin-right:8px; +#menubar ul.scroll { height:185px; margin-right:10px; overflow-y:auto; /* Only IE family supports colored scrollbar */ scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000; scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111; |