diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-27 23:18:45 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-27 23:18:45 -0600 |
commit | 27571a1467e34a6774f250a22ce9ab16fddd909a (patch) | |
tree | 7cafa72e749b7e5ba085c72b227a382ef269b7a6 /themes/admin_wind/css | |
parent | d182ba9b570c4474f9e7248d310d48b44340f105 (diff) |
We really only need one "back to the Gallery" link in the banner. Replace the one on the left with "you are logged in as". Added a bit of height to the admin banner to space out the admin menu from the login menu. Forced the removal of padding-left in g-inline list items.
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 4ae0c218..38fe50cf 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -246,7 +246,7 @@ th { background: transparent url('../../../lib/images/logo.png') no-repeat 0 .5em; color: #A5A5A5 !important; display: block; - height: 55px; + height: 65px; padding-top: 5px; width: 105px; } |