/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-23 09:41:14 UTC
  • mfrom: (90 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: elof.bigestans@gmail.com-20130523094114-302hcf9f3tstajl0
Merged and resolved a conflict in manageCoursesBody.php

Show diffs side-by-side

added added

removed removed

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