diff gis_gui/blocks/table.css @ 182:f97c3bdd9818

tables now with scrollbar
author fknauft
date Fri, 11 Feb 2011 15:23:36 +0100
parents 7f008e782563
children
line wrap: on
line diff
--- a/gis_gui/blocks/table.css	Tue Feb 08 14:02:05 2011 +0100
+++ b/gis_gui/blocks/table.css	Fri Feb 11 15:23:36 2011 +0100
@@ -1,28 +1,28 @@
 div.content div.table_container {
     background-color: #ffffff;
-    width:80%;
-
+    width:90%;
     position:relative;
-    left: 80px;
+    left: 50px;
     margin-top:40px;
+    height:350px;
 }
 
 
 .compacted{
-max-width: 80px;
-white-space: nowrap;
-overflow: hidden;
+	max-width: 80px;
+	white-space: nowrap;
+	overflow: hidden;
 }
 
 .paginate_enabled_next, .paginate_enabled_previous, span.paginate_button {
-margin: 10px;
-color: #0000bb;
-text-decoration: underline;
+	margin: 10px;
+	color: #0000bb;
+	text-decoration: underline;
 }
 
 .hidden {
 /*background-color: #bbbbbb;*/
-text-decoration: line-through;
+	text-decoration: line-through;
 }
 
 .dataTables_paginate {
@@ -31,17 +31,21 @@
 }
 
 .dataTables_length {
-width: 45%;
-float:left;
-clear:none;
+	width: 45%;
+	float:left;
+	clear:none;
+}
+
+.dataTables_wrapper {
+	 overflow:auto;
 }
 
 .dataTables_filter {
-width: 45%;
-float:right;
-text-align: right;
-clear:none;
-margin-bottom:5px;
+	width: 45%;
+	float:right;
+	text-align: right;
+	clear:none;
+	margin-bottom:5px;
 }
 
 .datatable {