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:
parent
846e540ff6
commit
c4396798e3
@ -106,6 +106,7 @@ MenuBar.prototype._activateMenu = function() {
|
|||||||
|
|
||||||
MenuBar.prototype._deactivateMenu = function() {
|
MenuBar.prototype._deactivateMenu = function() {
|
||||||
this._innerDiv.remove()
|
this._innerDiv.remove()
|
||||||
|
.css("z-index", "auto")
|
||||||
.css("top", "0px")
|
.css("top", "0px")
|
||||||
.appendTo(this._div);
|
.appendTo(this._div);
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.schema-alignment-dialog-canvas {
|
.schema-alignment-dialog-canvas {
|
||||||
height: 500px;
|
height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -66,7 +66,7 @@ a.schema-alignment-link-tag:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.schema-alignment-dialog-preview {
|
div.schema-alignment-dialog-preview {
|
||||||
height: 500px;
|
height: 400px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid #aaa;
|
border: 1px solid #aaa;
|
||||||
background: white;
|
background: white;
|
||||||
|
Loading…
Reference in New Issue
Block a user