From 4750fb3184cd9820b76c979456193a07727f5587 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 5 Sep 2006 03:50:57 +0000 Subject: #43990: Fix container-inline for node text fields --- modules/system/system.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'modules/system') 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; } @@ -152,6 +149,13 @@ dl.multiselect .form-item { margin: 0; } +/* +** Inline items (need to override above) +*/ +.container-inline div, .container-inline label { + display: inline; +} + /* ** Tab navigation */ -- cgit v1.2.3