diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-11 17:46:30 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-11 17:46:33 +0200 |
| commit | 18e4e1c681df73f278ae90c987b9c30769de2d89 (patch) | |
| tree | 55a247dc423774e527410a9c3da53a6cd1e3efd3 /res/client/css/style.css | |
| parent | b234ba575952dd16aae9b4c3fe0b024d7a1a02dd (diff) | |
wip - login styling2
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index f7c26017..7bba5ba6 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -172,14 +172,49 @@ table { margin-bottom: 50px; margin-left: 150px; margin-right: 150px; - text-align: center; } + text-align: center; + padding: 20px; + width: 300px; + position: relative; } -input { +.clearfix { + *zoom: 1; } + .clearfix:before, .clearfix:after { + content: ' '; + display: table; } + .clearfix:after { + clear: both; } + +.login-input { border: none; font-family: inherit; font-size: inherit; margin: 0; -webkit-appearance: none; } + .login-input:focus { + outline: none; } + .login-input[type="submit"] { + cursor: pointer; + background: #ee3654; + border-radius: 3px; + color: #fff; + float: right; + font-weight: bold; + margin-top: 20px; + padding: 12px 20px; } + .login-input[type="submit"]:hover { + background: #d10a40; } + .login-input[type="email"] { + border: 1px solid #dcdcdc; + padding: 12px 10px; + width: 100%; + border-radius: 3px 3px 0 0; } + .login-input[type="password"] { + border: 1px solid #dcdcdc; + padding: 12px 10px; + width: 100%; + border-top: none; + border-radius: 0px 0px 3px 3px; } .forgot-password { color: #919095; |
