web/static/ldt/css/registration.css
changeset 9 22ab430e9b64
equal deleted inserted replaced
8:5bb249eefdd1 9:22ab430e9b64
       
     1 /* style for registration */ 
       
     2 
       
     3 label.error { 
       
     4 	float: none; 
       
     5 	color: red; 
       
     6 	padding-left: .5em; 
       
     7 	vertical-align: middle;
       
     8 }
       
     9 
       
    10 #login_links {
       
    11 	height: 127px;
       
    12 }
       
    13 
       
    14 #login_links_list {
       
    15 	border-left: 1px solid black;
       
    16 	height: 90%;
       
    17 	padding-top: 6px; 
       
    18 }
       
    19 
       
    20 #login_links_list ul {
       
    21 	list-style: none;
       
    22 }
       
    23 
       
    24 
       
    25 #loginform_div ul {
       
    26 	list-style: none;
       
    27 }
       
    28 
       
    29 #loginform_div label {
       
    30 	display: inline;
       
    31 	float: left;
       
    32 	width: 110px;
       
    33 }