From c56b8b54d257eb855920b32aaaece761d81099ed Mon Sep 17 00:00:00 2001 From: Martin Wasley Date: Tue, 21 Jan 2025 21:37:19 +0000 Subject: [PATCH] Table layout corrections. I had fixed this once, seems a regression crept in at some point. --- misc/theme-rebellion/Makefile | 2 +- .../www/themes/rebellion/build/css/main.css | 17 +++++++++++------ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/misc/theme-rebellion/Makefile b/misc/theme-rebellion/Makefile index c1628de989..0711ceeae1 100644 --- a/misc/theme-rebellion/Makefile +++ b/misc/theme-rebellion/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-rebellion -PLUGIN_VERSION= 1.9.2 +PLUGIN_VERSION= 1.9.3 PLUGIN_COMMENT= A suitably dark theme PLUGIN_MAINTAINER= martin@queens-park.com PLUGIN_NO_ABI= yes diff --git a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css index 356ce50aca..5fbf960a84 100644 --- a/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css +++ b/misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css/main.css @@ -6344,15 +6344,20 @@ table { margin-bottom: 0px !important; } .nav-tabs-justified .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified .nav-tabs.nav-justified > .active > a:focus { - border: 0px !important; } - -.table th, strong, b { - font-family: "SourceSansProSemibold"; - font-weight: normal; } + border: 0px !important; +} .table > tbody > tr > td:last-child { - padding-right: 15px; } + padding-right: 10px; +} + +.table > tbody > tr > td:first-child { + padding-left: 10px; +} +.table > thead > tr > th:first-child { + padding-left: 10px; +} /* helpers */ .__nowrap { white-space: nowrap; }