/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-24 14:08:59 UTC
  • mto: This revision was merged to the branch mainline in revision 107.
  • Revision ID: elof.bigestans@gmail.com-20130524140859-mc3nygcjlmpjkbk9
Cleaned up managecourses

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        z-index:0;
70
70
}
71
71
 
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
72
#addCourseButton{
190
 
        margin-top: .45em;
 
73
        margin-top: .25em;
191
74
        padding: 2px 8px;
192
75
        font-size: 125%;
193
76
        float: right;
194
 
        color: #666;
 
77
        color: #939393;
195
78
        border: 1px solid #959595;
196
79
        border-radius: 6px;
197
80
}
210
93
        width: 20px;
211
94
        height: 20px;
212
95
        line-height: 20px;
213
 
        border:1px solid #aaa;
 
96
        border:1px solid #939393;
 
97
        border-radius: 3px;
 
98
        color: #939393;
214
99
}
215
100
 
216
101
.manageCourseButton{
270
155
 
271
156
.publishButton.unpublished {
272
157
        background: red;
 
158
}
 
159
 
 
160
#editCourse, #addCourse {
 
161
        display: none;
273
162
}
 
 
b'\\ No newline at end of file'