Better observations table

This commit is contained in:
2016-02-24 10:45:27 +08:00
parent 1805afe17a
commit b3a4e8ca4f
9 changed files with 961 additions and 541 deletions
+19 -1
View File
@@ -373,4 +373,22 @@ h1 br {
.Paired .q11-12{color:rgb(177,89,40)}
/* data tables */
/* ui grid */
.observations-grid {
width:100%;
height:100%;
min-height: 500px;
}
.large.obervations-panel-body{
padding:0px;
}
.ui-grid-cell-contents.ui-grid-header-cell-primary-focus {
padding-top: 2px;
padding-bottom: 2px;
}
.ui-grid-filter-container {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
}