/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: Erik Wikström
  • Date: 2013-04-09 09:21:05 UTC
  • mto: (21.1.1 lenasys)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: wikxen@gmail.com-20130409092105-u1u3gxbql1vx65a7
Added missing WebGL javascript files, moved bothe them and the existing ones to /js. Updated references

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/*
3
 
 * Sidemenu--------------------------------------------------------------------------------------------------------------------------------------
4
 
 */
5
 
 
6
 
#sidemenuWrapper {
7
 
        position: relative;
8
 
        top: 54px;
9
 
        left: 50%;
10
 
        width: 0;
11
 
        height: 0;
12
 
        margin-left: -511px;
13
 
        font-size: 1.4em;
14
 
}
15
 
 
16
 
#coursemenu {
17
 
        width: 160px;
18
 
        margin-bottom: 7px;
19
 
}
20
 
 
21
 
#statsmenu {
22
 
        width: 160px;
23
 
        color: #0a68ad;
24
 
}
25
 
 
26
 
.sidemenuHeader {
27
 
        height: 14px;
28
 
        padding: 11px 8px 7px;
29
 
        border: 1px solid #859800;
30
 
        background-color: #9db400;
31
 
        color: #eee;
32
 
        font-weight: bold;
33
 
}
34
 
 
35
 
.sidemenuContent {
36
 
        min-height:175px;
37
 
        padding: 5px 20px;
38
 
        border: 1px solid #cdcdcd;
39
 
        background-color: #f5f5f5;
40
 
}
41
 
 
42
 
.sidemenuContent a:link, a:visited {
43
 
        color:#0a68ad;
44
 
        text-decoration:none;
45
 
        display:block;
46
 
}
47
 
 
48
 
.sidemenuContent  a:hover {
49
 
        text-decoration:underline;
50
 
}
51
 
 
52
 
.sidemenuContentInfo {
53
 
        margin-left: 12px;
54
 
        line-height: 1.4em;
55
 
}
 
 
b'\\ No newline at end of file'