aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-04-07 20:48:32 +0000
committerplegall <plg@piwigo.org>2010-04-07 20:48:32 +0000
commitb6a8c1a305d91d0393d6cc18a6a56d1a756fe1c9 (patch)
treeb8a39a6a2d3c8e70040dea5ae8e7134ecdff82fd /admin
parentc84b931f128ee3b5ab9cfab05c538bd4264693fb (diff)
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
Diffstat (limited to 'admin')
-rw-r--r--admin/themes/clear/icon/help.pngbin1994 -> 1684 bytes
-rw-r--r--admin/themes/clear/theme.css3
-rw-r--r--admin/themes/default/default-layout.css12
-rw-r--r--admin/themes/roma/theme.css3
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
--- a/admin/themes/clear/icon/help.png
+++ b/admin/themes/clear/icon/help.png
Binary files 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 {