web/static/ldt/css/registration.css
author ymh <ymh.work@gmail.com>
Thu, 28 Oct 2010 00:37:07 +0200
changeset 19 cbc514bab5bf
parent 1 eb9188f2ee4f
permissions -rw-r--r--
Added tag V00.06 for changeset b9c2a90029e7

/* style for registration */ 

label.error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: middle;
}

#login_links {
	height: 127px;
}

#login_links_list {
	border-left: 1px solid black;
	height: 90%;
	padding-top: 6px; 
}

#login_links_list ul {
	list-style: none;
}


#loginform_div ul {
	list-style: none;
}

#loginform_div label {
	display: inline;
	float: left;
	width: 110px;
}