mirror of
https://github.com/wassname/cardsforscience.git
synced 2026-08-13 12:00:11 +08:00
Better observations table
This commit is contained in:
+19
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user