share/style.css: Add some basic styles for the table layout.
authorFlorian Forster <ff@octo.it>
Mon, 21 Jun 2010 08:41:59 +0000 (10:41 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 21 Jun 2010 08:41:59 +0000 (10:41 +0200)
share/style.css

index aafe97c..d5b1161 100644 (file)
@@ -3,11 +3,42 @@ body
        font-family: sans-serif;
 }
 
+#layout-table
+{
+       width: 100%;
+}
+
+#layout-top-left,
+#layout-middle-left,
+#layout-bottom-left
+{
+       width: 10%;
+       min-width: 250px;
+}
+
+#layout-top-center,
+#layout-middle-center,
+#layout-bottom-center
+{
+}
+
+#layout-top-right,
+#layout-middle-right,
+#layout-bottom-right
+{
+       width: 10%;
+       min-width: 300px;
+}
+
+#layout-middle td
+{
+       vertical-align: top;
+}
+
 ul.graph_list
 {
        margin: 0;
        padding: 1ex;
-       width: 50ex;
 }
 
 li.graph