about summary refs log tree commit diff
path: root/bh20simplewebuploader/static
diff options
context:
space:
mode:
authorBonfaceKilz2020-04-26 03:43:38 +0300
committerBonfaceKilz2020-04-26 07:05:12 +0300
commit13bcf6fcc911ffa717a86e368b190322b8065d3d (patch)
treee908b6719510e083259cf9887e8bed55dddc2d77 /bh20simplewebuploader/static
parent03cbed808805ccdbff639eaa67e8f8b26c7275b3 (diff)
downloadbh20-seq-resource-13bcf6fcc911ffa717a86e368b190322b8065d3d.tar.gz
bh20-seq-resource-13bcf6fcc911ffa717a86e368b190322b8065d3d.tar.lz
bh20-seq-resource-13bcf6fcc911ffa717a86e368b190322b8065d3d.zip
Add basic structure for interacting with the API
Diffstat (limited to 'bh20simplewebuploader/static')
-rw-r--r--bh20simplewebuploader/static/main.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css
index 609ae19..94d38bf 100644
--- a/bh20simplewebuploader/static/main.css
+++ b/bh20simplewebuploader/static/main.css
@@ -57,6 +57,15 @@ form h4 {
     margin: 0 auto;
     padding: 20px;
 }
+
+.button {
+    width: 6em;
+    border-radius: 5px;
+    background: #0ED1CD;
+    margin: 0.3em auto;
+    padding: 0.4em;
+}
+
 .footer {
     background-color: white;
     margin: 0 auto;
@@ -128,6 +137,22 @@ span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
     margin-top: 10px;
 }
 
+.search-section {
+    display: flex;
+    justify-content: space-between;
+}
+
+.search-section .filter-options {
+    display: flex;
+    flex-direction: column;
+    width: max-content;
+    padding: 20px;
+}
+
+.search-section p {
+    margin: 0;
+}
+
 .submit {
     grid-area: f;
     width: 17em;
@@ -158,6 +183,7 @@ footer {
 .invisible {
     display: none;
 }
+
 @media only screen and (max-device-width: 480px) {
     .grid-container {
         display: flex;