X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=share%2Fstyle.css;h=a9f7e15c55dc5856c44b1e693f868f9d76d5c31e;hp=3f2cf592852fd1b9141267495c8ba8ef6a8d27cb;hb=4f4a330557182d024ed5854bd9c79880b6fdaeb6;hpb=cc13f974897355cb6b0161234c54d2a8689178c7 diff --git a/share/style.css b/share/style.css index 3f2cf59..a9f7e15 100644 --- a/share/style.css +++ b/share/style.css @@ -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, @@ -72,6 +74,12 @@ a:hover font-style: italic; } +ul.menu +{ + border: 1px solid silver; + background-color: #fcfcfc; +} + #search-form { position: relative; @@ -151,6 +159,12 @@ a:hover font-size: 90%; } +#search-output li.instance.more +{ + padding-top: .5ex; + font-style: italic; +} + .breadcrump { font-size: 90%; @@ -221,3 +235,20 @@ div.graph-img:hover div.graph-buttons margin-bottom: 1px; } +.graph-json +{ + clear: both; + width: 600px; + height: 200px; +} + +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; +}