From 5de3553fc9732df7d41c0e6a0f4cb4b38051b13b Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sun, 17 Nov 2019 11:07:27 +0100 Subject: [PATCH] Minor css changes --- sdCard_content/WWW/rsrc/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/sdCard_content/WWW/rsrc/style.css b/sdCard_content/WWW/rsrc/style.css index 91d27bd..a880d1e 100644 --- a/sdCard_content/WWW/rsrc/style.css +++ b/sdCard_content/WWW/rsrc/style.css @@ -17,7 +17,7 @@ header > h1 margin:0; padding:0; } -#conIcon > img +#conIcon > img, #strIco > img { width:70px; padding:0; @@ -54,6 +54,16 @@ footer > p table { width:100%; + /*border-collapse:collapse;*/ +} +table p +{ + margin:2px; +} +table th, table td +{ + /*border:1px solid black;*/ + padding:0; } nav { @@ -62,7 +72,7 @@ nav } input[type='number'] { - width:40px; + width:50px; } .menuContainer { @@ -78,6 +88,7 @@ input[type='number'] margin:0 10px 0 0; background-color:white; min-width:60px; + position: relative; } .item-start