X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=raspberry-kiosk%2Fkiosk.css;h=145920e65180a88c36d0bf7208a0e25f3c872a26;hb=d7ccef7b7f22a2e5901071daed72bd4baa33ffed;hp=cc29079a11fd7c903205cec7b80e1b1f558f37a5;hpb=45a9b487542b6f544a0f25ad7180663455ff88b2;p=svn42.git diff --git a/raspberry-kiosk/kiosk.css b/raspberry-kiosk/kiosk.css index cc29079..145920e 100644 --- a/raspberry-kiosk/kiosk.css +++ b/raspberry-kiosk/kiosk.css @@ -78,6 +78,15 @@ div.calendar { font-size:26px; } +ul { + margin-top:18px; + padding-left:28px; +} + +li.level1 { + white-space:nowrap; +} + div.status { display:block; width: 98%; @@ -89,7 +98,6 @@ div.status { div.sensorgraphs { text-align:center; width:399px; - //height:35em; padding-bottom:1em; margin-left:auto; margin-right:auto; @@ -99,7 +107,7 @@ table.status { width:397px; display:inline; margin-left: 0; - margin:right: 0; + margin-right: 0; margin-top:0; margin-bottom:1ex; } @@ -178,7 +186,7 @@ p.gplustimestamp { background-color: Gainsboro; border-bottom-left-radius:9px; } -p.gplusimg { +table.gplusimg { display:block; margin-left:0; margin-top:6px; @@ -186,9 +194,11 @@ p.gplusimg { margin-right:0; overflow:hidden; max-height:275px; -} -img.gplusimg { - width:495px; + max-width:495px; + border: 0px none black; + padding: 0; + border-spacing: 0; + border-collapse:collapse; } p.gplustxt { display:block; @@ -196,14 +206,6 @@ p.gplustxt { margin: 4px; } -div.even { - background-color: white; -} - -div.odd { - background-color: #E0E0E0; -} - div#dateclock { text-align: center; font-size: 1.2em; @@ -213,22 +215,3 @@ div#dateclock { font-size:48px; } -span.start,span.end,span.showname { - font-weight: bold; - margin: 0.1em 0.22em; -} - -span.start,span.end { - font-size: 0.75em; - margin-left: 1em; - margin-right: 1em; -} - -span.start { - float: left; -} - -span.end { - float: right; -} -