Made schema alignment dialog shorter to fit on laptop screens.

Make sure main menu bar doesn't stay above dialog overlays after it gets deactivated.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@111 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-02-19 18:47:46 +00:00
parent 846e540ff6
commit c4396798e3
2 changed files with 3 additions and 2 deletions

View File

@ -106,6 +106,7 @@ MenuBar.prototype._activateMenu = function() {
MenuBar.prototype._deactivateMenu = function() {
this._innerDiv.remove()
.css("z-index", "auto")
.css("top", "0px")
.appendTo(this._div);

View File

@ -1,5 +1,5 @@
.schema-alignment-dialog-canvas {
height: 500px;
height: 400px;
overflow: auto;
border: 1px solid #aaa;
padding: 10px;
@ -66,7 +66,7 @@ a.schema-alignment-link-tag:hover {
}
div.schema-alignment-dialog-preview {
height: 500px;
height: 400px;
overflow: auto;
border: 1px solid #aaa;
background: white;