This mildly adjusts the css to be a bit prettier
authorDiane Trout <diane@caltech.edu>
Wed, 1 Dec 2010 00:26:51 +0000 (16:26 -0800)
committerDiane Trout <diane@caltech.edu>
Wed, 1 Dec 2010 00:26:51 +0000 (16:26 -0800)
htsworkflow/frontend/templates/samples/library_detail.html

index 26eba6887f82ff7a91e7952f187d9f4dbd8b92bc..e790fc491e679c6c022e38708bbb3517d60b167d 100644 (file)
@@ -4,6 +4,10 @@
 {% block additional_css %}
 <style type="text/css">
   /* <![CDATA[ */
+  div#librarydetail {
+    margin: 0;
+    padding: 0;
+  }
   div#librarydetail table, div#librarydetail td {
     border-style: solid;
   }
@@ -14,7 +18,7 @@
   }
   div#librarydetail td {
     margin: 0;
-    padding: 4px;
+    padding: 3px;
     border-width: 1px 1px 0 0;
   }
   div#librarydetail thead {
   div#librarydetail h2
   {
     font-size: 150%;
-    padding: 0.5em 0 0.5em 0;
   }
 
   div#librarydetail h3 {
      font-size: 125%;
-     padding: 0 0 0.25em 2em;
+     margin: 0;
   }
 
   div#librarydetail h4,
   div#librarydetail ol,
   div#librarydetail li
   {
-    padding-left: 2em;
+    list-style: none;
+    margin: 0;   
+  }
+
+  div#librarydetail ul,
+  div#librarydetail ol
+  {
+    margin-bottom: .5em;
   }
  /* ]]> */
 </style>