/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: elof.bigestans at gmail
  • Date: 2013-05-23 09:41:14 UTC
  • mfrom: (90 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: elof.bigestans@gmail.com-20130523094114-302hcf9f3tstajl0
Merged and resolved a conflict in manageCoursesBody.php

Show diffs side-by-side

added added

removed removed

Lines of Context:
272
272
        width: 1024px;
273
273
        margin: 0 auto;
274
274
        color: #eee;
275
 
        z-index: 999;
276
275
        clear: both;
277
276
}
278
277
 
279
278
/* Contains the dropdownmenu for the codeviewer menu button */
280
279
#dropdownCodeviewerMenu {
281
280
        display: none;
 
281
        z-index: 999;
282
282
        min-width: 100px;
283
283
        margin: 0 0 0 161px;
284
284
        float: left;
287
287
/* Contains the dropdownmenu for the userbutton */
288
288
#dropdownUserMenu {
289
289
        display: none;
 
290
        z-index: 999;
290
291
        min-width: 162px;
291
292
        margin: 0 1px;
292
293
        float: right;
331
332
        margin: 0 1px;
332
333
        padding: 5px 0;
333
334
        background-color: #333;
 
335
        font-size: 1.4em;
334
336
}
335
337
 
336
338
#dropdownMenuCourseBlock li {
337
339
        display: block;
338
 
        font-size: 1.4em;
 
340
        padding: 3px 10px 3px 32px;
339
341
}
340
342
 
341
343
#dropdownMenuCourseBlock li:hover {
342
344
        background-color: #ae2771;
343
345
}
344
346
 
 
347
/* Sets the active course to bold */
 
348
.dropdownMenuCourseBlockActiveCourse {
 
349
        padding-left: 10px !important;
 
350
        font-weight: bold;
 
351
}
 
352
 
 
353
/* Puts a checkmark before the active course */
 
354
.dropdownMenuCourseBlockActiveCourse:before {
 
355
        margin: 0 5px 0 0;
 
356
        content: url(../img/icomoon_checkmark.png);
 
357
}
 
358
 
345
359
/* The divider between the list of the courses and Manage Courses */
346
360
#dropdownMenuCourseBlock hr {
347
361
        height: 1px;
351
365
        background-color: #555;
352
366
}
353
367
 
354
 
.dropdownMenuCourseBlockNotCourse {
 
368
#dropdownMenuCourseBlock p {
 
369
        display: block;
355
370
        padding: 3px 10px;
356
371
}
357
372
 
358
 
.dropdownMenuCourseBlockNonActiveCourse {
359
 
        padding: 3px 10px 3px 32px;
360
 
}
361
 
 
362
 
/* Sets the active course to bold */
363
 
.dropdownMenuCourseBlockActiveCourse {
364
 
        padding: 3px 10px 3px 10px;
365
 
        font-weight: bold;
366
 
}
367
 
 
368
 
/* Puts a checkmark before the active course */
369
 
.dropdownMenuCourseBlockActiveCourse:before {
370
 
        content: url(../img/icomoon_checkmark.png)" ";
 
373
#dropdownMenuCourseBlock p:hover {
 
374
        background-color: #ae2771;
371
375
}
 
 
b'\\ No newline at end of file'