diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-17 21:15:33 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-17 21:16:43 -0800 |
commit | 20ae106c22b9528d34fb85d09a7ab542e6c6c880 (patch) | |
tree | e33d8e70a282416802782448b114dbe52d460cb7 /themes/admin_wind/css | |
parent | df703fbd5cf8f3c5152cd6448dd0e08b3e48ea93 (diff) |
Display a message in the "Check for Gallery upgrades" block when
there's a newer version available, even if the user has dismissed the
site status message. #1605.
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r-- | themes/admin_wind/css/screen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 7d491cb7..a5376ff6 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -888,10 +888,10 @@ button { background-position: .4em .3em; border: 1px solid #ccc; padding: 0; + margin-bottom: 1em; } #g-action-status { - margin-bottom: 1em; } #g-action-status li, |