summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
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 {