summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-11-18 10:35:27 +0000
committerSarven Capadisli <csarven@status.net>2009-11-18 10:35:27 +0000
commitb5ed698bd24fa6587f9b841b49c09698504477ea (patch)
tree82abcb440643e30dd5f1b8933870f20e015a4efd /theme
parent9e756d6b152948d1a1df5da8b1eb5eb40e4cde0c (diff)
Setting the width to particular form_settings inputs to auto
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css11
1 files changed, 8 insertions, 3 deletions
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;