summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/dozmod/style.css')
-rw-r--r--modules-available/dozmod/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules-available/dozmod/style.css b/modules-available/dozmod/style.css
index 22d769ed..23dd121e 100644
--- a/modules-available/dozmod/style.css
+++ b/modules-available/dozmod/style.css
@@ -30,8 +30,22 @@
.table-input-group tr.input-group input.form-control {
width: auto;
+ min-width: 95px;
}
.table-input-group tr.input-group td:last-child input {
border-radius: 0px 4px 4px 0px;
}
+
+.input-group-addon {
+ min-width:200px;
+ text-align: left;
+}
+
+.table > tbody > tr > td {
+ vertical-align: middle;
+}
+
+.table > tbody > tr > td > div {
+ display: inline-block;
+} \ No newline at end of file