🎨 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

@@ -33,7 +33,7 @@
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
background-position: 0 50%;
}
}
@keyframes bg-pan-left {
@@ -41,7 +41,7 @@
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
background-position: 0 50%;
}
}
/* Theme */
@@ -51,7 +51,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 {
@@ -94,9 +94,11 @@ a:hover {
#header h1 {
vertical-align: middle;
height: 54px;
noline-height: 54px;
margin: 0;
}
#header h1 a {
float: left;
}
#setup {
width: 600px;
margin-left: auto;
@@ -153,8 +155,6 @@ td.input {
}
table.formTable {
border: 0;
cellpadding: 2px;
cellspacing: 0;
}
.wizlabel, .wizinput {
color: #000;