[css][xs]: overflow auto on grid data table div so we scroll within a fixed box rather than the page.

This commit is contained in:
Rufus Pollock
2012-01-28 08:05:58 +00:00
parent be1569013d
commit 4a8a51b3de

View File

@@ -25,11 +25,6 @@
width: 30px; width: 30px;
} }
.doc-count {
font-weight: bold;
font-size: 120%;
}
.data-view-container { .data-view-container {
display: block; display: block;
clear: both; clear: both;
@@ -132,6 +127,11 @@
* Data Table * Data Table
*********************************************************/ *********************************************************/
.data-table-container {
overflow: auto;
height: 550px;
}
.data-table { .data-table {
border: 1px solid #ccc; border: 1px solid #ccc;
font-size: 12px; font-size: 12px;