/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
83.2.6 by elof.bigestans at gmail
Solved some bugs in ManageCourses and related files (CSS, JS, View, Controller)
1
#manageCourses {
2
	font-size: 130%;
83.2.12 by elof.bigestans at gmail
* Merged trunk
3
	position: absolute;
4
	width: 864px;
5
	top: 54px;
6
}
7
8
#manageCourses h1.courseName{
82.1.1 by a10rolch
- Added manageCoursesBody.css
9
	font-family: Arial;
10
	font-size: 14px;
11
	font-weight:normal !important;
12
	color: #000;
13
	margin:0;
14
	line-height:250%;
15
	display:inline;
16
}
17
83.2.12 by elof.bigestans at gmail
* Merged trunk
18
#manageCourses .viewTitle{
82.1.1 by a10rolch
- Added manageCoursesBody.css
19
	margin-left:20px;
20
	font-size:20px;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
21
	line-height: 33px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
22
	display:inline;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
23
}
24
83.2.12 by elof.bigestans at gmail
* Merged trunk
25
#manageCourses h2.manageCourseBodyHeader{
82.1.1 by a10rolch
- Added manageCoursesBody.css
26
	font-family: Arial;
27
	font-size: 14px;
28
	font-weight:bold;
29
	color: #000;
30
	margin:0 !important;
31
	padding:0 !important;
32
	line-height:250%;
33
	display:inline;
34
}
35
83.2.12 by elof.bigestans at gmail
* Merged trunk
36
#manageCourses #manageCoursesHeader{
82.1.1 by a10rolch
- Added manageCoursesBody.css
37
	padding:0;
38
	margin:0;
39
	height:35px;
40
	padding-left:30px;
41
	background-color:#ddd;
42
	margin-left:-30px;
43
	line-height:250%;
44
	border:1px solid #ccc;
45
}
46
83.2.12 by elof.bigestans at gmail
* Merged trunk
47
#manageCourses #manageCoursesMenu {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
48
	height: 33px;
49
	border-bottom: 1px #acacac solid;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
50
}
51
82.1.1 by a10rolch
- Added manageCoursesBody.css
52
/*	The box where all stuff in in body is generated in.*/
83.2.12 by elof.bigestans at gmail
* Merged trunk
53
#manageCourses #bodyContainer{
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
54
	margin-top:20px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
55
	z-index:0;
56
}
57
83.2.12 by elof.bigestans at gmail
* Merged trunk
58
#manageCourses #addCourseButton{
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
59
	margin-top: .25em;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
60
	padding: 2px 8px;
61
	font-size: 125%;
62
	float: right;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
63
	color: #939393;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
64
	border: 1px solid #959595;
65
	border-radius: 6px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
66
}
67
83.2.12 by elof.bigestans at gmail
* Merged trunk
68
#manageCourses #addCourseButton:hover{
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
69
	border-color: #000;
70
	color: #000;
82.1.1 by a10rolch
- Added manageCoursesBody.css
71
}
72
83.2.12 by elof.bigestans at gmail
* Merged trunk
73
#manageCourses .manageCourseButton:before {
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
74
	font-family: "icomoon";
75
	font-size:20px;
76
	content: "C";
77
	display: block;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
78
	margin: auto;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
79
	width: 20px;
80
	height: 20px;
81
	line-height: 20px;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
82
	border:1px solid #939393;
83
	border-radius: 3px;
84
	color: #939393;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
85
}
86
83.2.12 by elof.bigestans at gmail
* Merged trunk
87
#manageCourses .manageCourseButton{
82.1.1 by a10rolch
- Added manageCoursesBody.css
88
	color: #aaa;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
89
	font-size: 0;
90
	line-height: 0;
82.1.1 by a10rolch
- Added manageCoursesBody.css
91
}
92
.manageCourseButton:hover{
93
	color:pink;
94
	text-decoration:none;
95
}
96
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
97
#manageCourses table {
98
	border-collapse: collapse;
99
	width: 100%;
100
}
101
102
#manageCourses th, #manageCourses td {
103
	padding: 6px 0;
104
}
105
106
#manageCourses .odd td {
107
	background: #fff;
108
}
109
110
#manageCourses .even td{
111
	background: #f5f5f5;
112
}
113
114
#manageCourses th {
115
	background: #ddd;
116
	border-top: 1px #ccc solid;
117
	border-bottom: 1px #ccc solid;
118
	text-align: left;
119
}
120
121
#manageCourses th:first-child, #manageCourses td:first-child {
122
	padding-left: 30px;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
123
}
124
83.2.12 by elof.bigestans at gmail
* Merged trunk
125
#manageCourses .publishButton {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
126
	display: block;
127
	width: 25px;
128
	height: 15px;
129
	overflow: hidden;
130
	text-indent: -200%;
131
	margin: auto;
132
}
133
83.2.12 by elof.bigestans at gmail
* Merged trunk
134
#manageCourses .publishButton.published {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
135
	background: green;
136
}
137
83.2.12 by elof.bigestans at gmail
* Merged trunk
138
#manageCourses .publishButton.unpublished {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
139
	background: red;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
140
}
141
142
#editCourse, #addCourse {
143
	display: none;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
144
}