theme fixes

This commit is contained in:
SJ
2013-08-06 06:36:56 +02:00
parent 33871b21b7
commit e5b1a19b68
18 changed files with 85 additions and 50 deletions

View File

@ -7,6 +7,13 @@
.mybody { background-color: #6D6D6D; color: #3d3d3d; }
.loginpage {background-color: #fcfcfc; padding-top: 40px; padding-bottom: 40px;}
#logo-lg {width: 300px; margin: 0 auto 20px;}
#compatibility { max-width: 300px; margin:0 auto; color:#444; text-align: justify; }
.form-signin{ max-width:300px; padding:19px 29px 29px; margin:0 auto 20px; background-color:#fff; border:1px solid #e5e5e5; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.05); box-shadow:0 1px 2px rgba(0, 0, 0, 0.05); }
.form-signin .form-signin-heading,.form-signin .checkbox{ margin-bottom: 10px; }
.form-signin input[type="text"], .form-signin input[type="password"]{ font-size:16px; height:auto; margin-bottom:15px; padding:7px 9px; }
#piler1 { width: 100%; height: 100%; background: #ffffff; border: 0px solid black; position: absolute; margin-left: auto; margin-right: auto; padding-top: 0px; }
#messagebox1 { position: absolute; top: 0px; left: 50%; border: 3px solid red; display: none; background: orange; color: #000000; font-weight: bold; padding: 15px; z-index: 1; }
@ -160,7 +167,6 @@
.message_highlight { background: lightblue; }
}