summaryrefslogtreecommitdiff
path: root/modules/system
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 /modules/system
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 'modules/system')
-rw-r--r--modules/system/system.theme.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/modules/system/system.theme.css b/modules/system/system.theme.css
index 27be0528b..eb37db267 100644
--- a/modules/system/system.theme.css
+++ b/modules/system/system.theme.css
@@ -69,7 +69,8 @@ td.active {
/**
* Markup generated by Form API.
*/
-.form-item {
+.form-item,
+.form-actions {
margin-top: 1em;
margin-bottom: 1em;
}
@@ -82,18 +83,14 @@ tr.even .form-item {
.form-item .description {
font-size: 0.85em;
}
-.form-item label {
+label {
display: block;
font-weight: bold;
}
-.form-item label.option {
+label.option {
display: inline;
font-weight: normal;
}
-.form-checkboxes,
-.form-radios {
- margin: 1em 0;
-}
.form-checkboxes .form-item,
.form-radios .form-item {
margin-top: 0.4em;
@@ -118,6 +115,15 @@ input.form-radio {
}
/**
+ * Inline items.
+ */
+.container-inline .form-actions,
+.container-inline.form-actions {
+ margin-top: 0;
+ margin-bottom: 0;
+}
+
+/**
* Markup generated by theme_more_link().
*/
.more-link {