summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics_reporting/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2017-03-02 14:27:00 +0100
committerSimon Rettberg2017-03-02 14:27:00 +0100
commit7b198f93c1848589501ff8e41809412aa7ff72f9 (patch)
tree8e53c4a42d02b629835b2c597921bdbcf45d66ce /modules-available/statistics_reporting/style.css
parent[systemstatus] Add lighttpd error log (diff)
parent[statistics_reporting] fixed column selector order (diff)
downloadslx-admin-7b198f93c1848589501ff8e41809412aa7ff72f9.tar.gz
slx-admin-7b198f93c1848589501ff8e41809412aa7ff72f9.tar.xz
slx-admin-7b198f93c1848589501ff8e41809412aa7ff72f9.zip
Merge branch 'statistics_reporting'
Diffstat (limited to 'modules-available/statistics_reporting/style.css')
-rw-r--r--modules-available/statistics_reporting/style.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/modules-available/statistics_reporting/style.css b/modules-available/statistics_reporting/style.css
new file mode 100644
index 00000000..81dc74b0
--- /dev/null
+++ b/modules-available/statistics_reporting/style.css
@@ -0,0 +1,42 @@
+.top-row {
+ margin-bottom: 10px;
+}
+
+.top-row > * {
+ margin-right: 10px;
+ margin-bottom: 10px;
+}
+
+.top-row #button-settings {
+ margin-right: 0;
+}
+
+.buttonbar button {
+ margin-bottom: 4px;
+}
+
+.buttonbar {
+ margin-bottom: 20px;
+}
+
+#slider {
+ display: inline-block;
+ width: 160px;
+ margin-left: 20px;
+ margin-bottom: 3px;
+ margin-right: 20px;
+}
+
+#lower-handle, #upper-handle {
+ width: 3em;
+ height: 1.6em;
+ top: 50%;
+ margin-top: -.8em;
+ margin-left: -1.5em;
+ text-align: center;
+ line-height: 1.6em;
+}
+
+th[data-sort] {
+ cursor: pointer;
+}