diff options
| author | garbash <dor.garbash@gmail.com> | 2015-01-13 12:14:01 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-01-13 12:14:04 +0200 |
| commit | 793ead47307e91d89d591f6cb579c884d15be494 (patch) | |
| tree | f6c16a58d9ce8695e6b8efb1fcc1171a36e10f3d /res/client/css/style.css | |
| parent | bb94165d41118f20df6613a6e4fa4f3b67ce2045 (diff) | |
Style fixed login screen
Font size is larger
Password box placeholder text fix
Diffstat (limited to 'res/client/css/style.css')
| -rw-r--r-- | res/client/css/style.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/res/client/css/style.css b/res/client/css/style.css index b6231384..3f36ed31 100644 --- a/res/client/css/style.css +++ b/res/client/css/style.css @@ -146,8 +146,9 @@ table { margin-left: auto; margin-right: auto; margin-top: 50px; + padding-bottom: 10px; width: 445px; - height: 640px; + height: auto; background: white; } .login-rhizi-logo { @@ -163,11 +164,11 @@ table { color: #ee3654; } .login-text { - font-size: 14px; + font-size: 16px; margin-left: auto; margin-right: auto; - padding-right: 45px; - padding-left: 45px; + padding-right: 30px; + padding-left: 30px; text-align: center; } .login-form { |
