]> ToastFreeware Gitweb - chrisu/seepark.git/blobdiff - web/static/seepark_web.css
reStructuredText format for docstrings of sensorid and sensortype.
[chrisu/seepark.git] / web / static / seepark_web.css
index d84b469cce34aa1588190ed2fab4f5c398a85814..a616ce8c49834819406a07528afd7d105033eab6 100644 (file)
@@ -18,14 +18,19 @@ body {
     fill: red;
 }
 
-#openweathermap-widget-15, .c3 {
-    margin: 0 auto;
+#openweathermap-widget-15, #windy, .c3 {
+    margin: 1em auto 0 auto;
     text-align: center;
-    padding-top: 1em;
+    padding: 0 1em 0 1em;
 }
 
 #openweathermap-widget-15 {
     width: 300px;
+    height: 231px;
+}
+
+#windyiframe {
+    max-width: 100%;
 }
 
 #current, #currentair, #currentwater {
@@ -43,7 +48,6 @@ body {
     background-color: lightgreen;
 }
 
-#windy {
-    text-align: center;
-    padding-top: 1em;
+.c3-container {
+    height: 320px;
 }