@ -180,12 +180,12 @@ input[type="submit"].enabled { background:#66f866; border:1px solid #5e5; -moz-b
width : 22em ;
text-align : center ;
margin : 0 auto ;
color : # 0 30303 ;
color : # 0 00a20 ;
text-shadow : # 3d4d64 0 1px 0 ;
}
# body-login p . info a {
font-weight : bold ;
color : # 0 70707 ;
color : # 0 00d24 ;
}
# body-login # submit . login { margin-right : 7 px ; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */
@ -267,12 +267,17 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; }
position : relative ;
margin : 0 ;
font-size : 1em ;
color : # 0 30303 ;
color : # 0 00d24 ;
text-shadow : # 3d4d64 0 1px 0 ;
padding : 14px ;
padding-left : 28px ;
margin-left : -28px ;
}
# body-login form input [ type = "checkbox" ] + label : hover ,
# body-login form input [ type = "checkbox" ] + label : focus {
color : # 000 ! important ;
text-shadow : # 3d4d64 0 1px 0 ;
}
# body-login form . errors { background : #fed7d7 ; border : 1 px solid #f00 ; list-style-indent : inside ; margin : 0 0 2 em ; padding : 1 em ; }
# body-login . success { background : #d7fed7 ; border : 1 px solid #0f0 ; width : 35 % ; margin : 30 px auto ; padding : 1 em ; text-align : center ; }