Cleaned up code formatting in .js, .html, .vt, .css, .less files.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@2185 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2011-08-04 20:37:14 +00:00
parent c9db107d7e
commit bad7266534
90 changed files with 10939 additions and 10920 deletions

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function init() {
Packages.com.google.refine.freebase.oauth.FreebaseProvider.register();

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ExtendDataPreviewDialog(column, columnIndex, rowIndices, onDone) {
this._column = column;

View File

@ -19,7 +19,8 @@
<tr><td>Source ID (optional)</td>
<td colspan="2"><input type="text" size="60" id="freebase-loading-source-id" bind="source_id" /></td>
</tr>
<tr><td colspan="3">
<tr>
<td colspan="3">
<p class="body-text">Note: Your data will only be loaded into
<a href="http://www.sandbox-freebase.com/" target="_blank">Sandbox</a>.
Sandbox is where everyone can experiment with Freebase technologies without disruption

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function FreebaseLoadingDialog() {
this._createDialog();
@ -174,9 +174,10 @@ FreebaseLoadingDialog.prototype._load = function() {
var doLoad = function() {
var dismissBusy = DialogSystem.showBusy();
$.post("/command/freebase/upload-data",
$.post(
"/command/freebase/upload-data",
{
project: theProject.id,
"project" : theProject.id,
"qa" : qa,
"engine" : JSON.stringify(ui.browsingEngine.getJSON()),
"source_name" : self._elmts.source_name.val(),

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var SchemaAlignment = {};

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
SchemaAlignmentDialog.UILink = function(dialog, link, table, options, parentUINode) {
this._dialog = dialog;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
SchemaAlignmentDialog.UINode = function(dialog, node, table, options) {
this._dialog = dialog;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var FreebaseExtension = { handlers: {} };

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var Freebase = {};

View File

@ -29,9 +29,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
if (typeof window.Sign == 'undefined') {
if (typeof window.Sign == 'undefined') {
window.Sign = {
window_position: function() {
var position = {};
@ -149,5 +149,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
});
}
};
}
}

View File

@ -38,34 +38,34 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: 5px;
overflow: auto;
height: 375px;
}
}
.extend-data-preview-dialog .suggested-property {
padding: 5px;
}
}
.extend-data-preview-dialog input.property-suggest {
display: block;
padding: 2%;
width: 96%;
}
}
.extend-data-preview-dialog .preview-container {
border: 1px solid #aaa;
overflow: auto;
}
}
.extend-data-preview-dialog .preview-container table {
border-collapse: collapse;
}
}
.extend-data-preview-dialog .preview-container td, .extend-data-preview-dialog .preview-container th {
padding: 3px 5px;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
}
.extend-data-preview-dialog .preview-container th img {
vertical-align: top;
margin-left: 5px;
}
}

View File

@ -35,7 +35,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.freebase-loading-dialog-functional-tab-panel {
height: 400px !important;
}
}
.freebase-loading-tripleloader-data {
width: 99%;
overflow: scroll;
@ -43,35 +43,35 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
white-space: pre;
padding: 0.3em 0.5em 0.5em 0.5em;
font-family: monospace;
}
}
.freebase-loading-tripleloader-message {
height: 400px;
overflow: auto;
border: 1px solid #aaa;
padding: 1em;
}
}
.freebase-loading-tripleloader-message h2 {
font-size: 150%;
font-weight: normal;
}
}
.freebase-loading-tripleloader-message h2 span {
font-size; 130%;
font-weight: bold;
}
}
.freebase-loading-tripleloader-message h4 {
font-size: 120%;
margin-top: 2em;
font-weight: normal;
}
}
.freebase-loading-tripleloader-message a {
font-size: 120%;
font-weight: bold;
}
}
.freebase-loading-authorization {
margin: 0em 2em;
@ -80,13 +80,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
background-color: #fff;
-moz-border-radius: 0.8em;
-webkit-border-radius: 0.8em;
}
}
.freebase-loading-tripleloader-info {
margin-bottom: 0.5em;
}
}
.freebase-loading-tripleloader-info textarea {
width: 99%;
height: 5em;
}
}

View File

@ -39,42 +39,42 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: 10px;
margin-top: 3px;
background: white;
}
}
table.schema-alignment-table-layout {
border-collapse: collapse;
margin: 0px;
padding: 0px;
margin-bottom: 1em;
}
}
table.schema-alignment-table-layout .padded {
padding: 3px 6px;
}
}
div.schema-alignment-detail-container {
border-left: 3px solid #eee;
}
}
td.schema-alignment-node-main, td.schema-alignment-link-main {
white-space: pre;
width: 300px;
}
}
td.schema-alignment-node-toggle, td.schema-alignment-link-toggle {
white-space: pre;
width: 1%;
}
}
td.schema-alignment-node-toggle img, td.schema-alignment-link-toggle img {
cursor: pointer;
vertical-align: middle;
padding: 2px;
}
}
td.schema-alignment-node-details, td.schema-alignment-link-details {
width: 90%;
}
}
a.schema-alignment-node-tag {
padding: 3px 6px;
@ -82,23 +82,23 @@ a.schema-alignment-node-tag {
text-decoration: none;
color: black;
-moz-border-radius: 10px;
}
}
a.schema-alignment-node-tag:hover {
background: #888;
color: white;
}
}
.schema-alignment-node-column {
font-weight: bold;
}
}
a.schema-alignment-link-tag {
padding: 3px 6px;
text-decoration: none;
color: black;
}
}
a.schema-alignment-link-tag:hover {
color: #88f;
}
}
div.schema-alignment-dialog-preview {
height: 400px;
@ -109,11 +109,11 @@ div.schema-alignment-dialog-preview {
white-space: pre;
font-family: monospace;
font-size: 9pt;
}
}
.schema-alignment-status-indicator {
color: #red;
}
}
/*--------------------------------------------------
* Node dialog
@ -123,16 +123,16 @@ div.schema-alignment-dialog-preview {
.schema-align-node-dialog-node-type {
padding: 0.25em;
background: #ddf;
}
}
.schema-align-node-dialog-node-type input {
vertical-align: text-bottom;
}
}
.schema-alignment-node-dialog-column-list {
height: 300px;
width: 200px;
overflow: auto;
border: 1px solid #ddd;
}
}
/*--------------------------------------------------
* Link dialog
@ -142,8 +142,8 @@ div.schema-alignment-dialog-preview {
.schema-alignment-link-menu-section {
padding: 8px;
border-bottom: 1px solid #ddd;
}
}
.schema-alignment-link-menu-section-last {
padding: 8px;
}
}

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var html = "text/html";
var encoding = "UTF-8";
@ -39,8 +39,8 @@ var version = "0.2";
* Function invoked to initialize the extension.
*/
function init() {
// Packages.java.lang.System.err.println("Initializing gData extension");
// Packages.java.lang.System.err.println(module.getMountPoint());
//Packages.java.lang.System.err.println("Initializing gData extension");
//Packages.java.lang.System.err.println(module.getMountPoint());
var RS = Packages.com.google.refine.RefineServlet;
RS.registerCommand(module, "authorize", Packages.com.google.refine.extension.gdata.AuthorizeCommand());
@ -55,8 +55,8 @@ function init() {
IM.registerUrlRewriter(new Packages.com.google.refine.extension.gdata.GDataUrlRewriter())
IM.registerUrlRewriter(new Packages.com.google.refine.extension.gdata.FusionTablesUrlRewriter())
// Packages.com.google.refine.exporters.ExporterRegistry.registerExporter(
// "gdata-exporter", new Packages.com.google.refine.extension.gdata.GDataExporter());
//Packages.com.google.refine.exporters.ExporterRegistry.registerExporter(
//"gdata-exporter", new Packages.com.google.refine.extension.gdata.GDataExporter());
// Script files to inject into /project page
var ClientSideResourceManager = Packages.com.google.refine.ClientSideResourceManager;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function init() {
var libPath = new Packages.java.io.File(module.getPath(), "MOD-INF/lib/jython/").getCanonicalPath();

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var html = "text/html";
var encoding = "UTF-8";

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var html = "text/html";
var encoding = "UTF-8";

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.CreateProjectUI = function(elmt) {
var self = this;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.DefaultImportingController = function(createProjectUI) {
this._createProjectUI = createProjectUI;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.DefaultImportingController.prototype._showFileSelectionPanel = function() {
var self = this;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.DefaultImportingController.prototype._showParsingPanel = function(hasFileSelection) {
var self = this;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ThisComputerImportingSourceUI(controller) {
this._controller = controller;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.OpenProjectUI = function(elmt) {
var self = this;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.ExcelParserUI = function(controller, jobID, job, format, config,
dataContainerElmt, progressContainerElmt, optionContainerElmt) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.FixedWidthParserUI = function(controller, jobID, job, format, config,
dataContainerElmt, progressContainerElmt, optionContainerElmt) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.JsonParserUI = function(controller, jobID, job, format, config,
dataContainerElmt, progressContainerElmt, optionContainerElmt) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.LineBasedParserUI = function(controller, jobID, job, format, config,
dataContainerElmt, progressContainerElmt, optionContainerElmt) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.PreviewTable = function(projectData, elmt) {
this._projectData = projectData;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.SeparatorBasedParserUI = function(controller, jobID, job, format, config,
dataContainerElmt, progressContainerElmt, optionContainerElmt) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Refine.XmlParserUI = function(controller, jobID, job, format, config,
dataContainerElmt, progressContainerElmt, optionContainerElmt) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var preferenceUIs = [];
@ -49,7 +49,12 @@ function populatePreferences(prefs) {
$('<h1>').text("Preferences").appendTo(body);
var table = $('<table>').addClass("list-table").addClass("preferences").html('<tr><th>Key</th><th>Value</th><th></th></tr>').appendTo(body)[0];
var table = $('<table>')
.addClass("list-table")
.addClass("preferences")
.html('<tr><th>Key</th><th>Value</th><th></th></tr>')
.appendTo(body)[0];
for (var k in prefs) {
var tr = table.insertRow(table.rows.length);
preferenceUIs.push(new PreferenceUI(tr, k, prefs[k]));

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var theProject;
var ui = {};

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function BrowsingEngine(div, facetConfigs) {
this._div = div;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ExporterManager(button) {
this._button = button;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ExtensionBar(div) {
this._div = div;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function HistoryPanel(div, tabHeader) {
this._div = div;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ProcessPanel(div) {
this._div = div;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var Scripting = {
};

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function SummaryBar(div) {
this._div = div;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ReconFreebaseQueryPanel(column, service, container) {
this._column = column;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ReconDialog(column, types) {
this._column = column;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var ReconciliationManager = {
customServices : [], // services registered by core and extensions

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function ReconStandardServicePanel(column, service, container) {
this._column = column;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
Ajax = {};

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
(function() {
/*

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
DialogSystem = {
_layers: []

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
var DOM = {};

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
MenuSystem = {
_layers: [],

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function cloneDeep(o) {
if (o === undefined || o === null) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
String.prototype.trim = function() {
return this.replace(/^\s+/, '').replace(/\s+$/, '');

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
URL = {
schemes: { // 1 means followed by ://, 0 means followed by just :

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function DataTableCellUI(dataTableView, cell, rowIndex, cellIndex, td) {
this._dataTableView = dataTableView;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function DataTableColumnHeaderUI(dataTableView, column, columnIndex, td) {
this._dataTableView = dataTableView;
@ -49,7 +49,7 @@ DataTableColumnHeaderUI._extenders = [];
...
MenuSystem.appendTo(menu, path, newItems);
});
*/
*/
DataTableColumnHeaderUI.extendMenu = function(extender) {
DataTableColumnHeaderUI._extenders.push(extender);
};

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function DataTableView(div) {
this._div = div;
@ -94,7 +94,9 @@ DataTableView.prototype.render = function() {
'<div class="viewpanel-sorting" bind="sortingControls"></div>' +
'<div class="viewpanel-paging" bind="pagingControls"></div>' +
'</div>' +
'<div bind="dataTableContainer" class="data-table-container" style="display: none;"><table bind="table" class="data-table" cellspacing="0"></table></div>'
'<div bind="dataTableContainer" class="data-table-container" style="display: none;">' +
'<table bind="table" class="data-table" cellspacing="0"></table>' +
'</div>'
);
var elmts = DOM.bind(html);
@ -337,7 +339,8 @@ DataTableView.prototype._renderDataTable = function(table) {
{ row: row.i, starred: newStarred },
null,
{},
{ onDone: function(o) {
{
onDone: function(o) {
row.starred = newStarred;
renderRow(tr, r, row, even);
}
@ -358,7 +361,8 @@ DataTableView.prototype._renderDataTable = function(table) {
{ row: row.i, flagged: newFlagged },
null,
{},
{ onDone: function(o) {
{
onDone: function(o) {
row.flagged = newFlagged;
renderRow(tr, r, row, even);
}
@ -482,7 +486,8 @@ DataTableView.prototype._addSortingCriterion = function(criterion, alone) {
DataTableView.prototype._createMenuForAllColumns = function(elmt) {
var self = this;
var menu = [
{ label: "Facet",
{
label: "Facet",
id: "core/facets",
width: "200px",
submenu: [
@ -523,7 +528,8 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
]
},
{},
{ label: "Edit rows",
{
label: "Edit rows",
id: "core/edit-rows",
width: "200px",
submenu: [
@ -566,7 +572,8 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
}
]
},
{ label: "Edit columns",
{
label: "Edit columns",
id: "core/edit-columns",
width: "200px",
submenu: [
@ -580,7 +587,8 @@ DataTableView.prototype._createMenuForAllColumns = function(elmt) {
]
},
{},
{ label: "View",
{
label: "View",
id: "core/view",
width: "200px",
submenu: [

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
var doTextTransform = function(expression, onError, repeat, repeatCount) {
@ -342,5 +342,6 @@ DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
label: "Cells in rows into columns...",
click: doTransposeRowsIntoColumns
}
]);
]
);
});

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
var columnIndex = Refine.columnNameToColumnIndex(column.name);
@ -284,5 +284,6 @@ DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
label: "Move column right",
click: function() { doMoveColumnBy(1); }
}
]);
]
);
});

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
var doFilterByExpressionPrompt = function(expression, type) {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
DataTableColumnHeaderUI.extendMenu(function(column, columnHeaderUI, menu) {
var doReconcile = function() {

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function HistogramWidget(elmt, options) {
this._elmt = elmt;

View File

@ -29,7 +29,7 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
*/
function SliderWidget(elmt, options) {
this._elmt = elmt;

View File

@ -313,67 +313,70 @@ input.lightweight {
div.grid-layout > table {
border-collapse: separate;
}
}
div.grid-layout.layout-full > table {
width: 100%;
max-width: 100% !important;
}
div.grid-layout > table > tbody > tr > th, div.grid-layout > table > tbody > tr > td {
}
div.grid-layout > table > tbody > tr > th,
div.grid-layout > table > tbody > tr > td {
padding: 0px;
text-align: left;
vertical-align: baseline;
}
div.grid-layout.grid-layout-for-text > table > tbody > tr > th, div.grid-layout.grid-layout-for-text > table > tbody > tr > td {
}
div.grid-layout.grid-layout-for-text > table > tbody > tr > th,
div.grid-layout.grid-layout-for-text > table > tbody > tr > td {
vertical-align: middle;
}
div.grid-layout.grid-layout-for-ui > table > tbody > tr > th, div.grid-layout.grid-layout-for-ui > table > tbody > tr > td {
}
div.grid-layout.grid-layout-for-ui > table > tbody > tr > th,
div.grid-layout.grid-layout-for-ui > table > tbody > tr > td {
vertical-align: top;
}
}
div.grid-layout.layout-normal {
margin: -10px;
}
}
div.grid-layout.layout-normal > table {
border-spacing: 10px;
}
}
div.grid-layout.layout-tight {
margin: -7px;
}
}
div.grid-layout.layout-tight > table {
border-spacing: 7px;
}
}
div.grid-layout.layout-tighter {
margin: -5px;
}
}
div.grid-layout.layout-tighter > table {
border-spacing: 5px;
}
}
div.grid-layout.layout-tightest {
margin: -3px;
}
}
div.grid-layout.layout-tightest > table {
border-spacing: 3px;
}
}
div.grid-layout.layout-loose {
margin: -15px;
}
}
div.grid-layout.layout-loose > table {
border-spacing: 15px;
}
}
div.grid-layout.layout-looser {
margin: -20px;
}
}
div.grid-layout.layout-looser > table {
border-spacing: 20px;
}
}
div.input-container {
padding: 3px;
}
}
div.input-container > input, div.input-container > textarea {
display: block;
@ -383,40 +386,43 @@ div.input-container > input, div.input-container > textarea {
margin-left: -3px;
margin-top: -3px;
vertical-align: top;
}
}
input.code, textarea.code {
font-family: monospace;
}
}
img {
vertical-align: middle;
}
}
.hidden {
display: none;
}
}
.fbs-pane, .fbs-flyout-pane {
z-index: 2000;
}
}
.ui-widget {
font-family: inherit;
font-size: inherit;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
font-family: inherit;
font-size: inherit;
}
}
p.body-text {
margin-bottom: 1em;
}
}
.relative-frame {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
}

View File

@ -37,83 +37,83 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
height: 450px;
overflow: auto;
border: 1px solid #aaa;
}
}
table.clustering-dialog-entry-table {
border-collapse: collapse;
width: 100%;
}
}
table.clustering-dialog-entry-table > tbody > tr.header {
background: #ccc;
font-weight: bold;
}
}
table.clustering-dialog-entry-table > tbody > tr > td {
padding: 2px 5px;
}
}
table.clustering-dialog-entry-table > tbody > tr.odd > td {
background: #eee;
}
}
table.clustering-dialog-entry-table > tbody > tr.even > td {
background: white;
}
}
table.clustering-dialog-entry-table input {
border: 1px solid #ccc;
padding: 0 0.1em;
}
}
table.clustering-dialog-entry-table a {
text-decoration: none;
}
}
table.clustering-dialog-entry-table ul {
margin: 1em 0em 0em 0em;
}
}
table.clustering-dialog-entry-table a:hover {
text-decoration: underline
}
}
.clustering-dialog-entry-count {
color: #aaa;
margin-left: 0.5em;
}
}
.clustering-dialog-controls {
margin-bottom: 0.5em;
margin-right: 2em;
}
}
.clustering-dialog-controls td {
padding-right: 0.5em;
}
}
.clustering-dialog-facet {
margin-bottom: 1em;
}
}
.clustering-dialog-facet-header {
font-weight: bold;
}
}
.clustering-dialog-facet-histogram {
overflow: hidden;
}
}
.clustering-dialog-facet-slider {
margin: 5px;
}
}
.clustering-dialog-facet-selection {
text-align: center;
color: #888;
}
}
.clustering-dialog-value-focus {
text-align: right;
font-size: 80%;
}
}
.clustering-dialog-value-focus a {
text-decoration: none;
visibility: hidden;
}
}

View File

@ -39,11 +39,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: 3px;
margin: 2px;
cursor: move;
}
}
.column-reordering-dialog-column-container {
height: 375px;
border: 1px solid #eee;
padding: 10px;
overflow: auto;
}
}

View File

@ -35,20 +35,20 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#expression-preview-tabs .ui-tabs-nav li a {
padding: 0.15em 1em;
}
}
textarea.expression-preview-code {
font-family: monospace;
height: 5em;
vertical-align: top;
}
}
.expression-preview-parsing-status {
color: @light_grey;
}
}
.expression-preview-parsing-status.error {
color: red;
}
}
#expression-preview-tabs-preview,
#expression-preview-tabs-help,
@ -56,7 +56,7 @@ textarea.expression-preview-code {
#expression-preview-tabs-starred {
padding: @padding_tight;
overflow: hidden;
}
}
#expression-preview-tabs-preview > div,
#expression-preview-tabs-help > div,
@ -64,56 +64,56 @@ textarea.expression-preview-code {
#expression-preview-tabs-starred {
height: 200px;
overflow: auto;
}
}
#expression-preview-tabs-preview td, #expression-preview-tabs-preview th,
#expression-preview-tabs-help td, #expression-preview-tabs-help th,
#expression-preview-tabs-history td, #expression-preview-tabs-history th,
#expression-preview-tabs-starred td, #expression-preview-tabs-starred th {
padding: @padding_tight;
}
}
.expression-preview-table-wrapper {
padding: @padding_normal;
}
}
.expression-preview-container td {
padding: 2px 5px;
border-top: 1px solid #ccc;
}
}
td.expression-preview-heading {
border-top: none;
background: #ddd;
font-weight: bold;
}
}
td.expression-preview-value {
max-width: 250px !important;
overflow-x: hidden;
}
}
.expression-preview-special-value {
color: #aaa;
}
}
.expression-preview-help-container h3 {
margin-top: @padding_looser;
margin-bottom: @padding_normal;
border-bottom: 1px solid @light_grey;
}
}
.expression-preview-doc-item-title {
font-weight: bold;
text-align: right;
}
}
.expression-preview-doc-item-params {
}
}
.expression-preview-doc-item-returns {
}
}
.expression-preview-doc-item-desc {
color: #666;
}
}

View File

@ -34,46 +34,46 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@import-less url("../theme.less");
.scatterplot-dialog-selectors-container {
}
}
.scatterplot-dialog-selectors-container .buttonset {
margin-right: 1em;
}
}
.scatterplot-dialog-table-container {
margin: 2px 0em;
height: 500px;
overflow: auto;
border: 1px solid #aaa;
}
}
table.scatterplot-matrix-table {
border-collapse: collapse;
}
}
table.scatterplot-matrix-table > tbody > tr > td {
text-align: center;
vertical-align: middle;
}
}
table.scatterplot-matrix-table td.current_column {
font-weight: bold;
font-size: 105%;
}
}
table.scatterplot-matrix-table div.current_column {
background-color: #fbede3;
}
}
table.scatterplot-matrix-table .column_header {
text-align: right;
padding: 0em 0.5em;
}
}
table.scatterplot-matrix-table .scatterplot img {
border: 1px solid #eee;
}
}
table.scatterplot-matrix-table .scatterplot img.hover {
background-color: #eeffee;
}
}

View File

@ -39,10 +39,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: 0;
overflow: hidden;
visibility: hidden;
}
}
#left-panel {
}
}
#left-panel-body {
margin-left: @padding_tight;
@ -55,18 +55,18 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: 0;
padding-top: @padding_looser;
font-size: 1.3em;
}
}
#action-area-tabs > li {
display: block;
padding-top: @padding_tight;
padding-bottom: @padding_tight;
padding-left: @padding_normal;
cursor: pointer;
}
}
#action-area-tabs > li.selected {
background: @chrome_primary;
.rounded_corners_left();
}
}
#project-links {
font-size: 1.3em;
@ -114,4 +114,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
left: 0;
width: 100%;
height: 100%;
}
}

View File

@ -48,7 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
}
#create-project-ui-source-selection-message > h3 {
margin-bottom: @padding_normal;
}
}
#create-project-ui-source-selection-layout {
width: 100%;
@ -95,4 +95,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
width: 100%;
height: 100%;
visibility: hidden;
}
}

View File

@ -36,24 +36,24 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#default-importing-progress-panel {
font-size: 1.3em;
padding: @padding_loose;
}
}
#default-importing-progress-bar-frame {
border: 1px solid @chrome_primary;
padding: @padding_tighter;
width: 300px;
}
}
#default-importing-progress-bar-body {
background: @chrome_primary;
height: 1em;
position: relative;
width: 30%;
}
}
#default-importing-progress-bar-body.indefinite {
background: #eee;
width: 100%;
}
}
#default-importing-iframe {
position: fixed;
@ -61,23 +61,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
height: 200px;
left: -300px;
top: -300px;
}
}
#default-importing-error-panel {
font-size: 1.3em;
padding: @padding_loose;
}
}
#default-importing-error-message {
}
}
#default-importing-error-stack {
font-family: monospace;
whitespace: pre;
padding: @padding_normal;
border: 1px solid @chrome_primary;
}
}
.default-importing-wizard-header {
font-size: 1.3em;
background: @chrome_primary;
padding: @padding_tight;
}
}

View File

@ -38,13 +38,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
position: absolute;
background: @chrome_secondary;
padding: @padding_looser;
}
}
.default-importing-file-selection-file-panel {
font-size: 1.3em;
position: absolute;
background: white;
overflow: auto;
}
}
.default-importing-file-selection-file-panel > table {
border-collapse: collapse;
width: 100%;
@ -52,22 +52,22 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.default-importing-file-selection-file-panel > table > tbody > tr > td,
.default-importing-file-selection-file-panel > table > tbody > tr > th {
padding: @padding_tight @padding_normal;
}
}
.default-importing-file-selection-file-panel > table > tbody > tr > th {
text-align: left;
background: @faint_grey;
}
}
.default-importing-file-selection-file-panel > table > tbody > tr.odd {
background: @fainter_grey;
}
}
.default-importing-file-selection-control-panel h2 {
font-size: 110%;
margin-top: 3em;
margin-bottom: 0.75em;
}
}
.default-importing-file-selection-file-panel > table > tbody > tr >
td.default-importing-file-selection-filename.highlighted {
td.default-importing-file-selection-filename.highlighted {
background: #fffee0;
}
}

View File

@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
font-size: 1.1em;
position: absolute;
overflow: auto;
}
}
.default-importing-progress-data-panel {
position: absolute;
@ -46,7 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
padding: 3em;
background: rgba(255, 255, 255, 0.7);
text-align: center;
}
}
.default-importing-parsing-control-panel {
font-size: 1.3em;
@ -54,39 +54,39 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
overflow: auto;
border-top: 5px solid @chrome_primary;
background: @chrome_secondary;
}
}
.default-importing-parsing-control-panel > table {
width: 100%;
border-collapse: collapse;
}
}
td.default-importing-parsing-control-panel-formats {
padding: @padding_looser 0;
width: 250px;
}
}
.default-importing-parsing-control-panel-formats-message {
margin-left: @padding_looser;
margin-bottom: @padding_looser;
padding: 0 @padding_normal;
font-size: 1.3em;
}
}
.default-importing-parsing-control-panel-format {
margin-left: @padding_looser;
padding: @padding_tight @padding_normal;
.rounded_corners_left();
color: @link_primary;
cursor: pointer;
}
}
.default-importing-parsing-control-panel-format.selected {
background: white;
font-weight: bold;
color: black;
}
}
td.default-importing-parsing-control-panel-options-panel {
background: white;
padding: @padding_looser;
.rounded_corners_left();
}
}

View File

@ -35,9 +35,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.default-importing-web-url {
width: 60em;
}
}
#default-importing-clipboard-textarea {
width: 50em;
height: 30em;
}
}

View File

@ -37,29 +37,29 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
position: relative;
font-family: monospace;
font-size: 150%;
}
}
table.data-table.fixed-width-preview-data-table {
font-size: inherit;
}
}
table.data-table.fixed-width-preview-data-table > tbody > tr {
border-bottom: 1px solid #ccc;
}
}
table.data-table.fixed-width-preview-data-table > tbody > tr > td.column-header {
background: none;
}
}
table.data-table.fixed-width-preview-data-table > tbody > tr > td,
table.data-table.fixed-width-preview-data-table > tbody > tr > td.column-header {
border: none;
padding: 2px 0px;
white-space: pre;
}
}
table.data-table.fixed-width-preview-data-table > tbody > tr > td.even,
table.data-table.fixed-width-preview-data-table > tbody > tr > td.column-header.even {
background: #eee;
}
}
.fixed-width-preview-column-separator-outer {
position: absolute;
@ -70,14 +70,14 @@ table.data-table.fixed-width-preview-data-table > tbody > tr > td.column-header.
padding: 0px 3px;
cursor: ew-resize;
overflow: visible;
}
}
.fixed-width-preview-column-separator-inner {
position: relative;
height: 100%;
width: 1px;
background: red;
overflow: visible;
}
}
.fixed-width-preview-column-separator-inner > div {
position: absolute;
top: 50px;
@ -87,4 +87,4 @@ table.data-table.fixed-width-preview-data-table > tbody > tr > td.column-header.
width: 13px;
height: 13px;
cursor: pointer;
}
}

View File

@ -36,4 +36,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#project-upload-form {
padding: @padding_loose;
font-size: 1.3em;
}
}

View File

@ -38,45 +38,45 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
font-size: 130%;
color: #666;
padding: 20px;
}
}
.json-parser-ui-select-dom {
padding: 20px;
font-family: monospace;
font-size: 130%;
}
}
.json-parser-ui-select-dom .node {
cursor: pointer;
padding: 2px;
border: 1px solid rgba(0,0,0,0);
}
}
.json-parser-ui-select-dom .indented {
margin-left: 2em;
}
}
.json-parser-ui-select-dom .field-name {
font-weight: bold;
}
}
.json-parser-ui-select-dom .delimiter {
color: blue;
}
}
.json-parser-ui-select-dom .punctuation {
color: #aaa;
}
}
.json-parser-ui-select-dom .literal {
color: #888;
}
}
.json-parser-ui-select-dom .children {
margin-left: 20px;
}
}
.json-parser-ui-select-dom .node.highlight {
background: #fffee0;
border: 1px dashed red;
}
}

View File

@ -38,29 +38,29 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
font-size: 150%;
color: #666;
padding: 20px;
}
}
.xml-parser-ui-select-dom {
padding: 20px;
font-family: monospace;
font-size: 150%;
}
}
.xml-parser-ui-select-dom .elmt {
cursor: pointer;
padding: 2px;
border: 1px solid rgba(0,0,0,0);
}
}
.xml-parser-ui-select-dom .text {
color: #888;
}
}
.xml-parser-ui-select-dom .children {
margin-left: 20px;
}
}
.xml-parser-ui-select-dom .elmt.highlight {
background: #fffee0;
border: 1px dashed red;
}
}

View File

@ -66,7 +66,7 @@ a.facet-title-remove {
background-image: url(../../images/close-map.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
}
a.facet-title-remove:hover {
background-position: -12px 0px;
@ -144,24 +144,24 @@ a.facet-title-remove:hover {
.facet-choice {
padding: 2px 5px;
clear: both;
}
}
.facet-choice:hover {
background: @fill_secondary;
}
}
.facet-choice-selected .facet-choice-label {
font-weight: bold;
color: #ff6a00;
}
}
.facet-mode-inverted .facet-choice-selected .facet-choice-label {
text-decoration: line-through;
color: black;
}
}
.facet-choice-link.facet-mode-inverted {
text-decoration: line-through;
color: black;
}
}
.facet-choice-count, .facet-range-choice-count {
padding-left: 5px;
@ -182,11 +182,11 @@ img.facet-choice-link {
cursor: pointer;
margin-left: 2px;
float: right;
}
}
.facet-range-body {
padding: 5px;
}
}
.facet-range-message {
color: @metadata_grey;
@ -223,45 +223,45 @@ img.facet-choice-link {
.facet-text-body {
padding: 5px;
}
}
.facet-scatterplot-plot-container {
margin: 5px 0px 5px 5px;
border: 1px solid #bbb;
}
}
.facet-scatterplot-plot {
position: relative;
}
}
.facet-scatterplot-image {
position: absolute;
}
}
.facet-scatterplot-body td {
vertical-align: middle;
}
}
.facet-scatterplot-selectors-container .scatterplot-selectors {
text-align: center;
}
}
.facet-scatterplot-selectors-container .scatterplot-export-plot {
font-size: 95%;
margin-top: 3em;
}
}
.facet-scatterplot-selectors-container .scatterplot-selectors .buttonset {
margin: 0.8em 0em;
}
}
.scatterplot-selectors .ui-button-text-only .ui-button-text {
font-size: 90%;
padding: 0.0em 0.4em 0.1em 0.3em;
}
}
.scatterplot-selectors .buttonset {
margin: 0px;
}
}
.scatterplot-selectors .buttonset .ui-corner-top {
-moz-border-radius-topleft: 0.5em;
@ -270,7 +270,7 @@ img.facet-choice-link {
-moz-border-radius-topright: 0.5em;
-webkit-border-top-right-radius: 0.5em;
border-top-right-radius: 0.5em;
}
}
.scatterplot-selectors .buttonset .ui-corner-bottom {
-moz-border-radius-bottomleft: 0.5em;
@ -279,7 +279,7 @@ img.facet-choice-link {
-moz-border-radius-bottomright: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
}
.scatterplot-selectors .buttonset .ui-corner-right {
-moz-border-radius-topright: 0.5em;
@ -288,7 +288,7 @@ img.facet-choice-link {
-moz-border-radius-bottomright: 0.5em;
-webkit-border-bottom-right-radius: 0.5em;
border-bottom-right-radius: 0.5em;
}
}
.scatterplot-selectors .buttonset .ui-corner-left {
-moz-border-radius-topleft: 0.5em;
@ -297,47 +297,45 @@ img.facet-choice-link {
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottom-left-radius: 0.5em;
border-bottom-left-radius: 0.5em;
}
}
.scatterplot-selectors .scatterplot-dim-selector label {
width: 32px;
height: 16px;
}
}
.scatterplot-selectors .scatterplot-rot-selector label {
width: 22px;
height: 18px;
background-image: url("../../images/scatterplot-icons.png");
}
}
.scatterplot-selectors .scatterplot-rot-selector label.rot-ccw-label {
background-position: -5px -5px;
}
}
.scatterplot-selectors .scatterplot-rot-selector label.rot-none-label {
background-position: -28px -4px;
}
}
.scatterplot-selectors .scatterplot-rot-selector label.rot-cw-label {
background-position: -48px -3px;
}
}
.scatterplot-selectors .scatterplot-dot-selector label {
width: 22px;
height: 18px;
background-image: url("../../images/scatterplot-icons.png");
}
}
.scatterplot-selectors .scatterplot-dot-selector label.dot-small-label {
background-position: -5px -25px;
}
}
.scatterplot-selectors .scatterplot-dot-selector label.dot-regular-label {
background-position: -27px -25px;
}
}
.scatterplot-selectors .scatterplot-dot-selector label.dot-big-label {
background-position: -48px -25px;
}
}

View File

@ -44,20 +44,19 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
}
}
.process-panel-inner {
padding-bottom: 10px;
}
}
.process-panel-head {
padding: 2px 10px;
border-bottom: 1px solid #ccc;
}
}
.process-panel-body {
max-height: 70px;
overflow: auto;
padding: 10px;
}
}

View File

@ -35,10 +35,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e3e3e3));
background: -moz-linear-gradient(top, #f9f9f9, #e3e3e3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e3e3e3');
}
}
.button:active, a.button:active {
background: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#f9f9f9));
background: -moz-linear-gradient(top, #e3e3e3, #f9f9f9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3e3e3', endColorstr='#f9f9f9');
}
}

View File

@ -39,28 +39,28 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
overflow: auto;
width: 200px;
height: 500px;
}
}
a.recon-dialog-service-selector {
display: block;
padding: 10px;
text-decoration: none;
color: black;
}
}
a.recon-dialog-service-selector:hover {
background: #eee;
}
}
a.recon-dialog-service-selector.selected {
background: #eee;
font-weight: bold;
}
}
.recon-dialog-service-panel-message {
text-align: center;
font-size: 200%;
padding: 50px 0;
color: #aaa;
}
}
a.recon-dialog-service-selector-remove {
float: right;
@ -73,7 +73,7 @@ a.recon-dialog-service-selector-remove {
background-image: url(../../images/close-map.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}
}
a.recon-dialog-service-selector-remove:hover {
background-position: -12px 0px;
}
}

View File

@ -38,11 +38,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
font-size: 150%;
padding: 20px 0;
color: #aaa;
}
}
.recon-dialog-standard-service-panel .type-id {
color: #888;
}
}
.recon-dialog-standard-service-panel .type-container,
.recon-dialog-standard-service-panel .detail-container {
@ -51,4 +51,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
max-height: 300px;
height: 300px !important;
overflow: auto;
}
}

View File

@ -35,4 +35,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.fbs-pane-property, .fbs-pane-type {
width: 400px;
}
}

View File

@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
position: relative;
overflow: visible;
margin: 5px;
}
}
.slider-widget-tint {
position: absolute;
@ -50,11 +50,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.slider-widget-tint.left {
left: 0;
}
}
.slider-widget-tint.right {
right: 0;
}
}
.slider-widget-highlight {
position: absolute;
padding: 0;
@ -62,23 +62,23 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
top: -2px;
height: 100%;
cursor: move;
}
}
.slider-widget-bracket {
position: absolute;
top: 0;
width: 12px;
height: 100%;
}
}
.slider-widget-bracket.left {
background: url(../../images/slider-handle.png) no-repeat center right;
margin-left: -8px;
cursor: e-resize;
}
}
.slider-widget-bracket.right {
background: url(../../images/slider-handle.png) no-repeat center left;
margin-left: -4px;
cursor: w-resize;
}
}
.slider-widget-overlay {
position: fixed;
top: 0px;
@ -87,4 +87,4 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
height: 100%;
background: white;
opacity: 0.01;
}
}