web/static/ldt/css/registration.css
author wakimd
Wed, 22 Dec 2010 12:01:05 +0100
changeset 25 c8dfd7ea87e5
parent 9 22ab430e9b64
permissions -rw-r--r--
Corrections on merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     1
/* style for registration */ 
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     2
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     3
label.error { 
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     4
	float: none; 
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     5
	color: red; 
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     6
	padding-left: .5em; 
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     7
	vertical-align: middle;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     8
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
     9
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    10
#login_links {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    11
	height: 127px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    12
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    13
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    14
#login_links_list {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    15
	border-left: 1px solid black;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    16
	height: 90%;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    17
	padding-top: 6px; 
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    18
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    19
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    20
#login_links_list ul {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    21
	list-style: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    22
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    23
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    24
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    25
#loginform_div ul {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    26
	list-style: none;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    27
}
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    28
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    29
#loginform_div label {
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    30
	display: inline;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    31
	float: left;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    32
	width: 110px;
22ab430e9b64 Corrections on models and general structure
wakimd
parents:
diff changeset
    33
}