diff options
-rw-r--r-- | modules/node/node.css | 4 | ||||
-rw-r--r-- | modules/system/system.css | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/modules/node/node.css b/modules/node/node.css index 95eb73496..029e83b8e 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -24,6 +24,10 @@ td.revision-current { display: block; width: 95%; } +.node-form .container-inline .form-text { + display: inline; + width: auto; +} .node-form .standard { clear: both; } diff --git a/modules/system/system.css b/modules/system/system.css index a11e33876..2632bcf04 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -32,9 +32,6 @@ thead th { .breadcrumb { padding-bottom: .5em } -.container-inline div { - display: inline; -} .error { color: #f00; } @@ -153,6 +150,13 @@ dl.multiselect .form-item { } /* +** Inline items (need to override above) +*/ +.container-inline div, .container-inline label { + display: inline; +} + +/* ** Tab navigation */ ul.primary { |