X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=raspberry-kiosk%2Fkiosk.css;h=145920e65180a88c36d0bf7208a0e25f3c872a26;hb=0ce0c6cc31cac24922c5bd45d0fd336f0e29240d;hp=0af77ec510dbe35a128bb8fb85ae87e613073fa1;hpb=9f952e670fd31bfb8565922823f5c9d00906a9d6;p=svn42.git diff --git a/raspberry-kiosk/kiosk.css b/raspberry-kiosk/kiosk.css index 0af77ec..145920e 100644 --- a/raspberry-kiosk/kiosk.css +++ b/raspberry-kiosk/kiosk.css @@ -98,7 +98,6 @@ div.status { div.sensorgraphs { text-align:center; width:399px; - //height:35em; padding-bottom:1em; margin-left:auto; margin-right:auto; @@ -108,7 +107,7 @@ table.status { width:397px; display:inline; margin-left: 0; - margin:right: 0; + margin-right: 0; margin-top:0; margin-bottom:1ex; } @@ -195,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; @@ -207,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; @@ -224,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; -} -