summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2015-02-14 23:58:15 +0200
committerOfer Lehr <ofer@oferlehr.com>2015-02-14 23:58:15 +0200
commit0c9c8bd4772a8c552cd48496f93830de5c670564 (patch)
tree417f5b1004f80b9b4ca2184dd8f728d4e0c04f23 /res/client/css/style.css
parent27f16c17b377f19bd21609bb8f3b935ec19da739 (diff)
error msg in sign up is now readable - fixes #323
Diffstat (limited to 'res/client/css/style.css')
-rw-r--r--res/client/css/style.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css
index 52263b99..aef50fc7 100644
--- a/res/client/css/style.css
+++ b/res/client/css/style.css
@@ -960,14 +960,16 @@ p {
margin-top: 30px;
margin: 10px; }
-#err_msg_row {
- border-radius: 3px;
- background-color: #413B38;
- color: #fff;
- display: none;
- margin: 10px;
- padding: 5px;
- vertical-align: middle; }
+#err_msg_row p {
+ margin-top: 12px;
+ width: 92%;
+ padding: 12px;
+ font-size: 14px;
+ line-hight: 18px;
+ text-align: center;
+ color: #d10a40;
+ background-color: #fef2f4;
+ border: 1px solid #d10a40; }
.tool_bar_btn {
border: 1px solid #919095;