summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css20
1 files changed, 13 insertions, 7 deletions
diff --git a/www/style.css b/www/style.css
index 8287b0f..6d9091a 100644
--- a/www/style.css
+++ b/www/style.css
@@ -33,12 +33,13 @@ a.logo{
background-size:66px 66px;
background-color:#3083D6;
background-position: center;
- border: 1px solid red;
+ position: absolute;
+ z-index: 99;
}
-.logo:hover .logo{
+a.logo:hover{
display: block;
background:#98C1EA;
background-image: url(./logo.png);
@@ -90,21 +91,21 @@ div.login-area{
margin-left: auto;
margin-right: auto;
vertical-align: middle;
- border: 1px solid grey;
+ border: 1px solid #1F3D4C;
padding: 10px;
}
h1.login-area{
- font-weight: lighter;
+ font-weight: 200;
}
-
form.login-form{
}
-input.login-input{
- box-shadow: 0px 0px 0px;
+input.login-input[type=text], input.login-input[type=password]{
+ border: none;
+ box-shadow: inset 0px 0px 1px 1px #1F3D4C;
border-radius: 0;
height: 40px;
font-size: 25px;
@@ -120,6 +121,11 @@ input.login-input:focus{
height: 40px;
width: 120px;
display:inline;
+ border: none;
+ box-shadow: inset 0px 0px 1px 1px #1F3D4C;
+ border-radius: 0;
+ font-size: 25px;
+ margin-top: 15px;
}
#recover-password-link{