/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 Code Viewer Alt/style.css

  • Committer: Gustav Hartvigsson
  • Date: 2013-04-04 18:10:23 UTC
  • mfrom: (12.2.4 lenasys)
  • Revision ID: gustav.hartvigsson@gmail.com-20130404181023-um5z5jx0jwth4hv9
Merging with implementation group 2's branch, containts an error,
will be fixed. (hopefully).

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
}
73
73
 
74
74
#menu {
75
 
        position:fixed;
 
75
        position:absolute;
76
76
        top:40px;
 
77
        left:0px;
77
78
        width:10.5%;
 
79
        width:96%;
78
80
        padding: 10px 0 1% 0.3%;
79
81
        background: #c0d0e0;
80
82
        background-color: #c0d0e0;
81
 
        border-bottom-right-radius: 1.3em;
82
 
        border-top-right-radius: 1.3em;
 
83
        _border-bottom-right-radius: 1.3em;
 
84
        _border-top-right-radius: 1.3em;
 
85
        border-radius: 0 1.3em 1.3em 0;
83
86
        border-bottom: 2px solid #000;
84
87
        border-right: 1px solid #000;
85
88
        color: #fff;
99
102
        height:31px;
100
103
        padding-left:10px;
101
104
        margin-left:-10px;
102
 
        border-radius: 0 10px 10px 0
 
105
        border-radius: 0 10px 10px 0;
 
106
        cursor:pointer;
103
107
}
104
108
 
105
109
#menuHeader h3{
139
143
}
140
144
 
141
145
#sidebar {
 
146
        position:absolute;
 
147
        left:0px;
 
148
        top:0px;
142
149
        float:left;
143
 
        min-width:11%;
144
 
        min-height:100px;
 
150
        min-width:8em;
 
151
        width:auto;
 
152
        height:100%;
145
153
        overflow:auto;
146
154
}
147
155
 
148
 
#content {
149
 
        float:left;
150
 
        width:75%;
 
156
#content { 
 
157
        position:absolute;
 
158
        left:8em;
 
159
        max-width:75%;
 
160
        min-width:20em;
151
161
}
152
162
 
153
163
.arrow{