From b5ed698bd24fa6587f9b841b49c09698504477ea Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 18 Nov 2009 10:35:27 +0000 Subject: Setting the width to particular form_settings inputs to auto --- theme/base/css/display.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'theme') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 2df322f13..ccac7af2c 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -126,6 +126,11 @@ float:left; .form_settings .form_data input { width:39%; } +.form_settings .form_data input.submit, +.form_settings .form_data input.checkbox, +.form_settings .form_data input.radio { +width:auto; +} .form_settings .form_data textarea { width:63%; } @@ -561,7 +566,7 @@ font-weight:bold; /* entity_profile */ .entity_profile { position:relative; -width:74.702%; +width:73%; min-height:123px; float:left; margin-bottom:18px; @@ -632,9 +637,9 @@ font-style:italic; /*entity_actions*/ .entity_actions { float:right; -margin-left:2.35%; +margin-left:2%; margin-bottom:18px; -width:21%; +max-width:25%; } .entity_actions h2 { display:none; -- cgit v1.2.3-54-g00ecf