diff options
author | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-22 23:34:50 +0000 |
---|---|---|
committer | Nathan Kinkade <nkinkade@nkinka.de> | 2009-12-22 23:34:50 +0000 |
commit | 5855c4333ce6929c63d5639c7623152d80447d47 (patch) | |
tree | e2a22c1b7c6d95539fd63984622124deb934b875 /lib | |
parent | 1baaeeefe81ef1a96153a050e9307d99768dd0df (diff) | |
parent | 86e0bc863a1c6739a9cd153931c099307e4c1000 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gallery.common.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css index e586f29a..87498b40 100644 --- a/lib/gallery.common.css +++ b/lib/gallery.common.css @@ -145,6 +145,10 @@ input[type="reset"] { display: none; } +input[readonly] { + background-color: #F4F4FC; +} + #g-dialog input.textbox, #g-dialog input[type=text], #g-dialog input[type=password], @@ -316,6 +320,7 @@ tr.g-warning td.g-warning { form .g-error { background-color: #fff; + padding-left: 20px; } .g-open { @@ -488,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; } @@ -512,6 +518,10 @@ div#g-action-status { margin-bottom: 1em; } +.g-message { + background-position: 0 50%; +} + /* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-breadcrumbs { |