/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: Gustav Hatvigsson
  • Date: 2013-05-31 06:15:46 UTC
  • mfrom: (90.1.20 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130531061546-vj8z28sq375kvghq
Merged Jonsson:s changes:
Fixed the layout on cms index so the arrows and dots marks expanded objects.
Fixed so the course content is sorted by course occasion and not by name

Show diffs side-by-side

added added

removed removed

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