/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
85.1.27 by a11andoh
added function to get ssn and name for the registrationspages in the user model.
1
#bigwrapper {
2
	position:absolute;
3
	top:54px;
4
	width:1024px;
5
	margin: 0 auto;
6
	left:50%;
7
	margin-left:-351px;
90.2.3 by a11timgu
added the first time time registration for the instructor.
8
}
9
10
#regWrapper {
85.1.27 by a11andoh
added function to get ssn and name for the registrationspages in the user model.
11
	width: 697px;
90.2.3 by a11timgu
added the first time time registration for the instructor.
12
	border: 1px solid #cccccc;
13
	background: #f5f5f5;
14
	text-align: center;
15
	font-size: 1.6em;
16
	line-height: 130%;
17
}
18
19
#regForm {
20
margin: 10px auto;
21
display: table;
22
border-spacing:0 10px;
23
}
24
25
input {
26
	-webkit-border-radius: 5px;
27
	-moz-border-radius: 5px;
28
	border-radius: 5px;
29
}
30
85.1.27 by a11andoh
added function to get ssn and name for the registrationspages in the user model.
31
.confirmbuttonlooks {
32
	padding:4px;
85.1.28 by a11andoh
minor fix to registration css
33
	border:gray solid 1px;
85.1.27 by a11andoh
added function to get ssn and name for the registrationspages in the user model.
34
}
35
.confirmbuttonlooks:hover {
36
	background-image: linear-gradient(to bottom,#fff,#ccc);
37
	-webkit-box-shadow: 0px 0px 1px 1px #999;
38
	box-shadow: 0px 0px 1px 1px #999;
39
}
90.2.3 by a11timgu
added the first time time registration for the instructor.
40
#regForm td{
41
	padding: 5px;	
42
}
43
44
#buttonposition {
85.1.27 by a11andoh
added function to get ssn and name for the registrationspages in the user model.
45
	padding-left: 0px;
90.2.3 by a11timgu
added the first time time registration for the instructor.
46
}
47
48
#regformcontenttext {
49
padding-top:5px;
50
}
51
52
#grayText {
53
	color: red;
54
}
55
56
#regHeader {
57
	font-weight: bold;
58
	font-size: 1.1em;
59
	padding: 20px 0 10px 0;
60
}