web/static/ldt/css/registration.css
changeset 72 47e0f0eef1cc
equal deleted inserted replaced
71:165d249eecc9 72:47e0f0eef1cc
       
     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 	padding-left: 25px; 
       
    19 }
       
    20 
       
    21 #login_links_list ul {
       
    22 	list-style: none;
       
    23 }
       
    24 
       
    25 
       
    26 #loginform_div ul {
       
    27 	list-style: none;
       
    28 }
       
    29 
       
    30 #loginform_div label {
       
    31 	display: inline;
       
    32 	float: left;
       
    33 	width: 110px;
       
    34 }