/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: a11andoh
  • Date: 2013-05-27 11:25:41 UTC
  • mfrom: (105 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: a11andoh@student.his.se-20130527112541-gut7vg5nu8mxvgmn
blurp

Show diffs side-by-side

added added

removed removed

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