/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: a11andoh
  • Date: 2013-05-27 12:25:29 UTC
  • mfrom: (107 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: a11andoh@student.his.se-20130527122529-qom5z3wlf4o01i57
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#manageCourses {
2
2
        font-size: 130%;
3
 
}
4
 
 
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{
 
3
        position: absolute;
 
4
        width: 864px;
 
5
        top: 54px;
 
6
}
 
7
 
 
8
#manageCourses h1.courseName{
17
9
        font-family: Arial;
18
10
        font-size: 14px;
19
11
        font-weight:normal !important;
23
15
        display:inline;
24
16
}
25
17
 
26
 
.viewTitle{
 
18
#manageCourses .viewTitle{
27
19
        margin-left:20px;
28
20
        font-size:20px;
29
21
        line-height: 33px;
30
22
        display:inline;
31
23
}
32
24
 
33
 
#manageCourses {
34
 
        position: absolute;
35
 
        width: 864px;
36
 
        top: 54px;
37
 
}
38
 
 
39
 
h2.manageCourseBodyHeader{
 
25
#manageCourses h2.manageCourseBodyHeader{
40
26
        font-family: Arial;
41
27
        font-size: 14px;
42
28
        font-weight:bold;
47
33
        display:inline;
48
34
}
49
35
 
50
 
#manageCoursesHeader{
 
36
#manageCourses #manageCoursesHeader{
51
37
        padding:0;
52
38
        margin:0;
53
39
        height:35px;
58
44
        border:1px solid #ccc;
59
45
}
60
46
 
61
 
#manageCoursesMenu {
 
47
#manageCourses #manageCoursesMenu {
62
48
        height: 33px;
63
49
        border-bottom: 1px #acacac solid;
64
50
}
65
51
 
66
52
/*      The box where all stuff in in body is generated in.*/
67
 
#bodyContainer{
 
53
#manageCourses #bodyContainer{
68
54
        margin-top:20px;
69
55
        z-index:0;
70
56
}
71
57
 
72
 
/* Add courses popup */
73
 
h2.popupHeader{
74
 
        margin:0;
75
 
        margin-left:-15px;
76
 
        margin-bottom:10px;
77
 
        text-indent:15px;
78
 
        padding-top:7px;
79
 
        padding-bottom:7px;
80
 
        font-weight:normal;
81
 
        color:#FFF;
82
 
        font-size:20px;
83
 
        line-height:100%;
84
 
        background-color:#333333;
85
 
}
86
 
 
87
 
#addCourse{
88
 
        z-index:3000000;
89
 
        position: fixed;
90
 
    height: 240px;
91
 
    width: 400px;
92
 
        padding-left:15px;
93
 
    margin: -150px 0 0 -160px;
94
 
    top: 50%;
95
 
    left: 45%;
96
 
        background-color:#eee;
97
 
        border: 1px solid darkgray;
98
 
        font: 13px Helvetica;
99
 
        text-shadow: 0.5px 0.5px #ddd;
100
 
        color: #4F5155; 
101
 
}
102
 
#editCourse{    
103
 
        z-index:3000000;
104
 
        position: fixed;
105
 
    height: 240px;
106
 
    width: 400px;
107
 
        padding-left:15px;
108
 
    margin: -150px 0 0 -160px;
109
 
    top: 50%;
110
 
    left: 45%;
111
 
        background-color:#eee;
112
 
        border: 1px solid darkgray;
113
 
        font: 13px Helvetica;
114
 
        text-shadow: 0.5px 0.5px #ddd;
115
 
        color: #4F5155; 
116
 
}
117
 
 
118
 
.middleLayerPopupsSizeTwo{
119
 
        height:150px;
120
 
        width:385;
121
 
        padding:0;
122
 
        display:table;
123
 
}       
124
 
 
125
 
 
126
 
.overflow{
127
 
        overflow:auto;
128
 
}
129
 
 
130
 
/* initially display: none; -- will be shown by JS on demand */
131
 
.manageCoursePopup {
132
 
        display: none;
133
 
}
134
 
 
135
 
.manageCoursePopup form ul li {
136
 
        list-style: none;
137
 
        height: 30px;
138
 
}
139
 
 
140
 
.manageCoursePopup form ul li label {
141
 
        float: left;
142
 
        width: 10em;
143
 
        clear: left;
144
 
        line-height: 30px;
145
 
}
146
 
 
147
 
input.text{
148
 
        background-color:white;
149
 
        width:230px;
150
 
        font-size:16px;
151
 
        color:color:#333333;
152
 
        /*Rounded corners*/
153
 
        -webkit-border-radius: 7px;
154
 
        -moz-border-radius: 7px;
155
 
        border-radius: 7px;
156
 
        padding: 5px;
157
 
        height: auto;
158
 
        vertical-align: bottom;
159
 
        margin-left: 0;
160
 
}
161
 
 
162
 
.manageCoursePopup span {
163
 
        font-size: 100%;
164
 
        line-height: 30px;
165
 
}
166
 
 
167
 
.manageCoursePopupMenu {
168
 
        position: absolute;
169
 
        bottom: 10px;
170
 
}
171
 
 
172
 
.popupButtons{
173
 
        display:inline-block !important;
174
 
        height:35px;
175
 
        width:100px;
176
 
        background-image: linear-gradient(to top,#fff,#f5f5f5);
177
 
        /*text style*/
178
 
        font: 16px Helvetica;
179
 
        font-weight:bold;       
180
 
}
181
 
 
182
 
.popupButtons:hover {
183
 
        cursor: pointer;
184
 
}
185
 
 
186
 
 
187
 
 
188
 
 
189
 
#addCourseButton{
190
 
        margin-top: .45em;
 
58
#manageCourses #addCourseButton{
 
59
        margin-top: .25em;
191
60
        padding: 2px 8px;
192
61
        font-size: 125%;
193
62
        float: right;
194
 
        color: #666;
 
63
        color: #939393;
195
64
        border: 1px solid #959595;
196
65
        border-radius: 6px;
197
66
}
198
67
 
199
 
#addCourseButton:hover{
 
68
#manageCourses #addCourseButton:hover{
200
69
        border-color: #000;
201
70
        color: #000;
202
71
}
203
72
 
204
 
.manageCourseButton:before {
 
73
#manageCourses .manageCourseButton:before {
205
74
        font-family: "icomoon";
206
75
        font-size:20px;
207
76
        content: "C";
210
79
        width: 20px;
211
80
        height: 20px;
212
81
        line-height: 20px;
213
 
        border:1px solid #aaa;
 
82
        border:1px solid #939393;
 
83
        border-radius: 3px;
 
84
        color: #939393;
214
85
}
215
86
 
216
 
.manageCourseButton{
 
87
#manageCourses .manageCourseButton{
217
88
        color: #aaa;
218
89
        font-size: 0;
219
90
        line-height: 0;
223
94
        text-decoration:none;
224
95
}
225
96
 
226
 
.manageCoursePopup input.text {
227
 
        font-size: 100%;
228
 
}
229
 
 
230
97
#manageCourses table {
231
98
        border-collapse: collapse;
232
99
        width: 100%;
255
122
        padding-left: 30px;
256
123
}
257
124
 
258
 
.publishButton {
 
125
#manageCourses .publishButton {
259
126
        display: block;
260
127
        width: 25px;
261
128
        height: 15px;
264
131
        margin: auto;
265
132
}
266
133
 
267
 
.publishButton.published {
 
134
#manageCourses .publishButton.published {
268
135
        background: green;
269
136
}
270
137
 
271
 
.publishButton.unpublished {
 
138
#manageCourses .publishButton.unpublished {
272
139
        background: red;
 
140
}
 
141
 
 
142
#editCourse, #addCourse {
 
143
        display: none;
273
144
}
 
 
b'\\ No newline at end of file'