From 9739a5fcbf9f0fb16d611a5ef6c6a5ab3773213a Mon Sep 17 00:00:00 2001 From: usmannasir Date: Thu, 17 Jul 2025 20:04:18 +0500 Subject: [PATCH] bug fix: increase font size on log pages --- serverLogs/templates/serverLogs/accessLogs.html | 4 ++-- serverLogs/templates/serverLogs/emailLogs.html | 4 ++-- serverLogs/templates/serverLogs/errorLogs.html | 4 ++-- serverLogs/templates/serverLogs/ftplogs.html | 4 ++-- serverLogs/templates/serverLogs/modSecAuditLog.html | 4 ++-- serverStatus/templates/serverStatus/cybercpmainlogfile.html | 4 ++-- .../templates/websiteFunctions/DockerSiteHome.html | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/serverLogs/templates/serverLogs/accessLogs.html b/serverLogs/templates/serverLogs/accessLogs.html index b3867209a..9f6e022c1 100644 --- a/serverLogs/templates/serverLogs/accessLogs.html +++ b/serverLogs/templates/serverLogs/accessLogs.html @@ -213,7 +213,7 @@ background: transparent; color: #10b981; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; border: none; outline: none; @@ -233,7 +233,7 @@ text-align: right; color: #475569; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; user-select: none; padding-right: 1rem; diff --git a/serverLogs/templates/serverLogs/emailLogs.html b/serverLogs/templates/serverLogs/emailLogs.html index adbbcc0f2..7cd84e288 100644 --- a/serverLogs/templates/serverLogs/emailLogs.html +++ b/serverLogs/templates/serverLogs/emailLogs.html @@ -213,7 +213,7 @@ background: transparent; color: #3b82f6; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; border: none; outline: none; @@ -233,7 +233,7 @@ text-align: right; color: #475569; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; user-select: none; padding-right: 1rem; diff --git a/serverLogs/templates/serverLogs/errorLogs.html b/serverLogs/templates/serverLogs/errorLogs.html index 4b6a43931..236a3e389 100644 --- a/serverLogs/templates/serverLogs/errorLogs.html +++ b/serverLogs/templates/serverLogs/errorLogs.html @@ -213,7 +213,7 @@ background: transparent; color: #ef4444; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; border: none; outline: none; @@ -233,7 +233,7 @@ text-align: right; color: #475569; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; user-select: none; padding-right: 1rem; diff --git a/serverLogs/templates/serverLogs/ftplogs.html b/serverLogs/templates/serverLogs/ftplogs.html index 3b6eb4d84..af215a9d3 100644 --- a/serverLogs/templates/serverLogs/ftplogs.html +++ b/serverLogs/templates/serverLogs/ftplogs.html @@ -213,7 +213,7 @@ background: transparent; color: #8b5cf6; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; border: none; outline: none; @@ -233,7 +233,7 @@ text-align: right; color: #475569; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; user-select: none; padding-right: 1rem; diff --git a/serverLogs/templates/serverLogs/modSecAuditLog.html b/serverLogs/templates/serverLogs/modSecAuditLog.html index ddd3f38d4..8298ce0ed 100644 --- a/serverLogs/templates/serverLogs/modSecAuditLog.html +++ b/serverLogs/templates/serverLogs/modSecAuditLog.html @@ -213,7 +213,7 @@ background: transparent; color: #f59e0b; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; border: none; outline: none; @@ -233,7 +233,7 @@ text-align: right; color: #475569; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; user-select: none; padding-right: 1rem; diff --git a/serverStatus/templates/serverStatus/cybercpmainlogfile.html b/serverStatus/templates/serverStatus/cybercpmainlogfile.html index 09695364e..708e39391 100644 --- a/serverStatus/templates/serverStatus/cybercpmainlogfile.html +++ b/serverStatus/templates/serverStatus/cybercpmainlogfile.html @@ -213,7 +213,7 @@ background: transparent; color: #10b981; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; border: none; outline: none; @@ -233,7 +233,7 @@ text-align: right; color: #475569; font-family: 'Monaco', 'Consolas', 'Courier New', monospace; - font-size: 0.875rem; + font-size: 1.125rem; line-height: 1.6; user-select: none; padding-right: 1rem; diff --git a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html index 27ee16ca3..519b2b28a 100644 --- a/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html +++ b/websiteFunctions/templates/websiteFunctions/DockerSiteHome.html @@ -408,7 +408,7 @@ border: 1px solid #eee; border-radius: 4px; font-family: monospace; - font-size: 13px; + font-size: 18px; line-height: 1.5; background-color: #f8f9fa; color: #333;