diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-12-12 17:13:24 -0700 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-12-12 17:13:24 -0700 |
commit | 7515b424e00831e9588a48ab46eca0405dde250f (patch) | |
tree | ac9d8d00864e9d1d9824639a4e5b46d50a85f750 /lib/gallery.common.css | |
parent | 3d1f166fe5747bc3d11fb6cecf2a11b143efeec4 (diff) |
Tighten-up white space for error message/icon on forms. Fix icon/white-space on g2_import messages, fixes #765.
Diffstat (limited to 'lib/gallery.common.css')
-rw-r--r-- | lib/gallery.common.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index 5119bf79..87498b40 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -320,6 +320,7 @@ tr.g-warning td.g-warning { form .g-error { background-color: #fff; + padding-left: 20px; } .g-open { @@ -492,6 +493,7 @@ ul.sf-menu li li li.sfHover ul { /* Status and validation messages ~~~~ */ .g-message-block { + background-position: .4em .3em; border: 1px solid #ccc; padding: 0; } @@ -516,6 +518,10 @@ div#g-action-status { margin-bottom: 1em; } +.g-message { + background-position: 0 50%; +} + /* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-breadcrumbs { |