Mercurial > repos > eduardo > annotateviz
diff static/css/main.css @ 0:7537482eed36 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotateviz commit 9bbaa3eacc76ff3bf2b6da313cc0d85705f15dd1-dirty
author | eduardo |
---|---|
date | Sat, 17 Jun 2017 13:31:06 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/static/css/main.css Sat Jun 17 13:31:06 2017 -0400 @@ -0,0 +1,35 @@ +.grid { + width: 100%; + height: 400px; +} +.ui-grid-cell-contents { + padding: 1px 1px; + +} + +.grid .ui-grid-row, +.grid .ui-grid-cell, +.grid .ui-grid-cell .ui-grid-vertical-bar { + + height: 16px !important; + font-size: 10px; + line-height: 14px; +} +.ui-grid-render-container-body .ui-grid-header-cell, +.ui-grid-render-container-left .ui-grid-header-cell, +.ui-grid-header-cell { + height:16px; + font-size: 10px; +} +.ui-grid-filter-container { + padding: 1px 3px; +} + + +.ui-grid .ui-grid-render-container-body .ui-grid-viewport { + overflow-x: hidden !important; + overflow-y: auto !important; + +} + +