app/site-content/css/login.css
changeset 9 38727da8a948
parent 8 294ff7ac9cb6
equal deleted inserted replaced
8:294ff7ac9cb6 9:38727da8a948
     7 
     7 
     8 legend				{ display: none; }
     8 legend				{ display: none; }
     9 
     9 
    10 fieldset			{ border: 0; }
    10 fieldset			{ border: 0; }
    11 
    11 
    12 label				{ width: 115px; text-align: right; float: left; margin: 0 10px 0 0; padding: 9px 0 0 0; font-size: 16px; }
    12 label				{ width: 115px; text-align: right; float: left; margin: 0 10px 0 0; padding: 9px 0 0 0; font-size: 14px; }
    13 
    13 
    14 input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px 0; font-size: 18px;
    14 input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px 0; font-size: 14px;
    15 					  color: #3a3a3a; font-family: Georgia, serif;}
    15 					  color: #3a3a3a; font-family: Georgia, serif;}
    16 input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
    16 input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
    17 					  
    17 					  
    18 .button				{ background: url(/site-content/images/button-bg.png) repeat-x top center; border: 1px solid #999;
    18 .button				{ background: url(/site-content/images/button-bg.png) repeat-x top center; border: 1px solid #999;
    19 					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
    19 					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;