Code

show_instance action: Add a very simple first scetch of a JavaScript based graphing...
[collection4.git] / share / style.css
index 9f78f22dff16fabccb6009906ef1bd3513983d44..a9f7e15c55dc5856c44b1e693f868f9d76d5c31e 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: 200px;
+}
+
 div.footer
 {
        margin-left: auto;