/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
82.1.1 by a10rolch
- Added manageCoursesBody.css
1
body {
2
	color: #4F5155;
3
	height:1500px;
4
}
5
a:link{
6
	text-decoration:none;
7
}
8
a:visited{
9
	text-decoration:none;
10
}
11
a:hover{
12
	color:#f42;
13
	text-decoration:underline;
14
}
15
16
h1.courseName{
17
	font-family: Arial;
18
	font-size: 14px;
19
	font-weight:normal !important;
20
	color: #000;
21
	margin:0;
22
	line-height:250%;
23
	display:inline;
24
}
25
26
.viewTitle{
27
	margin-left:20px;
28
	font-size:20px;
29
	display:inline;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
30
}
31
32
#manageCourses {
33
	margin-top: 67px;
34
	margin-left: 60px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
35
}
36
37
h2.manageCourseBodyHeader{
38
	font-family: Arial;
39
	font-size: 14px;
40
	font-weight:bold;
41
	color: #000;
42
	margin:0 !important;
43
	padding:0 !important;
44
	line-height:250%;
45
	display:inline;
46
}
47
48
#manageCoursesHeader{
49
	padding:0;
50
	margin:0;
51
	height:35px;
52
	padding-left:30px;
53
	background-color:#ddd;
54
	margin-left:-30px;
55
	line-height:250%;
56
	border:1px solid #ccc;
57
}
58
59
60
#exampleBodyMenu{
61
	float:left;
62
	width:92%;
63
	height:35px;
64
	margin-left:60px;
65
	margin-top:67px;
66
	border-bottom: 1px solid #acacac;
67
}
68
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
69
#manageCoursesMenu {
70
}
71
82.1.1 by a10rolch
- Added manageCoursesBody.css
72
/*	The box where all stuff in in body is generated in.*/
73
#bodyContainer{
74
	float:left;
75
	margin-top:10px;
76
	width:90%;
77
	z-index:0;
78
}
79
80
/* Add courses popup */
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
81
h2.popupHeader{
82
	margin:0;
83
	margin-left:-15px;
84
	margin-bottom:10px;
85
	text-indent:15px;
86
	padding-top:7px;
87
	padding-bottom:7px;
88
	font-weight:normal;
89
	color:#FFF;
90
	font-size:20px;
91
	line-height:100%;
92
	background-color:#333333;
93
}
94
82.1.1 by a10rolch
- Added manageCoursesBody.css
95
#addCourse{
96
	z-index:3000000;
97
	position: fixed;
98
    height: 240px;
99
    width: 400px;
100
	padding-left:15px;
101
    margin: -150px 0 0 -160px;
102
    top: 50%;
103
    left: 45%;
104
	background-color:#eee;
105
	border: 1px solid darkgray;
106
	font: 13px Helvetica;
107
	text-shadow: 0.5px 0.5px #ddd;
108
	color: #4F5155;	
109
}
110
#editCourse{	
111
	z-index:3000000;
112
	position: fixed;
113
    height: 240px;
114
    width: 400px;
115
	padding-left:15px;
116
    margin: -150px 0 0 -160px;
117
    top: 50%;
118
    left: 45%;
119
	background-color:#eee;
120
	border: 1px solid darkgray;
121
	font: 13px Helvetica;
122
	text-shadow: 0.5px 0.5px #ddd;
123
	color: #4F5155;	
124
}
125
126
.middleLayerPopupsSizeTwo{
127
	height:150px;
128
	width:385;
129
	padding:0;
130
	display:table;
131
}	
132
133
134
.overflow{
135
	overflow:auto;
136
}
137
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
138
/* initially display: none; -- will be shown by JS on demand */
139
.manageCoursePopup {
140
	display: none;
141
}
142
143
.manageCoursePopup form ul li {
144
	list-style: none;
145
	height: 30px;
146
}
147
148
.manageCoursePopup form ul li label {
149
	float: left;
150
	width: 10em;
151
	clear: left;
83.2.2 by elof.bigestans at gmail
Further cleaned up ManageCourses
152
	line-height: 30px;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
153
}
154
82.1.1 by a10rolch
- Added manageCoursesBody.css
155
input.text{
156
	background-color:white;
157
	width:230px;
158
	font-size:16px;
159
	color:color:#333333;
160
	/*Rounded corners*/
161
	-webkit-border-radius: 7px;
162
	-moz-border-radius: 7px;
163
	border-radius: 7px;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
164
	padding: 5px;
165
	height: auto;
166
	vertical-align: bottom;
167
	margin-left: 0;
168
}
169
170
.manageCoursePopup span {
171
	font-size: 100%;
83.2.2 by elof.bigestans at gmail
Further cleaned up ManageCourses
172
	line-height: 30px;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
173
}
174
175
.manageCoursePopupMenu {
176
	position: absolute;
177
	bottom: 10px;
178
}
179
180
.popupButtons{
82.1.1 by a10rolch
- Added manageCoursesBody.css
181
	display:inline-block !important;
182
	height:35px;
183
	width:100px;
184
	background-image: linear-gradient(to top,#fff,#f5f5f5);
185
	/*text style*/
186
	font: 16px Helvetica;
187
	font-weight:bold;	
188
}
189
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
190
.popupButtons:hover {
191
	cursor: pointer;
192
}
193
194
195
196
197
#addCourseButton{
82.1.1 by a10rolch
- Added manageCoursesBody.css
198
	float:right;
199
	position:relative;
200
	right:-133px;
201
	height:20px;
202
	width:100px;
203
	font-family: Arial;
204
	font-size: 12px;
205
	font-weight:bold;
206
	background-image: linear-gradient(to top,#fff,#f5f5f5);
207
	margin-left:7px;
208
	-webkit-touch-callout: none;
209
	-webkit-user-select: none;
210
	-khtml-user-select: none;
211
	-moz-user-select: none;
212
	-ms-user-select: none;
213
	user-select: none;
214
}
215
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
216
#addCourseButton:hover{
82.1.1 by a10rolch
- Added manageCoursesBody.css
217
	background-color:#f5f5f5;
218
	background-image: linear-gradient(to bottom,#fff,#f5f5f5);
219
}
220
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
221
.manageCourseButton:before {
222
	font-family: "icomoon";
223
	font-size:20px;
224
	content: "C";
225
	display: block;
226
	width: 20px;
227
	height: 20px;
228
	line-height: 20px;
229
}
230
82.1.1 by a10rolch
- Added manageCoursesBody.css
231
.manageCourseButton{
232
	display:inline-block;
233
	color: #aaa;
234
	border:1px solid #aaa;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
235
	font-size: 0;
236
	line-height: 0;
82.1.1 by a10rolch
- Added manageCoursesBody.css
237
}
238
.manageCourseButton:hover{
239
	color:pink;
240
	text-decoration:none;
241
}
242
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
243
.manageCoursePopup input.text {
244
	font-size: 100%;
245
}
246
247
#manageCourses table {
248
	border-collapse: collapse;
249
	width: 100%;
250
}
251
252
#manageCourses th, #manageCourses td {
253
	padding: 6px 0;
254
}
255
256
#manageCourses .odd td {
257
	background: #fff;
258
}
259
260
#manageCourses .even td{
261
	background: #f5f5f5;
262
}
263
264
#manageCourses th {
265
	background: #ddd;
266
	border-top: 1px #ccc solid;
267
	border-bottom: 1px #ccc solid;
268
	text-align: left;
269
}
270
271
#manageCourses th:first-child, #manageCourses td:first-child {
272
	padding-left: 30px;
273
}