summaryrefslogtreecommitdiff
path: root/themes/wind/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-08 13:47:30 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-08 13:47:30 -0700
commit7ad203b97a148c1e3b0585bf2554819bdc87ce98 (patch)
tree228e1e6ab9242f97687d6c0bb42f3580707b97f9 /themes/wind/css
parent6f315ad89c06431b408fcdf24393ad13daed845d (diff)
parentb6c1ba7ea6416630b2a44b3df8400a2d48460b0a (diff)
Merge branch 'master' of git@github.com:gallery/gallery3 into talmdal_dev
Diffstat (limited to 'themes/wind/css')
-rw-r--r--themes/wind/css/fix-ie.css2
-rw-r--r--themes/wind/css/screen.css15
2 files changed, 2 insertions, 15 deletions
diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css
index be6e22be..60abc08d 100644
--- a/themes/wind/css/fix-ie.css
+++ b/themes/wind/css/fix-ie.css
@@ -19,7 +19,7 @@ input.submit {
width: 110px;
}
-#g-dialog a.g-cancel {
+#g-dialog .g-cancel {
display: inline-block !important;
float: none !important;
}
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css
index 409cbcad..5c65e344 100644
--- a/themes/wind/css/screen.css
+++ b/themes/wind/css/screen.css
@@ -234,18 +234,6 @@ li.g-error select {
margin-top: 1em;
}
-/* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */
-
-form .g-error,
-.g-pager .g-info {
- background-color: #fff !important;
-}
-
-.g-pager .g-info {
- background-image: none !important;
- padding: 0 !important;
-}
-
/* Inline layout (forms, lists) ~~~~~~~~~~ */
.g-short-form li {
@@ -408,7 +396,7 @@ form .g-error,
#g-content #g-item .g-fullsize-link img {
display: block;
- margin: 1em auto !important;
+ margin: 1em auto;
}
#g-content #g-comments {
@@ -899,7 +887,6 @@ form .g-error,
}
.rtl .g-left,
-.rtl #g-dialog .g-cancel,
.rtl form ul ul li,
.rtl input[type="submit"],
.rtl input[type="reset"],