/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 12:01:10 UTC
  • mfrom: (105 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130527120110-05decmi92i3qjupg
* Merged trunk
* Added new files relating to login functionality 
* Added login and logout functions to start controller

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
 
#addCourseButton{
 
58
#manageCourses #addCourseButton{
73
59
        margin-top: .25em;
74
60
        padding: 2px 8px;
75
61
        font-size: 125%;
79
65
        border-radius: 6px;
80
66
}
81
67
 
82
 
#addCourseButton:hover{
 
68
#manageCourses #addCourseButton:hover{
83
69
        border-color: #000;
84
70
        color: #000;
85
71
}
86
72
 
87
 
.manageCourseButton:before {
 
73
#manageCourses .manageCourseButton:before {
88
74
        font-family: "icomoon";
89
75
        font-size:20px;
90
76
        content: "C";
98
84
        color: #939393;
99
85
}
100
86
 
101
 
.manageCourseButton{
 
87
#manageCourses .manageCourseButton{
102
88
        color: #aaa;
103
89
        font-size: 0;
104
90
        line-height: 0;
108
94
        text-decoration:none;
109
95
}
110
96
 
111
 
.manageCoursePopup input.text {
112
 
        font-size: 100%;
113
 
}
114
 
 
115
97
#manageCourses table {
116
98
        border-collapse: collapse;
117
99
        width: 100%;
140
122
        padding-left: 30px;
141
123
}
142
124
 
143
 
.publishButton {
 
125
#manageCourses .publishButton {
144
126
        display: block;
145
127
        width: 25px;
146
128
        height: 15px;
149
131
        margin: auto;
150
132
}
151
133
 
152
 
.publishButton.published {
 
134
#manageCourses .publishButton.published {
153
135
        background: green;
154
136
}
155
137
 
156
 
.publishButton.unpublished {
 
138
#manageCourses .publishButton.unpublished {
157
139
        background: red;
158
140
}
159
141