summaryrefslogtreecommitdiffstats
path: root/modules-available/dozmod/style.css
diff options
context:
space:
mode:
authorChristian Hofmaier2017-09-14 15:57:36 +0200
committerChristian Hofmaier2017-09-14 15:57:36 +0200
commitd7efef285bfef24739cc56cf7fad2bedf5fcd9dd (patch)
tree1334603c7466a97ebbd70b97fa863899888bd482 /modules-available/dozmod/style.css
parent[locations] fixed inconsistencies + small design changes (diff)
downloadslx-admin-d7efef285bfef24739cc56cf7fad2bedf5fcd9dd.tar.gz
slx-admin-d7efef285bfef24739cc56cf7fad2bedf5fcd9dd.tar.xz
slx-admin-d7efef285bfef24739cc56cf7fad2bedf5fcd9dd.zip
[dozmod] fixed inconsistencies + some issues in [internetaccess] and [news]
Diffstat (limited to 'modules-available/dozmod/style.css')
-rw-r--r--modules-available/dozmod/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules-available/dozmod/style.css b/modules-available/dozmod/style.css
index 22d769ed..15b0afe0 100644
--- a/modules-available/dozmod/style.css
+++ b/modules-available/dozmod/style.css
@@ -35,3 +35,15 @@
.table-input-group tr.input-group td:last-child input {
border-radius: 0px 4px 4px 0px;
}
+
+.input-group-addon {
+ min-width:200px;
+}
+
+.table > tbody > tr > td {
+ vertical-align: middle;
+}
+
+.table > tbody > tr > td > div {
+ display: inline-block;
+} \ No newline at end of file