63e86e15a13975c2558e3b42906222367ce22925
[htsworkflow.git] / www / css / app.css
1 #left_bar {
2     position: absolute;
3     top: 5px;
4     left: 5px;
5     width: 172px;
6     height: auto;
7     min-height: 600px;
8     
9     
10 }
11
12 #main {
13     position: relative;
14     /* background: #BBBBFF; */
15     width:auto;
16     min-width:120px;
17     padding: 10px;
18     margin:0px 0px 0px 175px;
19     min-height:600px;
20 }
21
22 div.msg {
23     color: white;
24     background: #880000;
25 }