aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/main.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index 2aee210c4..dccafcc99 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -597,9 +597,12 @@ div.pagination { text-align: center; padding-top: 0.3em;}
margin-bottom: 1em;
font-size: 1.0em;
color: #454545;
+ float: left;
+ width: 37em;
}
.requires_admin_details {
margin-left: 1.8em;
+ width: 30em;
}
/*---------------- content : request detail pages */
@@ -648,7 +651,9 @@ div.comment_in_request h2
div#add_annotation
{
- clear: both;
+ float: left;
+ margin-bottom: 1em;
+ width: 37em;
}
/* id starts with... */
@@ -693,8 +698,6 @@ a img.attachment_image {
clear: both;
}
-
-.describe_state_form,
#followup
{ clear: both; float: left; }