From 8ffef257e1c856aa3c91824e1158aefd170c5260 Mon Sep 17 00:00:00 2001 From: vdigital Date: Tue, 23 Sep 2008 17:56:54 +0000 Subject: 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 --- admin/template/goto/admin.tpl | 11 +++++------ admin/template/goto/theme/roma/theme.css | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'admin') diff --git a/admin/template/goto/admin.tpl b/admin/template/goto/admin.tpl index 8a0893c0e..4ee3fd7c5 100644 --- a/admin/template/goto/admin.tpl +++ b/admin/template/goto/admin.tpl @@ -84,12 +84,11 @@ jQuery().ready(function(){ldelim}
  • {'History'|@translate}
  • {'Maintenance'|@translate}
  • {'Advanced_features'|@translate}
  • -
  • - {'Plugins'|@translate} - 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; -- cgit v1.2.3