Convert Rami's DataRun feature to something useful to us.
[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 }
34
35 div.htswdetail {
36     margin: 0;
37     padding: 0;
38 }
39 div.htswdetail table, div.htswdetail td {
40     border-style: solid;
41 }
42 div.htswdetail table {
43     border-width: 0 0 1px 1px;
44     border-spacing: 0;
45     border-collapse: collapse;
46 }
47 div.htswdetail td {
48     margin: 0;
49     padding: 3px;
50     border-width: 1px 1px 0 0;
51 }
52 div.htswdetail thead {
53     text-align: center;
54 }
55 div.htswdetail tbody {
56     text-align: left;
57   }
58 div.htswdetail h1,
59 div.htswdetail h2
60 {
61     font-size: 150%;
62 }
63
64 div.htswdetail h3 {
65      font-size: 125%;
66      margin: 0;
67 }
68
69 div.htswdetail h4,
70 div.htswdetail h5,
71 div.htswdetail ul,
72 div.htswdetail ol,
73 div.htswdetail li
74 {
75   list-style: none;
76   margin: 0;   
77 }
78
79 div.htswdetail ul,
80 div.htswdetail ol
81 {
82   margin-bottom: .5em;
83 }
84
85 /* style library detail headers */ 
86 div#librarydetail {
87   margin: 0;
88   padding: 0;
89 }
90 div#librarydetail table, div#librarydetail td {
91   border-style: solid;
92 }
93 div#librarydetail table {
94   border-width: 0 0 1px 1px;
95   border-spacing: 0;
96   border-collapse: collapse;
97 }
98 div#librarydetail td {
99   margin: 0;
100   padding: 3px;
101   border-width: 1px 1px 0 0;
102 }
103 div#librarydetail thead {
104   text-align: center;
105   }
106 div#librarydetail tbody {
107   text-align: right;
108 }
109 div#librarydetail h1,
110 div#librarydetail h2
111 {
112   font-size: 150%;
113 }
114
115 div#librarydetail h3 {
116    font-size: 125%;
117    margin: 0;
118 }
119
120 div#librarydetail h4,
121 div#librarydetail h5,
122 div#librarydetail ul,
123 div#librarydetail ol,
124 div#librarydetail li
125 {
126   list-style: none;
127   margin: 0;   
128 }
129
130 div#librarydetail ul,
131 div#librarydetail ol
132 {
133   margin-bottom: .5em;
134 }
135
136 div.library_identity { 
137   float: left; margin: 5px; }
138 div.library_sample_detail { float: left; margin: 5px; }
139 div.library_library_detail { float: left; margin: 5px; }
140 div.library_statistics { clear: both; border: 1px; }
141