Sample Tracker EXTJS frontend merge part 1
[htsworkflow.git] / htsworkflow / frontend / static / css / htsw.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 }
21
22 #main {
23     position: relative;
24     /* background: #BBBBFF; */
25     width:auto;
26     min-width:120px;
27     padding: 10px;
28     margin:0px 0px 0px 175px;
29     min-height:600px;
30 }
31
32 div.msg {
33     color: white;
34     background: #880000;
35 }