Minor css changes

This commit is contained in:
anschrammh 2019-11-17 11:07:27 +01:00
parent 5b44ee1441
commit 5de3553fc9

View File

@ -17,7 +17,7 @@ header > h1
margin:0; margin:0;
padding:0; padding:0;
} }
#conIcon > img #conIcon > img, #strIco > img
{ {
width:70px; width:70px;
padding:0; padding:0;
@ -54,6 +54,16 @@ footer > p
table table
{ {
width:100%; width:100%;
/*border-collapse:collapse;*/
}
table p
{
margin:2px;
}
table th, table td
{
/*border:1px solid black;*/
padding:0;
} }
nav nav
{ {
@ -62,7 +72,7 @@ nav
} }
input[type='number'] input[type='number']
{ {
width:40px; width:50px;
} }
.menuContainer .menuContainer
{ {
@ -78,6 +88,7 @@ input[type='number']
margin:0 10px 0 0; margin:0 10px 0 0;
background-color:white; background-color:white;
min-width:60px; min-width:60px;
position: relative;
} }
.item-start .item-start