diff options
author | Martin Wright <martin@mysociety.org> | 2014-04-07 14:53:14 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-04-24 15:38:16 +0100 |
commit | 0b51fcc92a892cd1c5213c1c44565421ab26e282 (patch) | |
tree | 86414976be9ed034cff6df8ee88f5ee49d5245b2 | |
parent | 7b1f7bc8135fa733d1dca1229ea968cb9aa75e66 (diff) |
strip-back and style view requests page
-rw-r--r-- | app/assets/stylesheets/responsive/_request_style.scss | 32 |
1 files changed, 14 insertions, 18 deletions
diff --git a/app/assets/stylesheets/responsive/_request_style.scss b/app/assets/stylesheets/responsive/_request_style.scss index 43ea33b8d..ca122acc0 100644 --- a/app/assets/stylesheets/responsive/_request_style.scss +++ b/app/assets/stylesheets/responsive/_request_style.scss @@ -12,10 +12,10 @@ div.correspondence { } div.comment_in_request { - border-style:dotted; - margin:0 0 1em 50px; + border: 1px dotted #ccc; + margin:0 0 1em 3em; padding:0 0.5em; - border-width:1px; + h2 { font-size:1em; } @@ -39,9 +39,7 @@ div.comment_in_request { height:48px; float:left; vertical-align:middle; - border:1px solid #ddd; - margin-right:5px; - padding:2px; + margin-right:0.5em; } .user_photo_on_comment img { @@ -49,10 +47,7 @@ div.comment_in_request { height:36px; float:left; vertical-align:middle; - border:1px solid #ddd; - margin-right:5px; - margin-top:5px; - padding:2px; + margin-right:0.5em; } a img.attachment_image { @@ -73,18 +68,19 @@ a img.attachment_image { } .describe_state_form,#other_recipients { - font-weight:400; - border-radius:6px; - -moz-border-radius:6px; - margin:15px 0; - padding:10px 20px; + + border-radius:3px; + -moz-border-radius:3px; + margin:1em 0; + padding:0.5em 1em; } .describe_state_form { hr { - border-top:0; - border-style:dotted; - margin:20px 0; + margin-top: 1em; + &+p { + margin-top: 1em; + } } } |