diff options
Diffstat (limited to 'servo/static')
-rwxr-xr-x | servo/static/css/login.css | 11 | ||||
-rwxr-xr-x | servo/static/css/servo.css | 1 |
2 files changed, 10 insertions, 2 deletions
diff --git a/servo/static/css/login.css b/servo/static/css/login.css index 11363b3..62cc0c7 100755 --- a/servo/static/css/login.css +++ b/servo/static/css/login.css @@ -4,6 +4,7 @@ body { background-color: #f5f5f5; } + form { margin-left: 10px; margin-top: 30px; @@ -13,8 +14,8 @@ form { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; - width: 250px; height: 250px; - padding: 70px; + width: 250px; + padding: 250px 70px; background-color: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; @@ -29,3 +30,9 @@ form { width: 251px; display: block; } + +div.alert { + width: 100%; + position: fixed; + z-index: 99999; +} diff --git a/servo/static/css/servo.css b/servo/static/css/servo.css index ba1a3c8..2f19ef2 100755 --- a/servo/static/css/servo.css +++ b/servo/static/css/servo.css @@ -191,6 +191,7 @@ textarea { .typeahead { margin-top: 0; } + .alert .errorlist { margin: 5px; } |