From 7832c8030a203510b89bd13fdc98eaf7279eb172 Mon Sep 17 00:00:00 2001 From: Mark Lentczner Date: Fri, 16 Jul 2010 04:57:38 +0000 Subject: fixed package catpion, added style menu --- html/thaddock.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'html/thaddock.css') diff --git a/html/thaddock.css b/html/thaddock.css index c7ae7d8c..fc7cac09 100644 --- a/html/thaddock.css +++ b/html/thaddock.css @@ -22,6 +22,47 @@ body { position: relative; } +#package-header .caption { + margin-left: 30px; + padding-top: 6px; +} + + + +div#style-menu-holder { + position: relative; + z-index: 2; + display: inline; +} + +#style-menu { + position: absolute; + z-index: 1; + overflow: visible; + background-color: #eaeaea; + margin: 0; + width: 6em; + text-align: center; + right: 0; + padding: 0 2px 1px; + border-left: 1px solid #919191; + border-right: 1px solid #919191; + border-bottom: 1px solid #919191; +} + +#style-menu li { + display: list-item; + border-style: none; + margin: 0; + padding: 3px; + color: #000; + list-style-type: none; +} + +#style-menu li + li { + border-top: 1px solid #919191; +} + #module-header .caption { background:transparent none repeat scroll 0 0; border:medium none; @@ -185,6 +226,9 @@ dd { padding:0; } +.hide { display: none; } +.show { } + .top, .subs { margin:0.4em 0 0 2em; padding:0; -- cgit v1.2.3