🎨 setup.css : remove warnings & unused code

Removed unused legacy code :
* #header>H1 : a noline-height ugly when renamed to line-height, seems totally unused when noline-height
* table.formTable : cellpadding & cellspacing
This commit is contained in:
Pierre Goiffon
2020-03-26 09:58:50 +01:00
parent 84968ff550
commit ff22074418
2 changed files with 9 additions and 12 deletions

View File

@@ -65,7 +65,7 @@ $progress-bar-error-bg-color: #F56565 !default;
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
background-position: 0 50%;
}
}
@keyframes bg-pan-left {
@@ -73,7 +73,7 @@ $progress-bar-error-bg-color: #F56565 !default;
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
background-position: 0 50%;
}
}
@@ -84,7 +84,7 @@ body {
margin: 0;
padding: 0;
font-size: 10pt;
font-family: Tahoma, Verdana, Arial, Helvetica;
font-family: Tahoma, Verdana, Arial, Helvetica, serif;
overflow-y: auto;
}
h1 {
@@ -128,7 +128,6 @@ a{
h1 {
vertical-align: middle;
height: 54px;
noline-height: 54px;
margin: 0;
}
}
@@ -191,8 +190,6 @@ td.input {
}
table.formTable {
border: 0;
cellpadding: 2px;
cellspacing: 0;
}
.wizlabel, .wizinput {
color: #000;