diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-09 19:05:52 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-09 19:05:52 +0000 |
commit | 2813b39eac10cbaf8a3c6a5016b3866d64cc141e (patch) | |
tree | 4189b06f4c9f6d016917fbb73bc68e841df22a23 /admin/template/goto/theme | |
parent | 325b275c960712851ce9143481367fcc29be1acc (diff) |
Sylvia theme:
- Slideshow icon left margin 7%
- Missing Pause icon.
- Missing Rating stars icons.
Roma:
- Adjust line-height to avoid truncated line in plugin menu scroll zone
git-svn-id: http://piwigo.org/svn/trunk@2694 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/theme')
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 8d1f7671a..d807b812b 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -119,7 +119,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 { height:185px; margin-right:10px; overflow-y:auto; +#menubar ul.scroll { height:163px; 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; @@ -142,9 +142,8 @@ color: #F70; border-bottom: 0px dotted #F70;} #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:10px 0pt 3px 9px; - list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; } - +#menubar ul { color: #333; margin:0 0 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; } .cluetip-default h3#cluetip-title { color: #ff3363; background-color: #111; } |