From b6a8c1a305d91d0393d6cc18a6a56d1a756fe1c9 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 7 Apr 2010 20:48:32 +0000 Subject: bug 1582: fix help.png position in administration. better help.png icon for the clear admin theme. git-svn-id: http://piwigo.org/svn/trunk@5699 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/icon/help.png | Bin 1994 -> 1684 bytes admin/themes/clear/theme.css | 3 --- admin/themes/default/default-layout.css | 12 ++++++++++++ admin/themes/roma/theme.css | 3 --- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/admin/themes/clear/icon/help.png b/admin/themes/clear/icon/help.png index c76f68292..b3a7dad85 100644 Binary files a/admin/themes/clear/icon/help.png and b/admin/themes/clear/icon/help.png differ diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index a478728a7..56fdf7d74 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -109,9 +109,6 @@ ul.actions, .content form#waiting {text-align:center;} .header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top; border:0; color:#ccc; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute; text-align:center; top:0; width:100%; z-index:99; } -.HelpActions a { border:0; margin:-14px 14px 0 0; position:absolute; right:0; } -.HelpActions li {list-style-image:none; list-style-position:outside; -list-style-type:none; text-align:center; text-indent:0pt; } #content.content div.comment a.illustration{ margin-right: 30px;} /* tabsheets are often used in admin pages => No specific css files */ .tabsheet { diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 3a16e3566..052791bb2 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -823,3 +823,15 @@ h2:lang(en) { text-transform:capitalize; } #ui-datepicker-div .ui-icon-circle-triangle-w, #ui-datepicker-div .ui-icon-circle-triangle-e {color:transparent;} #ui-datepicker-div A.ui-datepicker-prev, #ui-datepicker-div A.ui-datepicker-next {background-color:transparent;} #ui-datepicker-div A.ui-datepicker-prev:hover, #ui-datepicker-div A.ui-datepicker-next:hover {-moz-border-radius:5px;} + +.HelpActions { + float:right; + margin:0; + padding:0; + padding-top:2px; + padding-left:3px; +} + +.HelpActions a { border:0; margin:0; } +.HelpActions a:hover {border:0;} +.HelpActions li {list-style-image:none; list-style-position:outside; list-style-type:none; text-align:center; text-indent:0pt; } diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 25463f751..1eced26f2 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -118,9 +118,6 @@ ul.actions, .content form#waiting {text-align:center;} .header_msgs { background:transparent url(images/header_msgs-bg.gif) repeat scroll right top; border:0; color:#333; font-size:24px; height:30px; left:0; margin:0; padding:10px 0 0; position:absolute; text-align:center; top:0; width:100%; z-index:99; } -.HelpActions a { border:0; margin:-14px 14px 0 0; position:absolute; right:0; } -.HelpActions li {list-style-image:none; list-style-position:outside; -list-style-type:none; text-align:center; text-indent:0pt; } #content.content div.comment a.illustration{ margin-right: 30px;} /* tabsheets are often used in admin pages => No specific css files */ .tabsheet { -- cgit v1.2.3