kiosk layout quickfix
[svn42.git] / raspberry-kiosk / kiosk.css
index cc29079..0af77ec 100644 (file)
@@ -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%;
@@ -178,7 +187,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 +195,11 @@ p.gplusimg {
   margin-right:0;
   overflow:hidden;
   max-height:275px;
-}
-img.gplusimg {
   width:495px;
+  border: 0px none black;
+  padding: 0;
+  border-spacing: 0;
+  border-collapse:collapse;
 }
 p.gplustxt {
   display:block;