Project Management styling and usermanagement workflow to table
[osm/UI.git] / skyquake / plugins / project_management / src / dashboard / projectMgmt.scss
index 3c2b58e..dc8fcce 100644 (file)
             background:none;
             color: black;
         }
+
+    table {
+        thead {
+            border-bottom:1px solid #d3d3d3;
+            td{
+                font-weight:bold;
+            }
+        }
+        td{
+            padding:0.25rem 0.5rem;
+            vertical-align: middle;
+            .checkbox {
+                -ms-flex-pack:center;
+                    justify-content:center;
+            }
+        }
+    }
 }
 
 
     padding: 0.25rem;
     margin: .125rem 0;
     >div {
-        padding:0.25rem 1rem 0.25rem 0;
+        padding: 0.25rem;
         -ms-flex: 1 1 33%;
             flex: 1 1 33%;
         display: -ms-flexbox;