# HG changeset patch # User fknauft # Date 1297434216 -3600 # Node ID f97c3bdd98183325de3e41e4d2badbb7974c308b # Parent b51bef861494ab0d6c2daefff89394e4618a3ddd tables now with scrollbar diff -r b51bef861494 -r f97c3bdd9818 gis_gui/blocks/table --- a/gis_gui/blocks/table Tue Feb 08 14:02:05 2011 +0100 +++ b/gis_gui/blocks/table Fri Feb 11 15:23:36 2011 +0100 @@ -21,7 +21,7 @@
- +
table loading...
diff -r b51bef861494 -r f97c3bdd9818 gis_gui/blocks/table.css --- 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 { diff -r b51bef861494 -r f97c3bdd9818 gis_gui/lib/blocks.css --- a/gis_gui/lib/blocks.css Tue Feb 08 14:02:05 2011 +0100 +++ b/gis_gui/lib/blocks.css Fri Feb 11 15:23:36 2011 +0100 @@ -134,8 +134,8 @@ align: center; height:1000px; padding:10px; - margin-left:50px; - margin-right:50px; + margin-left:0px; + margin-right:0px; } @@ -143,7 +143,7 @@ margin:3px; padding: 2px; position: relative; - left: 15px; + left: 45px; width: 400px; height: 150px; background-color:#bbbbff; @@ -154,7 +154,7 @@ margin:3px; padding: 2px; position: relative; - right: -460px; + left: 530px; top: -157px; width: 400px; height: 150px;