summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-10-16 01:35:05 -0600
committerTim Almdal <tnalmdal@shaw.ca>2009-10-16 08:50:58 -0700
commit9e833c9443bee5230ab0dbdf7f800d34287a84ce (patch)
tree5e2cfbbbaf771c53097c01dbab8d3291e1e18249
parent9ce46c1df60de90e1386acf313b05213795897eb (diff)
Remove bg icons when an <li> in a form is tagged with g-error, etc. Minor consistency updates for form layout styles in views and dialogs.
-rw-r--r--lib/gallery.common.css13
-rw-r--r--themes/wind/css/screen.css6
2 files changed, 15 insertions, 4 deletions
diff --git a/lib/gallery.common.css b/lib/gallery.common.css
index 264d3c2e..b8d1eae9 100644
--- a/lib/gallery.common.css
+++ b/lib/gallery.common.css
@@ -62,7 +62,15 @@
.g-info,
.g-success,
.g-warning {
- padding: .4em .5em .4em 30px;
+ padding-left: 30px;
+}
+
+form li.g-error,
+form li.g-info,
+form li.g-success,
+form li.g-warning {
+ background-image: none;
+ padding: .3em .8em .3em 1em;
}
.g-error,
@@ -212,6 +220,7 @@ form .g-error {
#g-site-status li {
border-bottom: 1px solid #ccc;
+ padding: .3em .3em .3em 30px;
}
.g-module-status {
@@ -290,6 +299,8 @@ form .g-error {
#g-dialog fieldset {
border: none;
+ padding: 0 !important;
+ width: 99%;
}
#g-dialog legend {
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index ab3730c7..cae472be 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -122,7 +122,7 @@ td {
fieldset {
border: 1px solid #ccc;
- padding-bottom: .8em;
+ padding: .8em 1em !important;
}
#g-banner fieldset,
@@ -133,7 +133,7 @@ fieldset {
legend {
font-weight: bold;
- margin-left: 1em;
+ margin-left: .8em;
}
#g-banner legend,
@@ -178,7 +178,7 @@ option:focus {
form li {
margin: 0 !important;
- padding: .3em 1.5em .3em 1em;
+ padding: .3em 0;
}
form ul ul {