X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=raspberry-kiosk%2Fkiosk.css;h=145920e65180a88c36d0bf7208a0e25f3c872a26;hb=0ce0c6cc31cac24922c5bd45d0fd336f0e29240d;hp=16213379bc1f4c99c00345d85b094b6561639145;hpb=ada40a47ddd05e721fa8b449bd0e6e9b9aee0949;p=svn42.git diff --git a/raspberry-kiosk/kiosk.css b/raspberry-kiosk/kiosk.css index 1621337..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; } @@ -186,7 +194,7 @@ table.gplusimg { margin-right:0; overflow:hidden; max-height:275px; - width:495px; + max-width:495px; border: 0px none black; padding: 0; border-spacing: 0; @@ -198,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; @@ -215,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; -} -