diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-05 21:07:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:22 -0500 |
commit | e9737799b4a9742d32a20735ffa2034bcf6ed1a1 (patch) | |
tree | 82df09460159b2c85a23faba723b0feedcb5aeb2 /swat/style/common.css | |
parent | dab115f69fc8c2a99bbb9c060c85e5a0b86f21ac (diff) | |
download | samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.tar.gz samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.tar.bz2 samba-e9737799b4a9742d32a20735ffa2034bcf6ed1a1.zip |
r9139: cleanup the layout a bit
(This used to be commit c21fe071e795888f8e4ed0f535dc1bbc8d0731a5)
Diffstat (limited to 'swat/style/common.css')
-rw-r--r-- | swat/style/common.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/swat/style/common.css b/swat/style/common.css index 6b4fa65a4c..545ffe930c 100644 --- a/swat/style/common.css +++ b/swat/style/common.css @@ -206,6 +206,53 @@ html>body .slogan { /**** Opera needs its own rule *********/ } +/* links menu +***********************************************************/ +#links { + position:absolute; + top:152px; + left:81%; + width:180px; + padding:0; + width:18%; + background-color:#F5F8FF; + border:2px groove #3878CD; + padding:0; + padding-bottom:5px; + margin:0; + z-index:1; +} +#links ul { + list-style-type:none; + text-align:center; + padding:0; + margin:0; +} +#links a, +#links a:link, +#links a:visited { + display:block; + height:20px; + font-size:small; + color:#2B5C9F; +} +#links a:hover { + color:#FFF; + background-color:#3878CD; +} +#links a:active { + color:#FFFF64; + background-color:#3878CD; + font-size:14px; +} +#links img { + padding:0; + margin:0; + width:180px; + height:30px; +} + + /* Text and alignment formats ***********************************************************/ .punch { |