aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-06-03 13:55:35 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-06-03 13:55:35 +0300
commit7393c1f99c9e33871e8b4aaad45f2675e7b410af (patch)
treeadda3c265b7307eb3bdab9337620adaadcbed35a /style.css
parent9d953c0e039cce2c9d8318de9b79a09e243d3e45 (diff)
Added sysinfo tab to settings
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/style.css b/style.css
index ba081b56..d8bdb73b 100644
--- a/style.css
+++ b/style.css
@@ -450,6 +450,16 @@ table.popup-table .link{
opacity: 0.75;
}
+#sysinfo_download a{
+ font-size: 24pt;
+ text-decoration: underline;
+}
+
+#sysinfo_validity{
+ font-size: 18pt;
+}
+
+
/* live preview */
.progressDiv{
position: relative;