summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/style.css
diff options
context:
space:
mode:
authorUdo Walter2016-12-06 16:23:25 +0100
committerUdo Walter2016-12-06 16:23:25 +0100
commit5e7a6622717bc578805adcddcf1b4772c2fb2a89 (patch)
tree5f18dde8ae5c19f0c47cd1b6bbf462128aeb36ac /modules-available/statistics_reporting/style.css
parent[statistics_reporting] Added time bounds and time cutoff possibility. (diff)
downloadslx-admin-5e7a6622717bc578805adcddcf1b4772c2fb2a89.tar.gz
slx-admin-5e7a6622717bc578805adcddcf1b4772c2fb2a89.tar.xz
slx-admin-5e7a6622717bc578805adcddcf1b4772c2fb2a89.zip
[statistics_reporting] added time cutoff ui
Diffstat (limited to 'modules-available/statistics_reporting/style.css')
-rw-r--r--modules-available/statistics_reporting/style.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/style.css b/modules-available/statistics_reporting/style.css
index 6cb6de51..b0875a7d 100644
--- a/modules-available/statistics_reporting/style.css
+++ b/modules-available/statistics_reporting/style.css
@@ -1,7 +1,16 @@
.top-row {
- margin-bottom: 20px;
+ margin-bottom: 10px;
+}
+
+.top-row select, .top-row .btn-group {
+ margin-right: 10px;
+ margin-bottom: 10px;
}
.buttonbar button {
margin-bottom: 4px;
+}
+
+.buttonbar {
+ margin-bottom: 20px;
} \ No newline at end of file