From 2008af9a6845c999ddad8d7d94f4d46f43f9c63c Mon Sep 17 00:00:00 2001 From: dg9vh Date: Thu, 2 Mar 2017 15:56:46 +0000 Subject: [PATCH] make all infobox panels collapsible --- css/style.css | 7 +++++++ include/disk.php | 4 +++- include/lh_ajax.php | 4 +++- include/localtx_ajax.php | 4 +++- include/modes.php | 4 +++- include/repeaterinfo.php | 4 +++- include/sysinfo_ajax.php | 4 +++- include/txinfo.php | 4 +++- include/ysfgatewayinfo.php | 8 ++++++-- index.php | 16 ++++++++++++++++ version.php | 2 +- 11 files changed, 51 insertions(+), 10 deletions(-) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..498ee89 --- /dev/null +++ b/css/style.css @@ -0,0 +1,7 @@ +.clickable{ + cursor: pointer; +} + +.panel-heading span { + font-size: 15px; +} \ No newline at end of file diff --git a/include/disk.php b/include/disk.php index 4e9ab07..b372ead 100644 --- a/include/disk.php +++ b/include/disk.php @@ -1,6 +1,7 @@
-
Disk Use
+
Disk Use
+
@@ -57,4 +58,5 @@ try{
+
diff --git a/include/lh_ajax.php b/include/lh_ajax.php index 680d9b2..7150b88 100644 --- a/include/lh_ajax.php +++ b/include/lh_ajax.php @@ -3,7 +3,8 @@ $totalLH = count($lastHeard); ?>
-
Last Heard List of today's callsigns.
+
Last Heard List of today's callsigns.
+
@@ -29,6 +30,7 @@ $totalLH = count($lastHeard);
+