diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-16 10:14:55 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-12-16 10:14:55 -0800 |
commit | 0d4c808b8ed3f75168bc73dfd4bec700542e0f43 (patch) | |
tree | 0b372bdd0634dfe17950ee8ca373e718feb3bc78 | |
parent | 61c1a8bfbe83a108adeb748fdba54df00d411db8 (diff) | |
parent | 7515b424e00831e9588a48ab46eca0405dde250f (diff) |
Merge branch 'master' into talmdal_dev
-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 { |