/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: Adam Ringhede
  • Date: 2013-04-04 11:30:02 UTC
  • mto: (12.2.3 lenasys)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: adamringhede@live.com-20130404113002-niyal3c0yujth18n
Fixes several bugs, and makes improvements to the Code Viewer Alt UI.

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;
99
101
        height:31px;
100
102
        padding-left:10px;
101
103
        margin-left:-10px;
102
 
        border-radius: 0 10px 10px 0
 
104
        border-radius: 0 10px 10px 0;
 
105
        cursor:pointer;
103
106
}
104
107
 
105
108
#menuHeader h3{
139
142
}
140
143
 
141
144
#sidebar {
 
145
        position:absolute;
 
146
        left:0px;
 
147
        top:0px;
142
148
        float:left;
143
 
        min-width:11%;
144
 
        min-height:100px;
 
149
        min-width:8em;
 
150
        width:auto;
 
151
        height:100%;
145
152
        overflow:auto;
146
153
}
147
154
 
148
 
#content {
149
 
        float:left;
150
 
        width:75%;
 
155
#content { 
 
156
        position:absolute;
 
157
        left:8em;
 
158
        max-width:75%;
 
159
        min-width:20em;
151
160
}
152
161
 
153
162
.arrow{