/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;
85.1.16 by a11andoh
managed the manage courses view to better fit in controller view
4
	width: 849px;
83.2.12 by elof.bigestans at gmail
* Merged trunk
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;
85.1.16 by a11andoh
managed the manage courses view to better fit in controller view
56
	width:687px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
57
}
58
83.2.12 by elof.bigestans at gmail
* Merged trunk
59
#manageCourses #addCourseButton{
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
60
	margin-top: .25em;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
61
	padding: 2px 8px;
62
	font-size: 125%;
63
	float: right;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
64
	color: #939393;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
65
	border: 1px solid #959595;
66
	border-radius: 6px;
85.1.16 by a11andoh
managed the manage courses view to better fit in controller view
67
	text-decoration:none;
82.1.1 by a10rolch
- Added manageCoursesBody.css
68
}
69
83.2.12 by elof.bigestans at gmail
* Merged trunk
70
#manageCourses #addCourseButton:hover{
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
71
	border-color: #000;
72
	color: #000;
82.1.1 by a10rolch
- Added manageCoursesBody.css
73
}
74
83.2.12 by elof.bigestans at gmail
* Merged trunk
75
#manageCourses .manageCourseButton:before {
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
76
	font-family: "icomoon";
77
	font-size:20px;
78
	content: "C";
79
	display: block;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
80
	margin: auto;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
81
	width: 20px;
82
	height: 20px;
83
	line-height: 20px;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
84
	border:1px solid #939393;
85
	border-radius: 3px;
86
	color: #939393;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
87
}
88
83.2.12 by elof.bigestans at gmail
* Merged trunk
89
#manageCourses .manageCourseButton{
82.1.1 by a10rolch
- Added manageCoursesBody.css
90
	color: #aaa;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
91
	font-size: 0;
92
	line-height: 0;
82.1.1 by a10rolch
- Added manageCoursesBody.css
93
}
83.2.14 by elof.bigestans at gmail
* Started work on the viewStudents functionality... So far, displaying users works and it outputs correct and standardized html.
94
#manageCourses .manageCourseButton:hover{
82.1.1 by a10rolch
- Added manageCoursesBody.css
95
	color:pink;
96
	text-decoration:none;
97
}
98
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
99
#manageCourses table {
100
	border-collapse: collapse;
101
	width: 100%;
102
}
103
104
#manageCourses th, #manageCourses td {
105
	padding: 6px 0;
106
}
107
108
#manageCourses .odd td {
109
	background: #fff;
110
}
111
112
#manageCourses .even td{
113
	background: #f5f5f5;
114
}
115
116
#manageCourses th {
117
	background: #ddd;
118
	border-top: 1px #ccc solid;
119
	border-bottom: 1px #ccc solid;
120
	text-align: left;
121
}
122
123
#manageCourses th:first-child, #manageCourses td:first-child {
124
	padding-left: 30px;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
125
}
126
83.2.12 by elof.bigestans at gmail
* Merged trunk
127
#manageCourses .publishButton {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
128
	display: block;
129
	width: 25px;
130
	height: 15px;
131
	overflow: hidden;
132
	text-indent: -200%;
133
	margin: auto;
134
}
135
83.2.12 by elof.bigestans at gmail
* Merged trunk
136
#manageCourses .publishButton.published {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
137
	background: green;
138
}
139
83.2.12 by elof.bigestans at gmail
* Merged trunk
140
#manageCourses .publishButton.unpublished {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
141
	background: red;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
142
}
143
144
#editCourse, #addCourse {
145
	display: none;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
146
}