Convert Rami's DataRun feature to something useful to us.
[htsworkflow.git] / htsworkflow / frontend / static / css / app.css
index fec1733829d7739f9f71fad34f8a858f58657a36..0a86f8ab2645f7554e74a2354e8989b9818745eb 100644 (file)
@@ -66,20 +66,76 @@ div.htswdetail h3 {
      margin: 0;
 }
 
-  div.htswdetail h4,
-  div.htswdetail h5,
-  div.htswdetail ul,
-  div.htswdetail ol,
-  div.htswdetail li
-  {
-    list-style: none;
-    margin: 0;   
-  }
+div.htswdetail h4,
+div.htswdetail h5,
+div.htswdetail ul,
+div.htswdetail ol,
+div.htswdetail li
+{
+  list-style: none;
+  margin: 0;   
+}
+
+div.htswdetail ul,
+div.htswdetail ol
+{
+  margin-bottom: .5em;
+}
 
-  div.htswdetail ul,
-  div.htswdetail ol
-  {
-    margin-bottom: .5em;
+/* style library detail headers */ 
+div#librarydetail {
+  margin: 0;
+  padding: 0;
+}
+div#librarydetail table, div#librarydetail td {
+  border-style: solid;
+}
+div#librarydetail table {
+  border-width: 0 0 1px 1px;
+  border-spacing: 0;
+  border-collapse: collapse;
+}
+div#librarydetail td {
+  margin: 0;
+  padding: 3px;
+  border-width: 1px 1px 0 0;
+}
+div#librarydetail thead {
+  text-align: center;
   }
- /* ]]> */
-</style>
+div#librarydetail tbody {
+  text-align: right;
+}
+div#librarydetail h1,
+div#librarydetail h2
+{
+  font-size: 150%;
+}
+
+div#librarydetail h3 {
+   font-size: 125%;
+   margin: 0;
+}
+
+div#librarydetail h4,
+div#librarydetail h5,
+div#librarydetail ul,
+div#librarydetail ol,
+div#librarydetail li
+{
+  list-style: none;
+  margin: 0;   
+}
+
+div#librarydetail ul,
+div#librarydetail ol
+{
+  margin-bottom: .5em;
+}
+
+div.library_identity { 
+  float: left; margin: 5px; }
+div.library_sample_detail { float: left; margin: 5px; }
+div.library_library_detail { float: left; margin: 5px; }
+div.library_statistics { clear: both; border: 1px; }
+