aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/static/main.css
diff options
context:
space:
mode:
authorLLTommy2020-06-17 19:22:24 +0200
committerGitHub2020-06-17 19:22:24 +0200
commitae6b95d8e3053e9a446702d77e7ad56a321acda7 (patch)
treeb7fa6afa5c260ef80f84d90e0d7aac891f34db40 /bh20simplewebuploader/static/main.css
parenta2c2342000aea4efa5140afa89e4ed66dd466100 (diff)
parenta80646c6d6f2d768f63db2545f7e1542ea290f77 (diff)
downloadbh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.tar.gz
bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.tar.lz
bh20-seq-resource-ae6b95d8e3053e9a446702d77e7ad56a321acda7.zip
Merge pull request #83 from BonfaceKilz/feature/display-content-sequences
Feature/display fasta count on a map
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r--bh20simplewebuploader/static/main.css21
1 files changed, 9 insertions, 12 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index cadb9a5..5a9f231 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -47,6 +47,11 @@ h2 > svg {
float: right;
}
+#map {
+ width: 800px;
+ height: 440px;
+ border: 1px solid #AAA;
+}
/* ---- start menu ---- */
/* Add a black background color to the top navigation */
@@ -227,17 +232,6 @@ a {
column-width: 250px;
}
-pre code {
- background-color: #eee;
- display: flex;
- width: max-content;
- margin: 0 auto;
- overflow-y: scroll;
- max-height: 300px;
- padding: 10px;
- border: solid 1px black;
-}
-
.record, .record .field-group, .record .field-group .field {
display: flex;
flex-direction: column;
@@ -261,12 +255,15 @@ pre code {
.search-section {
display: flex;
justify-content: space-between;
+ width: max-content;
}
+.filter-options {
+ width: 100%;
+}
.search-section .filter-options {
display: flex;
flex-direction: column;
- width: max-content;
padding: 20px;
}