aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/responsive/_request_style.scss32
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;
+ }
}
}