summaryrefslogtreecommitdiff
path: root/res/client/css/by-view
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-04-05 14:56:16 +0300
committerLV-426 <lv-426@taproot.org.il>2015-04-05 14:57:44 +0300
commitd1202ab2958a8c06aac99a6c20656d2e054716f6 (patch)
tree4749d02253b6c5ae5ee3a180fffe019853c3e67a /res/client/css/by-view
parentb2d0d1f15ad848afd633889c56fa72c245d80ba5 (diff)
user-signup: style: msg row background
Diffstat (limited to 'res/client/css/by-view')
-rw-r--r--res/client/css/by-view/user-signup.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/client/css/by-view/user-signup.scss b/res/client/css/by-view/user-signup.scss
index 52a47f14..0edf0901 100644
--- a/res/client/css/by-view/user-signup.scss
+++ b/res/client/css/by-view/user-signup.scss
@@ -37,4 +37,6 @@
}
#signup_form__msg_row {
-} \ No newline at end of file
+ padding: 5px;
+ background-color: antiquewhite;
+}