/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:37:57 UTC
  • mfrom: (97 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 98.
  • Revision ID: a11andoh@student.his.se-20130524113757-cdvtx3xjyimouu5k
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
 
339
339
#dropdownMenuCourseBlock p:hover {
340
340
        background-color: #ae2771;
341
 
}
 
 
b'\\ No newline at end of file'
 
341
}
 
342
 
 
343
/*
 
344
 * Popup---------------------------------------------------------------------------------------------------------------------------
 
345
 */
 
346
 
 
347
 #popup {
 
348
        display: none;
 
349
        position: absolute;
 
350
        top: 120px;
 
351
        left: 50%;
 
352
        /* Remove hardcoded info below
 
353
        margin-left: -50px;
 
354
        width: 100px;
 
355
        height: 100px;
 
356
        background: red;*/
 
357
 }
 
 
b'\\ No newline at end of file'