tukan / cicada table width fix

@fichtner small fix for table width

(cherry picked from commit db99d7a327)
This commit is contained in:
opnsenseuser 2018-11-11 17:05:51 +01:00 committed by Franco Fichtner
parent efc41cf2f0
commit 368b7a8a9d
6 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -240,6 +240,7 @@ table {
border-spacing: 0;
background-color: #3e3e3e;
color: #FFF;
width: 100%;
}
td, th {

View file

@ -208,7 +208,8 @@ optgroup {
table {
border-spacing: 0;
background-color: #3e3e3e;
color: #FFF; }
color: #FFF;
width:100%; }
td,
th {

View file

@ -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

View file

@ -241,6 +241,7 @@ table {
border-spacing: 0;
color: #000;
background-color: #F0F0F0;
width: 100%;
}
td, th {

View file

@ -209,7 +209,8 @@ table {
border-collapse: none;
border-spacing: 0;
color: #000;
background-color: #F0F0F0; }
background-color: #F0F0F0;
width: 100%; }
td,
th {