/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-27 14:08:19 UTC
  • mto: This revision was merged to the branch mainline in revision 108.
  • Revision ID: elof.bigestans@gmail.com-20130527140819-p6j84f9l71zxofyp
* Started work on the viewStudents functionality... So far, displaying users works and it outputs correct and standardized html. 
* Still plenty to do though.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#manageCourses {
 
2
        font-size: 130%;
 
3
        position: absolute;
 
4
        width: 864px;
 
5
        top: 54px;
 
6
}
 
7
 
 
8
#manageCourses h1.courseName{
 
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
 
 
18
#manageCourses .viewTitle{
 
19
        margin-left:20px;
 
20
        font-size:20px;
 
21
        line-height: 33px;
 
22
        display:inline;
 
23
}
 
24
 
 
25
#manageCourses h2.manageCourseBodyHeader{
 
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
 
 
36
#manageCourses #manageCoursesHeader{
 
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
 
 
47
#manageCourses #manageCoursesMenu {
 
48
        height: 33px;
 
49
        border-bottom: 1px #acacac solid;
 
50
}
 
51
 
 
52
/*      The box where all stuff in in body is generated in.*/
 
53
#manageCourses #bodyContainer{
 
54
        margin-top:20px;
 
55
        z-index:0;
 
56
}
 
57
 
 
58
#manageCourses #addCourseButton{
 
59
        margin-top: .25em;
 
60
        padding: 2px 8px;
 
61
        font-size: 125%;
 
62
        float: right;
 
63
        color: #939393;
 
64
        border: 1px solid #959595;
 
65
        border-radius: 6px;
 
66
}
 
67
 
 
68
#manageCourses #addCourseButton:hover{
 
69
        border-color: #000;
 
70
        color: #000;
 
71
}
 
72
 
 
73
#manageCourses .manageCourseButton:before {
 
74
        font-family: "icomoon";
 
75
        font-size:20px;
 
76
        content: "C";
 
77
        display: block;
 
78
        margin: auto;
 
79
        width: 20px;
 
80
        height: 20px;
 
81
        line-height: 20px;
 
82
        border:1px solid #939393;
 
83
        border-radius: 3px;
 
84
        color: #939393;
 
85
}
 
86
 
 
87
#manageCourses .manageCourseButton{
 
88
        color: #aaa;
 
89
        font-size: 0;
 
90
        line-height: 0;
 
91
}
 
92
#manageCourses .manageCourseButton:hover{
 
93
        color:pink;
 
94
        text-decoration:none;
 
95
}
 
96
 
 
97
#manageCourses table {
 
98
        border-collapse: collapse;
 
99
        width: 100%;
 
100
}
 
101
 
 
102
#manageCourses th, #manageCourses td {
 
103
        padding: 6px 0;
 
104
}
 
105
 
 
106
#manageCourses .odd td {
 
107
        background: #fff;
 
108
}
 
109
 
 
110
#manageCourses .even td{
 
111
        background: #f5f5f5;
 
112
}
 
113
 
 
114
#manageCourses th {
 
115
        background: #ddd;
 
116
        border-top: 1px #ccc solid;
 
117
        border-bottom: 1px #ccc solid;
 
118
        text-align: left;
 
119
}
 
120
 
 
121
#manageCourses th:first-child, #manageCourses td:first-child {
 
122
        padding-left: 30px;
 
123
}
 
124
 
 
125
#manageCourses .publishButton {
 
126
        display: block;
 
127
        width: 25px;
 
128
        height: 15px;
 
129
        overflow: hidden;
 
130
        text-indent: -200%;
 
131
        margin: auto;
 
132
}
 
133
 
 
134
#manageCourses .publishButton.published {
 
135
        background: green;
 
136
}
 
137
 
 
138
#manageCourses .publishButton.unpublished {
 
139
        background: red;
 
140
}
 
141
 
 
142
#editCourse, #addCourse {
 
143
        display: none;
 
144
}
 
 
b'\\ No newline at end of file'