Sample Tracker EXTJS frontend merge part 1
[htsworkflow.git] / htsworkflow / frontend / static / css / global.css
index fd840600e34187bf575e0585feea2ab3c265fa56..7aebac5d3e267008d267a4eb2486e172fdac19a5 100644 (file)
@@ -54,15 +54,15 @@ p img, h1 img, h2 img, h3 img, h4 img, td img { vertical-align:middle; }
 .nowrap { white-space:nowrap; }
 
 /* TABLES */
-table { border-collapse:collapse; border-color:#ccc; }
-td, th { font-size:11px; line-height:13px; border-bottom:1px solid #eee; vertical-align:top; padding:5px; font-family:"Lucida Grande", Verdana, Arial, sans-serif; }
-th { text-align:left; font-size:12px; font-weight:bold; }
-thead th, 
-tfoot td { color:#666; padding:2px 5px; font-size:11px; background:#e1e1e1 url(../img/nav-bg.gif) top left repeat-x; border-left:1px solid #ddd; border-bottom:1px solid #ddd; }
-tfoot td { border-bottom:none; border-top:1px solid #ddd; }
-thead th:first-child, 
-tfoot td:first-child { border-left:none !important; }
-thead th.optional { font-weight:normal !important; }
+table.libtable { border-collapse:collapse; border-color:#ccc; }
+td.libtable, th.libtable { font-size:11px; line-height:13px; border-bottom:1px solid #eee; vertical-align:top; padding:5px; font-family:"Lucida Grande", Verdana, Arial, sans-serif; }
+th.libtable { text-align:left; font-size:12px; font-weight:bold; }
+thead.libtable th, 
+tfoot.libtable td { color:#666; padding:2px 5px; font-size:11px; background:#e1e1e1 url(../img/nav-bg.gif) top left repeat-x; border-left:1px solid #ddd; border-bottom:1px solid #ddd; }
+tfoot.libtable td { border-bottom:none; border-top:1px solid #ddd; }
+thead.libtable th:first-child, 
+tfoot.libtable td:first-child { border-left:none !important; }
+thead.libtable th.optional { font-weight:normal !important; }
 fieldset table { border-right:1px solid #eee; }
 tr.row-label td { font-size:9px; padding-top:2px; padding-bottom:0; border-bottom:none; color:#666; margin-top:-1px; }
 tr.alt { background:#f6f6f6; }
@@ -70,11 +70,11 @@ tr.alt { background:#f6f6f6; }
 .row2 { background:white; }
 
 /* SORTABLE TABLES */
-thead th a:link, thead th a:visited { color:#666; display:block; }
-table thead th.sorted { background-position:bottom left !important; }
-table thead th.sorted a { padding-right:13px; }
-table thead th.ascending a { background:url(../img/arrow-down.gif) right .4em no-repeat; }
-table thead th.descending a { background:url(../img/arrow-up.gif) right .4em no-repeat; }
+thead.libtable th a:link, thead th a:visited { color:#666; display:block; }
+table.libtable thead th.sorted { background-position:bottom left !important; }
+table.libtable thead th.sorted a { padding-right:13px; }
+table.libtable thead th.ascending a { background:url(../img/arrow-down.gif) right .4em no-repeat; }
+table.libtable thead th.descending a { background:url(../img/arrow-up.gif) right .4em no-repeat; }
 
 /* ORDERABLE TABLES */
 table.orderable tbody tr td:hover { cursor:move; }