summaryrefslogtreecommitdiffstats
path: root/html/lines.css
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 21:11:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 21:11:59 +0000
commit3cd01b932e1c85394272ae64fae67ebeda92fb00 (patch)
treec5a3115d710afc1879ddea5349362a2bc651733c /html/lines.css
parentInitial commit. (diff)
downloaddnsdist-9f47c945fba1880403348371c2f10ae87ca2e660.tar.xz
dnsdist-9f47c945fba1880403348371c2f10ae87ca2e660.zip
Adding upstream version 1.8.3.upstream/1.8.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--html/lines.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/html/lines.css b/html/lines.css
new file mode 100644
index 0000000..5210182
--- /dev/null
+++ b/html/lines.css
@@ -0,0 +1,21 @@
+div, span, p, td {
+ font-family: Arial, sans-serif;
+}
+#chart {
+ display: inline-block;
+}
+#legend {
+ display: inline-block;
+ position: relative;
+ left: 8px;
+}
+#legend_container {
+ position: absolute;
+ right: 0;
+ bottom: 26px;
+ width: 0;
+}
+.chart_container {
+ float: left;
+ position: relative;
+}