diff options
-rw-r--r-- | admin/themes/clear/icon/help.png | bin | 1994 -> 1684 bytes | |||
-rw-r--r-- | admin/themes/clear/theme.css | 3 | ||||
-rw-r--r-- | admin/themes/default/default-layout.css | 12 | ||||
-rw-r--r-- | 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 Binary files differindex c76f68292..b3a7dad85 100644 --- a/admin/themes/clear/icon/help.png +++ b/admin/themes/clear/icon/help.png 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 { |