From: Leo-Andres Hofmann <hofmann@leo-andres.de>
To: development@lists.ipfire.org
Subject: [PATCH 2/3] rrdimage: Add CSS and Javascript to ipfire theme
Date: Thu, 01 Apr 2021 15:35:15 +0200 [thread overview]
Message-ID: <20210401133516.1058-2-hofmann@leo-andres.de> (raw)
In-Reply-To: <20210401133516.1058-1-hofmann@leo-andres.de>
[-- Attachment #1: Type: text/plain, Size: 2018 bytes --]
This patch adds styling for the new graph time range buttons
and loads the Javascript in the HTML head.
Signed-off-by: Leo-Andres Hofmann <hofmann(a)leo-andres.de>
---
html/html/themes/ipfire/include/css/style.css | 37 +++++++++++++++++--
html/html/themes/ipfire/include/functions.pl | 1 +
2 files changed, 35 insertions(+), 3 deletions(-)
diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css
index 9421fc111..10644a9f8 100644
--- a/html/html/themes/ipfire/include/css/style.css
+++ b/html/html/themes/ipfire/include/css/style.css
@@ -328,7 +328,38 @@ table.fw-nat tbody tr td {
height: 2.25em;
}
-iframe.graph {
- width: 100%;
- min-height: 300px;
+/* RRD graph images */
+
+div.rrdimage > ul {
+ list-style-type: none;
+ margin: 0;
+ display: flex;
+ justify-content: center;
+}
+.rrdimage li:not(:first-child)::before {
+ content: "-";
+ padding: 0 0.3em;
+}
+
+.rrdimage button {
+ padding: 0.3em;
+ font-weight: 700;
+ color: #d90000; /* link color */
+ border: none;
+ background: none;
+ cursor: pointer;
+ text-decoration: underline;
+}
+.rrdimage button:focus {
+ outline: none;
+ box-shadow: none;
+}
+.rrdimage button.selected {
+ background-color: rgba(135, 203, 0, 0.2);
+}
+
+div.rrdimage > img {
+ box-sizing: border-box;
+ max-width: 100%;
+ min-height: 290px;
}
diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl
index 9aec77497..c76af336d 100644
--- a/html/html/themes/ipfire/include/functions.pl
+++ b/html/html/themes/ipfire/include/functions.pl
@@ -128,6 +128,7 @@ print <<END;
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="shortcut icon" href="/favicon.ico" />
<script type="text/javascript" src="/include/jquery.js"></script>
+ <script src="/include/rrdimage.js"></script>
<script type="text/javascript">
function swapVisibility(id) {
--
2.27.0.windows.1
next prev parent reply other threads:[~2021-04-01 13:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-01 13:35 [PATCH 1/3] rrdimage: Add scripts for new graph display method Leo-Andres Hofmann
2021-04-01 13:35 ` Leo-Andres Hofmann [this message]
2021-04-01 13:35 ` [PATCH 3/3] rrdimage: Switch graphs.pl to the new graph scripts Leo-Andres Hofmann
2021-04-01 13:36 ` [PATCH 1/3] rrdimage: Add scripts for new graph display method Leo Hofmann
2021-04-01 13:58 ` Aw: " Bernhard Bitsch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210401133516.1058-2-hofmann@leo-andres.de \
--to=hofmann@leo-andres.de \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox