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

  • Committer: elof.bigestans at gmail
  • Date: 2013-05-28 11:22:15 UTC
  • mfrom: (112 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 113.
  • Revision ID: elof.bigestans@gmail.com-20130528112215-d6qidnvlxm7w29di
* Merged trunk AND
* Modified js/login.js and js/bannermenu.js, specifically functions related to the login popup! 

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#sidemenuWrapper {
7
7
        position: relative;
 
8
        top: 54px;
8
9
        left: 50%;
9
 
        width: 160px;
 
10
        width: 0;
 
11
        height: 0;
10
12
        margin-left: -511px;
11
13
        font-size: 1.4em;
12
14
}
13
15
 
14
16
#coursemenu {
 
17
        width: 160px;
15
18
        margin-bottom: 7px;
16
19
}
17
20
 
18
21
#statsmenu {
 
22
        width: 160px;
19
23
        color: #0a68ad;
20
24
}
21
25