/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%;
3
}
4
82.1.1 by a10rolch
- Added manageCoursesBody.css
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;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
29
	line-height: 33px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
30
	display:inline;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
31
}
32
33
#manageCourses {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
34
	position: absolute;
35
	width: 864px;
36
	top: 54px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
37
}
38
39
h2.manageCourseBodyHeader{
40
	font-family: Arial;
41
	font-size: 14px;
42
	font-weight:bold;
43
	color: #000;
44
	margin:0 !important;
45
	padding:0 !important;
46
	line-height:250%;
47
	display:inline;
48
}
49
50
#manageCoursesHeader{
51
	padding:0;
52
	margin:0;
53
	height:35px;
54
	padding-left:30px;
55
	background-color:#ddd;
56
	margin-left:-30px;
57
	line-height:250%;
58
	border:1px solid #ccc;
59
}
60
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
61
#manageCoursesMenu {
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
62
	height: 33px;
63
	border-bottom: 1px #acacac solid;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
64
}
65
82.1.1 by a10rolch
- Added manageCoursesBody.css
66
/*	The box where all stuff in in body is generated in.*/
67
#bodyContainer{
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
68
	margin-top:20px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
69
	z-index:0;
70
}
71
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
72
#addCourseButton{
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
73
	margin-top: .25em;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
74
	padding: 2px 8px;
75
	font-size: 125%;
76
	float: right;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
77
	color: #939393;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
78
	border: 1px solid #959595;
79
	border-radius: 6px;
82.1.1 by a10rolch
- Added manageCoursesBody.css
80
}
81
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
82
#addCourseButton:hover{
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
83
	border-color: #000;
84
	color: #000;
82.1.1 by a10rolch
- Added manageCoursesBody.css
85
}
86
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
87
.manageCourseButton:before {
88
	font-family: "icomoon";
89
	font-size:20px;
90
	content: "C";
91
	display: block;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
92
	margin: auto;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
93
	width: 20px;
94
	height: 20px;
95
	line-height: 20px;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
96
	border:1px solid #939393;
97
	border-radius: 3px;
98
	color: #939393;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
99
}
100
82.1.1 by a10rolch
- Added manageCoursesBody.css
101
.manageCourseButton{
102
	color: #aaa;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
103
	font-size: 0;
104
	line-height: 0;
82.1.1 by a10rolch
- Added manageCoursesBody.css
105
}
106
.manageCourseButton:hover{
107
	color:pink;
108
	text-decoration:none;
109
}
110
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
111
.manageCoursePopup input.text {
112
	font-size: 100%;
113
}
114
115
#manageCourses table {
116
	border-collapse: collapse;
117
	width: 100%;
118
}
119
120
#manageCourses th, #manageCourses td {
121
	padding: 6px 0;
122
}
123
124
#manageCourses .odd td {
125
	background: #fff;
126
}
127
128
#manageCourses .even td{
129
	background: #f5f5f5;
130
}
131
132
#manageCourses th {
133
	background: #ddd;
134
	border-top: 1px #ccc solid;
135
	border-bottom: 1px #ccc solid;
136
	text-align: left;
137
}
138
139
#manageCourses th:first-child, #manageCourses td:first-child {
140
	padding-left: 30px;
83.2.5 by elof.bigestans at gmail
* Updated ManageCourses, including JS+Jquery, popups, controller.
141
}
142
143
.publishButton {
144
	display: block;
145
	width: 25px;
146
	height: 15px;
147
	overflow: hidden;
148
	text-indent: -200%;
149
	margin: auto;
150
}
151
152
.publishButton.published {
153
	background: green;
154
}
155
156
.publishButton.unpublished {
157
	background: red;
83.2.10 by elof.bigestans at gmail
Cleaned up managecourses
158
}
159
160
#editCourse, #addCourse {
161
	display: none;
83.2.1 by elof.bigestans at gmail
Fixed various bugs in the ManageCourses function
162
}