/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/bannermenu.css

  • Committer: a11andoh
  • Date: 2013-05-24 11:28:43 UTC
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: a11andoh@student.his.se-20130524112843-360je7hu7q13r171
added the cms controller to load all content pages.
added first time registration controller to load the views for the registration
pages.
added and fixed temporarypages for the controllers 
and edited the models to be able to get active courses.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#bannerLogoButton {
35
35
        width: 159px; /* Total width: 162px with :before below */
36
36
        height: 53px;
37
 
        background-color: #333;
38
37
        background-image: url(../img/logo_button.png);
39
38
        background-repeat: no-repeat;
40
39
        border-right: 1px solid #111;
61
60
#bannerContent {
62
61
        width: 698px; /* Total width: 698px */
63
62
        height: 54px;
64
 
        background: url(../img/bannermenu_bg.png) repeat-x;
65
63
        float: left;
66
64
}
67
65
 
68
66
#bannerContentCMS {
69
 
        display: relative;
 
67
        display: none;
70
68
}
71
69
 
72
70
/* Contains the header for the CMS page */
223
221
 
224
222
#bannerUserMenuButton {
225
223
        width: 94px; /* Total width: 164px */
226
 
        height: 16px;
227
 
        background-color: #333;
 
224
        height: 15px;
228
225
        background-image: url(../img/user_menu_button.png);
229
226
        background-repeat: no-repeat;
230
227
        padding: 25px 56px 13px 14px;
235
232
}
236
233
 
237
234
#bannerUserMenuButton:hover {
238
 
        height: 16px;
 
235
        height: 15px;
239
236
        background-color: #ae2771;
240
 
        cursor: hand;
241
 
        cursor: pointer;
242
237
}
243
238
 
244
239
/*
288
283
        background-color: #ae2771;
289
284
        border-top: 1px solid #c14288;
290
285
        border-bottom: 1px solid #90215e;
291
 
        cursor: hand;
292
 
        cursor: pointer;
293
286
}
294
287
 
295
288
#dropdownMenuButtonArrow {
302
295
 
303
296
/* Contains the list of all the courses */
304
297
#dropdownMenuCourseBlock {
305
 
        display: none;
306
298
        margin: 0 1px;
307
299
        padding: 5px 0;
308
300
        background-color: #333;
316
308
 
317
309
#dropdownMenuCourseBlock li:hover {
318
310
        background-color: #ae2771;
319
 
        cursor: hand;
320
 
        cursor: pointer;
321
311
}
322
312
 
323
313
/* Sets the active course to bold */
348
338
 
349
339
#dropdownMenuCourseBlock p:hover {
350
340
        background-color: #ae2771;
351
 
        cursor: hand;
352
 
        cursor: pointer;
353
 
}
354
 
 
355
 
/*
356
 
 * Popup---------------------------------------------------------------------------------------------------------------------------
357
 
 */
358
 
 
359
 
 #popup {
360
 
        display: none;
361
 
        position: absolute;
362
 
        top: 120px;
363
 
        left: 50%;
364
 
        width: 1px;
365
 
        height: 1px;
366
 
 }
 
 
b'\\ No newline at end of file'
 
341
}
 
 
b'\\ No newline at end of file'