share/collection.js: Keep visibility when redrawing graphs.
[collection4.git] / share / style.css
index 9f78f22..d1db941 100644 (file)
@@ -74,6 +74,12 @@ a:hover
        font-style: italic;
 }
 
+ul.menu
+{
+       border: 1px solid silver;
+       background-color: #fcfcfc;
+}
+
 #search-form
 {
        position: relative;
@@ -153,6 +159,12 @@ a:hover
        font-size: 90%;
 }
 
+#search-output li.instance.more
+{
+       padding-top: .5ex;
+       font-style: italic;
+}
+
 .breadcrump
 {
        font-size: 90%;
@@ -223,6 +235,13 @@ div.graph-img:hover div.graph-buttons
        margin-bottom: 1px;
 }
 
+.graph-json
+{
+       clear: both;
+       width: 600px;
+       height: 300px;
+}
+
 div.footer
 {
        margin-left: auto;