aboutsummaryrefslogtreecommitdiff
path: root/uploader/static/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css/styles.css')
-rw-r--r--uploader/static/css/styles.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css
index 826ac41..df50dec 100644
--- a/uploader/static/css/styles.css
+++ b/uploader/static/css/styles.css
@@ -179,3 +179,9 @@ table.dataTable thead th, table.dataTable tfoot th{
table.dataTable tbody tr.selected td {
background-color: #ffee99 !important;
}
+
+.form-group {
+ margin-bottom: 2em;
+ padding-bottom: 0.2em;
+ border-bottom: solid gray 1px;
+}