/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: Gustav Hatvigsson
  • Date: 2013-05-28 15:19:50 UTC
  • mfrom: (90.1.18 lenasys2)
  • Revision ID: gustav.hartvigsson@gmail.com-20130528151950-94dkhjql3y0mphyp
merged Jonsson:s changes:
Fixed even/odd line color on cmsindex.

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'