From 368b7a8a9da4bb2c0542f5f3b59722d17850e8c3 Mon Sep 17 00:00:00 2001 From: opnsenseuser Date: Sun, 11 Nov 2018 17:05:51 +0100 Subject: [PATCH] tukan / cicada table width fix @fichtner small fix for table width (cherry picked from commit db99d7a327740e7f9925e1f73b5661ece2f3108d) --- misc/theme-cicada/Makefile | 2 +- .../opnsense/www/themes/cicada/assets/stylesheets/main.scss | 1 + .../src/opnsense/www/themes/cicada/build/css/main.css | 3 ++- misc/theme-tukan/Makefile | 2 +- .../src/opnsense/www/themes/tukan/assets/stylesheets/main.scss | 1 + .../src/opnsense/www/themes/tukan/build/css/main.css | 3 ++- 6 files changed, 8 insertions(+), 4 deletions(-) diff --git a/misc/theme-cicada/Makefile b/misc/theme-cicada/Makefile index 88a7797a2..4beff6791 100644 --- a/misc/theme-cicada/Makefile +++ b/misc/theme-cicada/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-cicada -PLUGIN_VERSION= 1.8 +PLUGIN_VERSION= 1.9 PLUGIN_REVISION= 1 PLUGIN_COMMENT= The cicada theme - grey/orange PLUGIN_MAINTAINER= rene@team-rebellion.net diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss index f487a814c..079426e9b 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/assets/stylesheets/main.scss @@ -240,6 +240,7 @@ table { border-spacing: 0; background-color: #3e3e3e; color: #FFF; + width: 100%; } td, th { diff --git a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css index 5c829dcf8..e89d01768 100644 --- a/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css +++ b/misc/theme-cicada/src/opnsense/www/themes/cicada/build/css/main.css @@ -208,7 +208,8 @@ optgroup { table { border-spacing: 0; background-color: #3e3e3e; - color: #FFF; } + color: #FFF; + width:100%; } td, th { diff --git a/misc/theme-tukan/Makefile b/misc/theme-tukan/Makefile index fd65ec498..e115ecf5f 100644 --- a/misc/theme-tukan/Makefile +++ b/misc/theme-tukan/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= theme-tukan -PLUGIN_VERSION= 1.7 +PLUGIN_VERSION= 1.8 PLUGIN_COMMENT= The tukan theme - blue/white PLUGIN_MAINTAINER= rene@team-rebellion.net diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss index 200256a1e..c18b4d47e 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/assets/stylesheets/main.scss @@ -241,6 +241,7 @@ table { border-spacing: 0; color: #000; background-color: #F0F0F0; + width: 100%; } td, th { diff --git a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css index 1180b4aa9..db9e757aa 100644 --- a/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css +++ b/misc/theme-tukan/src/opnsense/www/themes/tukan/build/css/main.css @@ -209,7 +209,8 @@ table { border-collapse: none; border-spacing: 0; color: #000; - background-color: #F0F0F0; } + background-color: #F0F0F0; + width: 100%; } td, th {