web/static/ldt/css/registration.css
author ymh <ymh.work@gmail.com>
Wed, 09 Mar 2011 16:36:20 +0100
changeset 41 0533a05b7113
parent 0 bdf22b140727
child 60 77d07e49e245
permissions -rw-r--r--
chang external_src_url definition since it may not match teh definition of a url for URLField. This has no impact omn the db

/* 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;
}