"graph" action: Print the "X-Generator" header on generated graphs, too.
[collection4.git] / share / style.css
index ad83577..9f78f22 100644 (file)
@@ -1,6 +1,7 @@
 body
 {
        font-family: sans-serif;
+       margin: 0;
 }
 
 a
@@ -18,6 +19,7 @@ a:hover
 #layout-table
 {
        width: 100%;
+       margin: 1ex;
 }
 
 #layout-top-left,
@@ -168,6 +170,16 @@ a:hover
        clear: both;
 }
 
+div.graph-img div.graph-buttons
+{
+       display: none;
+}
+
+div.graph-img:hover div.graph-buttons
+{
+       display: block;
+}
+
 .graph-img .graph-buttons.navigation
 {
        position: absolute;
@@ -193,7 +205,7 @@ a:hover
        cursor: pointer;
 }
 
-.graph-buttons .graph-button:hover
+.graph-buttons div.graph-button:hover
 {
        border: 1px solid black;
        background-color: white;
@@ -211,3 +223,13 @@ a:hover
        margin-bottom: 1px;
 }
 
+div.footer
+{
+       margin-left: auto;
+       margin-right: auto;
+       padding: 0 1em;
+       border-top: 1px solid gray;
+       font-size: 80%;
+       font-style: italic;
+       text-align: right;
+}