web/ldt/media/js/login_ajax/login_ajax.css
changeset 4 7c994c98d1df
parent 3 651f67b66c51
child 5 ae8593287883
equal deleted inserted replaced
3:651f67b66c51 4:7c994c98d1df
     1 #loginform
       
     2 {
       
     3     font-size: 16px;
       
     4     background: #ffffff scroll repeat 0 0;
       
     5     /*border: 2px solid #666666;*/
       
     6     text-align: left;
       
     7     /*width: 400px;*/
       
     8 }
       
     9 
       
    10 #loginform .title
       
    11 {
       
    12     color: #FFFFFF;
       
    13     background: #990000 scroll repeat left top;
       
    14     font-weight:bold;
       
    15     height:34px;
       
    16     position: relative;
       
    17     line-height: 34px;
       
    18     overflow: hidden;
       
    19     text-transform: uppercase;
       
    20 }
       
    21 
       
    22 #loginform .title div
       
    23 {
       
    24     font-size: 16px;
       
    25     margin-left:12px;
       
    26 }
       
    27 
       
    28 #loginform .title .closeDOMWindow
       
    29 {
       
    30     float: right;
       
    31     text-decoration: none;
       
    32     color:#ffffff;
       
    33     padding-right:2px;
       
    34 }
       
    35 
       
    36 #loginform .ajaxform_invalid{
       
    37     background: #ffdddd none repeat scroll 0 0;
       
    38 }
       
    39 
       
    40 #loginform .ajaxform_error{
       
    41     display: none;
       
    42     color:red;
       
    43     font-size: 11px;
       
    44     line-height: 13px;
       
    45 }
       
    46 
       
    47 #loginform #msg{
       
    48     display:none;
       
    49     background:#FBE3E4 none repeat scroll 0 0;
       
    50     color: red;
       
    51     padding:0.5em;
       
    52     border-color:#FBC2C4;
       
    53     font-size: 13px;
       
    54     font-weight:bold;
       
    55 }
       
    56 
       
    57 #loginform dl {
       
    58     font-size:13px;
       
    59     line-height:22px;
       
    60 }
       
    61 
       
    62 #loginform dl dt{
       
    63     clear:left;
       
    64     color:#666666;
       
    65     float:left;
       
    66     font-weight:bold;
       
    67     width:100px
       
    68 }
       
    69 
       
    70 #loginform dl dd {
       
    71     margin-left: 110px;
       
    72     padding-bottom: 8px;
       
    73 }
       
    74 
       
    75