about summary refs log tree commit diff
path: root/uploader/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css')
-rw-r--r--uploader/static/css/layout-common.css30
-rw-r--r--uploader/static/css/theme.css9
2 files changed, 22 insertions, 17 deletions
diff --git a/uploader/static/css/layout-common.css b/uploader/static/css/layout-common.css
index 88e580c..9c9d034 100644
--- a/uploader/static/css/layout-common.css
+++ b/uploader/static/css/layout-common.css
@@ -2,20 +2,20 @@
     box-sizing: border-box;
 }
 
-    body {
-        display: grid;
-        grid-gap: 1em;
-    }
+body {
+    display: grid;
+    grid-gap: 1em;
+}
 
-    #header {
-        margin: -0.7em; /* Fill entire length of screen */
-        /* Define layout for the children elements */
-        display: grid;
-    }
+#header {
+    margin: -0.7em; /* Fill entire length of screen */
+    /* Define layout for the children elements */
+    display: grid;
+}
 
-    #header #header-nav {
-        /* Place it in the parent element */
-        grid-column-start: 1;
-        grid-column-end: 2;
-        display: flex;
-    }
+#header #header-nav {
+    /* Place it in the parent element */
+    grid-column-start: 1;
+    grid-column-end: 2;
+    display: flex;
+}
diff --git a/uploader/static/css/theme.css b/uploader/static/css/theme.css
index 45e5d3d..6f5cb0c 100644
--- a/uploader/static/css/theme.css
+++ b/uploader/static/css/theme.css
@@ -81,10 +81,10 @@ table.dataTable tbody tr.selected td {
     background-color: #ffee99 !important;
 }
 
-.form-group {
+#frm-add-phenotypes .form-group {
     margin-bottom: 2em;
     padding-bottom: 0.2em;
-    border-bottom: solid gray 1px;
+    border-bottom: solid #A9A9A9 1px;
 }
 
 
@@ -95,3 +95,8 @@ table.dataTable tbody tr.selected td {
 .breadcrumb-item a {
     text-decoration: none;
 }
+
+.table thead tr th {
+    text-align: center;
+    vertical-align: middle;
+}