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 /lib | |
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 'lib')
-rw-r--r-- | lib/gallery.common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index b5692877..6709e4db 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -558,8 +558,8 @@ div#g-action-status { .g-inline li { float: left; - margin-left: 1.6em; - padding-left: 0; + margin-left: 1.8em; + padding-left: 0 !important; } .g-inline li.g-first { |