summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-27 01:12:45 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-27 01:12:45 +0000
commit477d1f7b39ef5b925c8aa37fc5abd3602b3e8c1a (patch)
treeb562e71254407338182f8755a2b43dd19bf8e031 /themes/garland
parente29eb4dd129ca772da1d259fa736cf3a34350479 (diff)
downloadbrdo-477d1f7b39ef5b925c8aa37fc5abd3602b3e8c1a.tar.gz
brdo-477d1f7b39ef5b925c8aa37fc5abd3602b3e8c1a.tar.bz2
- Patch #162047 by sun, Gurpartap Singh: .container-inline class overridden by system.theme.css; also not working with .form-actions.
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style-rtl.css2
-rw-r--r--themes/garland/style.css18
2 files changed, 5 insertions, 15 deletions
diff --git a/themes/garland/style-rtl.css b/themes/garland/style-rtl.css
index df6e03c7b..0093cf462 100644
--- a/themes/garland/style-rtl.css
+++ b/themes/garland/style-rtl.css
@@ -77,7 +77,7 @@ dl dd {
.form-button,
.form-submit {
- margin: 2em 0 1em 0.5em;
+ margin: 0 0 0 0.5em;
}
.region-header h2 {
diff --git a/themes/garland/style.css b/themes/garland/style.css
index e8e175063..4434a2d2b 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -301,22 +301,12 @@ span.form-required {
margin-bottom: 2em;
}
+.form-actions {
+ margin: 2em 0 1em;
+}
.form-button,
.form-submit {
- margin: 2em 0.5em 1em 0; /* LTR */
-}
-
-#dblog-form-overview .form-submit,
-.confirmation .form-submit,
-.search-form .form-submit,
-.poll .form-submit,
-fieldset .form-button,
-fieldset .form-submit,
-.sidebar .form-button,
-.sidebar .form-submit,
-table .form-button,
-table .form-submit {
- margin: 0;
+ margin: 0 0.5em 0 0; /* LTR */
}
/**