Added resources to the platform description, fixed link in querytable for the init_ke...
[myslice.git] / portal / static / css / onelab_marko.css
index 0201e8b..d310399 100644 (file)
     height: 100%;
 }
 
+table {
+   color:white;
+}
+table.dataTable {
+   color:black;
+}
+
+
 .container h1, .container h2 {
     color: #fff !important;
 }
@@ -165,7 +173,10 @@ h2.well.well-lg {
 
 
 
-
+/* if window enlarged wider than background picture */
+body {
+    background: black !important;
+}
 
 /* TOPMENU.CSS */
 
@@ -298,7 +309,7 @@ div.QueryTable table.dataTable th {
     text-align: left;
     padding: 8px 12px 4px 20px;
     vertical-align:middle;
-    background: url('../img/tablesort-header.jpg') no-repeat !important; 
+    background: url('../img/tablesort-header.png') no-repeat !important; 
 }
 
 div.QueryTable table.dataTable td, div.QueryTable table.dataTable textarea, div.QueryTable table.dataTable input [type="text"] {
@@ -419,8 +430,3 @@ table.query-editor td {
     padding-left: 0 !important;
 }   
 
-.simplelist {
-    font-size: 100%;
-    text-align: center !important;
-    margin: 0 auto;
-}