Made some dialogs shorter to fit smaller screens

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1594 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-10-18 02:33:52 +00:00
parent 2fc0374f79
commit 8b8e9f1c1b
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<div class="dialog-frame extend-data-preview-dialog" style="width: 1000px;">
<div class="dialog-frame extend-data-preview-dialog" style="width: 800px;">
<div class="dialog-header" bind="dialogHeader"></div>
<div class="dialog-body" bind="dialogBody">
<div class="grid-layout layout-normal layout-full"><table rows="4">

View File

@ -149,7 +149,7 @@ SchemaAlignmentDialog.prototype._createDialog = function() {
var self = this;
var frame = DialogSystem.createDialog();
frame.width("1000px");
frame.width("800px");
var header = $('<div></div>').addClass("dialog-header").text("Schema Alignment").appendTo(frame);
var body = $('<div></div>').addClass("dialog-body").appendTo(frame);

View File

@ -4,7 +4,7 @@
border: 1px solid #aaa;
padding: 5px;
overflow: auto;
height: 400px;
height: 375px;
}
.extend-data-preview-dialog .suggested-property {

View File

@ -1,7 +1,7 @@
@import-less url("../theme.less");
.freebase-loading-tripleloader-data {
height: 400px;
height: 375px;
width: 99%;
overflow: auto;
border: 1px solid #aaa;

View File

@ -1,7 +1,7 @@
@import-less url("../theme.less");
.schema-alignment-dialog-canvas {
height: 400px;
height: 375px;
overflow: auto;
padding: 10px;
margin-top: 3px;

View File

@ -9,7 +9,7 @@
}
.column-reordering-dialog-column-container {
height: 500px;
height: 375px;
border: 1px solid #eee;
padding: 10px;
overflow: auto;