/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
57.3.2 by Simon Bergöö
added some files for the popups
1
#loginFormContainer{
2
	z-index:3000000;
3
	position: fixed;
4
    height: 175px;
5
    width: 305px;
6
	padding-left:15px;
7
    margin: -150px 0 0 -160px;
8
    top: 50%;
9
    left: 50%;
10
	background-color:lightgray;
11
	border: 1px solid darkgray;
12
	font: 13px Helvetica;
13
	text-shadow: 0.5px 0.5px #ddd;
14
	color: #4F5155;	
15
}
16
h2.loginTitle{
17
	margin:0;
18
	margin-left:-15px;
19
	margin-bottom:10px;
20
	text-indent:15px;
21
	padding-top:5px;
22
	padding-bottom:5px;
23
	color:#FFF;
24
	font-size:24px;
25
	line-height:100%;
26
	background-color:#333333;
27
	}
28
input.text{
29
	float:left;
30
	margin-top:10px;
31
	margin-left:5px;
32
	margin-right:5px;
33
	height:30px;
34
	background-color:white;
35
	width:280px;
36
	font-size:22px;
37
	color:color:#333333;
38
	display:inline-block;
39
	/*Rounded corners*/
40
	-webkit-border-radius: 7px;
41
	-moz-border-radius: 7px;
42
	border-radius: 7px;
43
}
44
45
input.submit{
46
	float:right;
47
	height:35px;
48
	width:100px;
49
	background-image: linear-gradient(to top,#fff,#f5f5f5);
50
	margin-right:20px;
51
	margin-top:10px;
52
53
	/*text style*/
54
	font: 16px Helvetica;
55
	font-weight:bold;	
56
}
57
input.popupButtons{
58
	float:left;
59
	height:35px;
60
	width:100px;
61
	background-image: linear-gradient(to top,#fff,#f5f5f5);
62
	margin-right:30px;
63
	margin-left:20px;
64
	margin-top:10px;
65
	/*text style*/
66
	font: 16px Helvetica;
67
	font-weight:bold;	
68
}
69
input.btn:hover{
70
	background-color:#f5f5f5;
71
	background-image: linear-gradient(to bottom,#fff,#f5f5f5);
72
}
73
74
input.hint{
75
	float:left;
76
	width:35px;
77
	height:35px;
78
	margin-top:10px;
79
	background-image: linear-gradient(to top,#fff,#f5f5f5);
80
	margin-left:20px;
81
	/*text style*/
82
	font: 16px Helvetica;
83
	font-weight:bold;	
84
}
85
#passwordChanger .button:hover, .button:active, .button:focus {
86
	background: #a0a0a0;
87
	background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#a0a0a0));
88
	background: -moz-linear-gradient(top, #d0d0d0, #a0a0a0);
89
	border-color: #777;
90
	color: #ffffff;
91
	font-weight: bold;
92
	text-decoration: none;
93
	font-style: none;
94
}
95
#popupxButton{
96
	float:right;
97
	width:25px;
98
	height:25px;
99
	background-image: linear-gradient(to top,#fff,#f5f5f5);
100
	margin-right:15px;
101
	/*text style*/
102
	font: 16px Helvetica;
103
	font-weight:bold;	
104
}
105
#subjectConfirmRemove{
106
	z-index:3000000;
107
	position: fixed;
108
    height: 175px;
109
    width: 305px;
110
	padding-left:15px;
111
    margin: -150px 0 0 -160px;
112
    top: 50%;
113
    left: 50%;
114
	background-color:lightgray;
115
	border: 1px solid darkgray;
116
	font: 13px Helvetica;
117
	text-shadow: 0.5px 0.5px #ddd;
118
	color: #4F5155;	
119
}
120
#middleLayerPopups{
121
	height:70px;
122
	width:305px;
123
	padding:0;
124
}
125
#middleLayerPopupsSizeTwo{
126
	height:150px;
127
	width:450px;
128
	padding:0;
129
	display:table;
130
}	
131
#middleLayerPopupsSizeThree{
132
	height:175px;
133
	width:450px;
134
	padding:0;
135
	display:table;
136
}	
137
#addCategory{
138
	z-index:3000000;
139
	position: fixed;
140
    height: 175px;
141
    width: 305px;
142
	padding-left:15px;
143
    margin: -150px 0 0 -160px;
144
    top: 50%;
145
    left: 50%;
146
	background-color:lightgray;
147
	border: 1px solid darkgray;
148
	font: 13px Helvetica;
149
	text-shadow: 0.5px 0.5px #ddd;
150
	color: #4F5155;	
151
}
152
#changeActiveCourse{
153
	z-index:3000000;
154
	position: fixed;
155
    height: 175px;
156
    width: 305px;
157
	padding-left:15px;
158
    margin: -150px 0 0 -160px;
159
    top: 50%;
160
    left: 50%;
161
	background-color:lightgray;
162
	border: 1px solid darkgray;
163
	font: 13px Helvetica;
164
	text-shadow: 0.5px 0.5px #ddd;
165
	color: #4F5155;	
166
}
167
#editCourseDetails{
168
	z-index:3000000;
169
	position: fixed;
170
    height: 250px;
171
    width: 450px;
172
	padding-left:15px;
173
    margin: -150px 0 0 -160px;
174
    top: 50%;
175
    left: 50%;
176
	background-color:lightgray;
177
	border: 1px solid darkgray;
178
	font: 13px Helvetica;
179
	text-shadow: 0.5px 0.5px #ddd;
180
	color: #4F5155;	
181
}
182
#addCourse{
183
	z-index:3000000;
184
	position: fixed;
185
    height: 250px;
186
    width: 450px;
187
	padding-left:15px;
188
    margin: -150px 0 0 -160px;
189
    top: 50%;
190
    left: 50%;
191
	background-color:lightgray;
192
	border: 1px solid darkgray;
193
	font: 13px Helvetica;
194
	text-shadow: 0.5px 0.5px #ddd;
195
	color: #4F5155;	
196
}
197
#addStudents{
198
	z-index:3000000;
199
	position: fixed;
200
    height: 275px;
201
    width: 450px;
202
	padding-left:15px;
203
    margin: -150px 0 0 -160px;
204
    top: 50%;
205
    left: 50%;
206
	background-color:lightgray;
207
	border: 1px solid darkgray;
208
	font: 13px Helvetica;
209
	text-shadow: 0.5px 0.5px #ddd;
210
	color: #4F5155;	
211
}
212
#addNewInstructor{
213
	z-index:3000000;
214
	position: fixed;
215
    height: 175px;
216
    width: 335px;
217
	padding-left:15px;
218
    margin: -150px 0 0 -160px;
219
    top: 50%;
220
    left: 50%;
221
	background-color:lightgray;
222
	border: 1px solid darkgray;
223
	font: 13px Helvetica;
224
	text-shadow: 0.5px 0.5px #ddd;
225
	color: #4F5155;	
226
}
227
.inline{
228
	float: left;
229
	display:inline;
230
}
231
232
.tableRow{
233
	display:table-row;
234
}
235
236
.tableCell{
237
	display:table-cell;
238
}
239
.overflow{
240
	overflow:auto;
241
}