diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-10 17:22:09 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-10 17:22:09 +0200 |
| commit | a68038b3bbee71311feb64c7036ee5bf8dc6037c (patch) | |
| tree | 710a9105806c34f2fcbc47eab1ba4c209bf33a9d /res/client/css/style.css | |
| parent | bf8ad7015aacb842fea585d1bd7563cee1f4d959 (diff) | |
reuse background image style with signup page
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index 8c80fcaf..531b15c6 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -895,7 +895,10 @@ p { margin-left: auto; margin-right: auto; display: block; - margin-top: 20%; } + padding: 20px 30px; + margin-top: 80px; + background: white; + box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.3); } #signup_form___submit_button { background-color: #ee3654; |
