Widget:WJG Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
background-color:#FFFFFF; | background-color:#FFFFFF; | ||
} | } | ||
#details{ | |||
position:absolute; background:white; border: 1px solid #D1C9C2; border-top: 0; width: 400px; margin: 0 auto; padding: 7px 15px; text-align: left; -webkit-border-bottom-right-radius: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -moz-border-radius-bottomleft: 6px; border-bottom-right-radius: 6px; border-bottom-left-radius: 6px; | |||
} | |||
#content.mw-body{ | #content.mw-body{ | ||
width:100%; | width:100%; | ||
Line 781: | Line 786: | ||
}) | }) | ||
$("#lab_vals").click(function(){ | $("#lab_vals").click(function(){ | ||
$("# | $("#details").slideToggle("slow"); | ||
alert("Coming Soon!")}); | alert("Coming Soon!")}); | ||