wrapper to dim the tab content for search dialog

This commit is contained in:
Doug Bell 2010-08-20 14:29:33 -05:00
parent 87248730b3
commit 567518e7d0
2 changed files with 28 additions and 19 deletions

View file

@ -26,10 +26,17 @@ html,body { margin: 0; padding: 0; height: 100% }
bottom: 0px;
left: 0px;
right: 0px;
margin-top: 44px; /* below the location bar, easier to change this in JS */
overflow: hidden;
}
#tab_content_wrapper {
position: absolute;
top: 44px; /* below the location bar */
bottom: 0px;
left: 0px;
right: 0px;
}
#versionTag {
float: left;
width: 57%;