X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=share%2Fstyle.css;h=fbcd1638e18cd2cc513eef8e11bbd99bd99e96da;hb=3fbe261b1de541590f5d3be1bef49b3b3605f392;hp=9f78f22dff16fabccb6009906ef1bd3513983d44;hpb=9740ba29aa604e3cc2e75d37b8af3ba5fcb571c9;p=collection4.git diff --git a/share/style.css b/share/style.css index 9f78f22..fbcd163 100644 --- a/share/style.css +++ b/share/style.css @@ -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: 324px; + height: 200px; +} + div.footer { margin-left: auto;