From 0c9c8bd4772a8c552cd48496f93830de5c670564 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sat, 14 Feb 2015 23:58:15 +0200 Subject: error msg in sign up is now readable - fixes #323 --- res/client/css/style.css | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'res/client/css/style.css') 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; -- cgit v1.3.1