summaryrefslogtreecommitdiff
path: root/res/client/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-01-13 12:14:01 +0200
committergarbash <dor.garbash@gmail.com>2015-01-13 12:14:04 +0200
commit793ead47307e91d89d591f6cb579c884d15be494 (patch)
treef6c16a58d9ce8695e6b8efb1fcc1171a36e10f3d /res/client/css/style.css
parentbb94165d41118f20df6613a6e4fa4f3b67ce2045 (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.css9
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 {