diff options
author | zsloan | 2020-11-06 14:15:43 -0600 |
---|---|---|
committer | zsloan | 2020-11-06 14:15:43 -0600 |
commit | 9fec6272f967adf6ad417dbdd96ebd63a411eb3b (patch) | |
tree | 6c0d4fd7220d7a218a5f8473f7cf375e956a390c | |
parent | 795ac6bc82d7501a8898fea69141fc942c1ae1aa (diff) | |
download | genenetwork2-9fec6272f967adf6ad417dbdd96ebd63a411eb3b.tar.gz |
Added new css file for pages that have trait list tables (not sure what else to call them, but pages like search results, view collection, and correlation results)
-rw-r--r-- | wqflask/wqflask/static/new/css/trait_list.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wqflask/wqflask/static/new/css/trait_list.css b/wqflask/wqflask/static/new/css/trait_list.css new file mode 100644 index 00000000..7db3f7b8 --- /dev/null +++ b/wqflask/wqflask/static/new/css/trait_list.css @@ -0,0 +1,7 @@ +div.tool-button-container {
+ min-width: 950px;
+}
+
+div.collection-table-options{
+ min-width: 1100px;
+}
\ No newline at end of file |