32c55e509797b960980c10c017381dbfd145c0bf
[htsworkflow.git] / htsworkflow / frontend / static / css / app.css
1 #header {
2     background: #7F99BE url(/static/img/layout-browser-hd-bg.gif) repeat-x center;
3 }
4 #header h1 {
5     font-size: 16px;
6     color: #fff;
7     font-weight: normal;
8     padding: 5px 10px;
9 }
10
11 #left_bar {
12     position: absolute;
13     top: 5px;
14     left: 5px;
15     width: 172px;
16     height: auto;
17     min-height: 600px;
18 }
19
20 #main {
21     position: relative;
22     /* background: #BBBBFF; */
23     width:auto;
24     min-width:120px;
25     padding: 10px;
26     margin:0px 0px 0px 175px;
27     min-height:600px;
28 }
29
30 div.msg {
31     color: white;
32     background: #880000;
33 }