/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/css/manageCoursesBody.css

  • Committer: elof.bigestans at gmail
  • Date: 2013-05-24 09:37:27 UTC
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: elof.bigestans@gmail.com-20130524093727-i8t7zm9u4g3got57
* Updated ManageCourses, including JS+Jquery, popups, controller.
* Updated ajax.php, mainly function popup(). Also added some helpers related to ManageCourses

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        color: #4F5155;
3
 
        height:1500px;
4
 
}
5
1
a:link{
6
2
        text-decoration:none;
7
3
}
26
22
.viewTitle{
27
23
        margin-left:20px;
28
24
        font-size:20px;
 
25
        line-height: 33px;
29
26
        display:inline;
30
27
}
31
28
 
32
29
#manageCourses {
33
 
        margin-top: 67px;
34
 
        margin-left: 60px;
 
30
        position: absolute;
 
31
        width: 864px;
 
32
        top: 54px;
35
33
}
36
34
 
37
35
h2.manageCourseBodyHeader{
56
54
        border:1px solid #ccc;
57
55
}
58
56
 
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
 
 
69
57
#manageCoursesMenu {
 
58
        height: 33px;
 
59
        border-bottom: 1px #acacac solid;
70
60
}
71
61
 
72
62
/*      The box where all stuff in in body is generated in.*/
73
63
#bodyContainer{
74
 
        float:left;
75
 
        margin-top:10px;
76
 
        width:90%;
 
64
        margin-top:20px;
77
65
        z-index:0;
78
66
}
79
67
 
195
183
 
196
184
 
197
185
#addCourseButton{
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;
 
186
        margin-top: .45em;
 
187
        padding: 2px 8px;
 
188
        font-size: 125%;
 
189
        float: right;
 
190
        color: #666;
 
191
        border: 1px solid #959595;
 
192
        border-radius: 6px;
214
193
}
215
194
 
216
195
#addCourseButton:hover{
217
 
        background-color:#f5f5f5;
218
 
        background-image: linear-gradient(to bottom,#fff,#f5f5f5);
 
196
        border-color: #000;
 
197
        color: #000;
219
198
}
220
199
 
221
200
.manageCourseButton:before {
223
202
        font-size:20px;
224
203
        content: "C";
225
204
        display: block;
 
205
        margin: auto;
226
206
        width: 20px;
227
207
        height: 20px;
228
208
        line-height: 20px;
 
209
        border:1px solid #aaa;
229
210
}
230
211
 
231
212
.manageCourseButton{
232
 
        display:inline-block;
233
213
        color: #aaa;
234
 
        border:1px solid #aaa;
235
214
        font-size: 0;
236
215
        line-height: 0;
237
216
}
270
249
 
271
250
#manageCourses th:first-child, #manageCourses td:first-child {
272
251
        padding-left: 30px;
 
252
}
 
253
 
 
254
.publishButton {
 
255
        display: block;
 
256
        width: 25px;
 
257
        height: 15px;
 
258
        overflow: hidden;
 
259
        text-indent: -200%;
 
260
        margin: auto;
 
261
}
 
262
 
 
263
.publishButton.published {
 
264
        background: green;
 
265
}
 
266
 
 
267
.publishButton.unpublished {
 
268
        background: red;
273
269
}
 
 
b'\\ No newline at end of file'