summaryrefslogtreecommitdiff
path: root/lib/gallery.common.css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-12-12 17:13:24 -0700
committerChad Kieffer <ckieffer@gmail.com>2009-12-12 17:13:24 -0700
commit7515b424e00831e9588a48ab46eca0405dde250f (patch)
treeac9d8d00864e9d1d9824639a4e5b46d50a85f750 /lib/gallery.common.css
parent3d1f166fe5747bc3d11fb6cecf2a11b143efeec4 (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.css6
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 {