diff options
author | patdenice <patdenice@piwigo.org> | 2011-03-06 09:08:59 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-03-06 09:08:59 +0000 |
commit | 092e49982c03ee009bd0d48c6b6a2bcda377cf36 (patch) | |
tree | b9659f452992ba790158fea3c19e2a2833386039 /admin/themes/clear/theme.css | |
parent | 99634e035b79b58beceae9bed418add6f03bdc7a (diff) |
bug:1768
In administration panel, the message "Gallerie in maintenance" hide information from behind.
git-svn-id: http://piwigo.org/svn/trunk@9551 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/themes/clear/theme.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 37502efba..efc7ece62 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -125,8 +125,8 @@ a:hover, a:active { color: #d54e21; border-bottom: 1px dotted #d54e21; cursor: p .content .navigationBar {color:#999;} 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; } +border:0; color:#ccc; font-size:24px; height:30px; margin:0; padding:10px 0 0; +text-align:center; width:100%; } #content.content div.comment a.illustration{ margin-right: 30px;} /* tabsheets are often used in admin pages => No specific css files */ .tabsheet { |