mirror of https://gitee.com/bigwinds/arangodb
grunt
This commit is contained in:
parent
d8383a0cf5
commit
cfe62a9f9a
|
@ -2265,7 +2265,7 @@ window.StatisticsCollection = Backbone.Collection.extend({
|
|||
}
|
||||
else {
|
||||
$("#" + a).html('<br/><span class="dashboard-figurePer" style="color: '
|
||||
+ "#000" +';">' + "data not ready yet" + '</span>');
|
||||
+ "#000" +';">' + '<p class="dataNotReadyYet">data not ready yet</p>' + '</span>');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -2662,7 +2662,7 @@ window.StatisticsCollection = Backbone.Collection.extend({
|
|||
if ($('.dataNotReadyYet').length === 0) {
|
||||
$('#dataTransferDistribution').prepend('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
$('#totalTimeDistribution').prepend('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
$('.dashboard-bar-chart-title').prepend('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
$('.dashboard-bar-chart-title').append('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -2583,6 +2583,8 @@ div.footer-right {
|
|||
color: #fff;
|
||||
margin-left: 10px;
|
||||
padding: 5px 16px; }
|
||||
.button-neutral:focus, .button-primary:focus, .button-notification:focus, .button-success:focus, .button-danger:focus, .button-warning:focus, .button-inactive:focus, .button-close:focus {
|
||||
outline: none; }
|
||||
|
||||
.button-header {
|
||||
margin-top: 5px; }
|
||||
|
@ -3147,7 +3149,11 @@ div .bigtile {
|
|||
|
||||
@media (max-width: 970px) {
|
||||
#documentsDiv #totalDocuments {
|
||||
display: none; } }
|
||||
display: none; }
|
||||
.navmenu {
|
||||
padding-left: 20px;
|
||||
padding-top: 0;
|
||||
position: absolute; } }
|
||||
|
||||
@media (min-width: 739px) and (max-width: 1041px) {
|
||||
#arangoCollectionUl a {
|
||||
|
@ -5424,6 +5430,8 @@ div.headerBar {
|
|||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
position: relative; }
|
||||
div.headerBar select:focus {
|
||||
outline: none; }
|
||||
div.headerBar .infoField {
|
||||
background-color: #fff;
|
||||
border: 1px solid rgba(140, 138, 137, 0.25);
|
||||
|
@ -5474,7 +5482,7 @@ div.headerBar {
|
|||
|
||||
.headerBar a.arangoHeader {
|
||||
color: #000;
|
||||
font-size: 13pt;
|
||||
font-size: 11.5pt;
|
||||
font-weight: 100;
|
||||
left: 0;
|
||||
position: relative;
|
||||
|
@ -5492,7 +5500,7 @@ div.headerBar {
|
|||
.breadcrumb .disabledBread {
|
||||
color: #666;
|
||||
float: left;
|
||||
font-size: 13pt;
|
||||
font-size: 11.5pt;
|
||||
font-weight: 100;
|
||||
padding-right: 5px;
|
||||
position: relative; }
|
||||
|
@ -5502,7 +5510,7 @@ div.headerBar {
|
|||
.breadcrumb .activeBread {
|
||||
color: #8aa051;
|
||||
float: left;
|
||||
font-size: 13pt;
|
||||
font-size: 11.5pt;
|
||||
font-weight: 100; }
|
||||
.breadcrumb #app-development-path {
|
||||
background-color: #fff;
|
||||
|
@ -5760,6 +5768,9 @@ div.headerBar {
|
|||
.modal-footer {
|
||||
border-top: 0 !important;
|
||||
padding-right: 17px; }
|
||||
.modal-footer .button-close {
|
||||
margin-left: 20px;
|
||||
margin-right: 10px; }
|
||||
|
||||
.modal-header {
|
||||
margin-left: 5px;
|
||||
|
@ -6224,8 +6235,9 @@ div .bigtile {
|
|||
top: 6px; }
|
||||
|
||||
.dataNotReadyYet {
|
||||
color: #faa732;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
font-size: 14px;
|
||||
font-weight: 100;
|
||||
text-align: center; }
|
||||
|
||||
|
@ -6459,7 +6471,11 @@ div .bigtile {
|
|||
|
||||
@media (max-width: 970px) {
|
||||
#documentsDiv #totalDocuments {
|
||||
display: none; } }
|
||||
display: none; }
|
||||
.navmenu {
|
||||
padding-left: 20px;
|
||||
padding-top: 0;
|
||||
position: absolute; } }
|
||||
|
||||
@media (min-width: 739px) and (max-width: 1041px) {
|
||||
#arangoCollectionUl a {
|
||||
|
|
Binary file not shown.
|
@ -6108,28 +6108,28 @@ function PreviewAdapter(nodes, edges, viewer, config) {
|
|||
self.requestCentralityChildren = function(nodeId, callback) {};
|
||||
|
||||
self.createEdge = function (edgeToAdd, callback) {
|
||||
window.alert("Server-side: createEdge was triggered.");
|
||||
arangoHelper.arangoError("Server-side", "createEdge was triggered.");
|
||||
};
|
||||
|
||||
self.deleteEdge = function (edgeToRemove, callback) {
|
||||
window.alert("Server-side: deleteEdge was triggered.");
|
||||
arangoHelper.arangoError("Server-side", "deleteEdge was triggered.");
|
||||
};
|
||||
|
||||
self.patchEdge = function (edgeToPatch, patchData, callback) {
|
||||
window.alert("Server-side: patchEdge was triggered.");
|
||||
arangoHelper.arangoError("Server-side", "patchEdge was triggered.");
|
||||
};
|
||||
|
||||
self.createNode = function (nodeToAdd, callback) {
|
||||
window.alert("Server-side: createNode was triggered.");
|
||||
arangoHelper.arangoError("Server-side", "createNode was triggered.");
|
||||
};
|
||||
|
||||
self.deleteNode = function (nodeToRemove, callback) {
|
||||
window.alert("Server-side: deleteNode was triggered.");
|
||||
window.alert("Server-side: onNodeDelete was triggered.");
|
||||
arangoHelper.arangoError("Server-side", "deleteNode was triggered.");
|
||||
arangoHelper.arangoError("Server-side", "onNodeDelete was triggered.");
|
||||
};
|
||||
|
||||
self.patchNode = function (nodeToPatch, patchData, callback) {
|
||||
window.alert("Server-side: patchNode was triggered.");
|
||||
arangoHelper.arangoError("Server-side", "patchNode was triggered.");
|
||||
};
|
||||
|
||||
self.setNodeLimit = function (pLimit, callback) {
|
||||
|
@ -8079,7 +8079,7 @@ function GraphViewerUI(container, adapterConfig, optWidth, optHeight, viewerConf
|
|||
},
|
||||
|
||||
alertError = function(msg) {
|
||||
window.alert(msg);
|
||||
arangoHelper.arangoError("Graph", msg);
|
||||
},
|
||||
|
||||
resultCB = function(res) {
|
||||
|
@ -8188,7 +8188,7 @@ function GraphViewerUI(container, adapterConfig, optWidth, optHeight, viewerConf
|
|||
},
|
||||
|
||||
alertError = function(msg) {
|
||||
window.alert(msg);
|
||||
arangoHelper.arangoError("Graph", msg);
|
||||
},
|
||||
|
||||
resultCB2 = function(res) {
|
||||
|
@ -8685,7 +8685,7 @@ function GraphViewerUI(container, adapterConfig, optWidth, optHeight, viewerConf
|
|||
var size = $('#graphSize').find(":selected").val();
|
||||
graphViewer.loadGraphWithRandomStart(function(node) {
|
||||
if (node && node.errorCode) {
|
||||
window.alert("Sorry your graph seems to be empty");
|
||||
arangoHelper.arangoError("Graph", "Sorry your graph seems to be empty");
|
||||
}
|
||||
}, size);
|
||||
});
|
||||
|
@ -8696,7 +8696,7 @@ function GraphViewerUI(container, adapterConfig, optWidth, optHeight, viewerConf
|
|||
} else {
|
||||
graphViewer.loadGraphWithRandomStart(function(node) {
|
||||
if (node && node.errorCode) {
|
||||
window.alert("Sorry your graph seems to be empty");
|
||||
arangoHelper.arangoError("Graph", "Sorry your graph seems to be empty");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
@ -17326,7 +17326,7 @@ window.Users = Backbone.Model.extend({
|
|||
case 3:
|
||||
return 'loaded';
|
||||
case 4:
|
||||
return 'in the process of being unloaded';
|
||||
return 'unloading';
|
||||
case 5:
|
||||
return 'deleted';
|
||||
case 6:
|
||||
|
@ -18560,7 +18560,7 @@ window.ArangoUsers = Backbone.Collection.extend({
|
|||
|
||||
/*jshint browser: true */
|
||||
/*jshint unused: false */
|
||||
/*global window, Backbone, alert, $ */
|
||||
/*global window, Backbone, $ */
|
||||
(function() {
|
||||
"use strict";
|
||||
window.FoxxCollection = Backbone.Collection.extend({
|
||||
|
@ -19551,7 +19551,7 @@ window.ArangoUsers = Backbone.Collection.extend({
|
|||
else {
|
||||
$(this.el).removeClass('locked');
|
||||
}
|
||||
if (this.model.get("status") === 'loading') {
|
||||
if (this.model.get("status") === 'loading' || this.model.get("status") === 'unloading') {
|
||||
$(this.el).addClass('locked');
|
||||
}
|
||||
$(this.el).html(this.template.render({
|
||||
|
@ -21055,7 +21055,7 @@ window.ArangoUsers = Backbone.Collection.extend({
|
|||
}
|
||||
else {
|
||||
$("#" + a).html('<br/><span class="dashboard-figurePer" style="color: '
|
||||
+ "#000" +';">' + "data not ready yet" + '</span>');
|
||||
+ "#000" +';">' + '<p class="dataNotReadyYet">data not ready yet</p>' + '</span>');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
@ -21452,7 +21452,7 @@ window.ArangoUsers = Backbone.Collection.extend({
|
|||
if ($('.dataNotReadyYet').length === 0) {
|
||||
$('#dataTransferDistribution').prepend('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
$('#totalTimeDistribution').prepend('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
$('.dashboard-bar-chart-title').prepend('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
$('.dashboard-bar-chart-title').append('<p class="dataNotReadyYet"> data not ready yet </p>');
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -23796,7 +23796,7 @@ window.ArangoUsers = Backbone.Collection.extend({
|
|||
}());
|
||||
|
||||
/*jshint browser: true */
|
||||
/*global $, Joi, _, alert, templateEngine, window*/
|
||||
/*global $, Joi, _, arangoHelper, templateEngine, window*/
|
||||
(function() {
|
||||
"use strict";
|
||||
|
||||
|
@ -23825,10 +23825,10 @@ window.ArangoUsers = Backbone.Collection.extend({
|
|||
}
|
||||
switch(res.errorNum) {
|
||||
case errors.ERROR_APPLICATION_DOWNLOAD_FAILED.code:
|
||||
alert("Unable to download application from the given repository.");
|
||||
arangoHelper.arangoError("Services", "Unable to download application from the given repository.");
|
||||
break;
|
||||
default:
|
||||
alert("Error: " + res.errorNum + ". " + res.errorMessage);
|
||||
arangoHelper.arangoError("Services", res.errorNum + ". " + res.errorMessage);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Binary file not shown.
|
@ -803,7 +803,7 @@ if (list.length > 0) {
|
|||
</a>
|
||||
<li class="enabled">
|
||||
<a id="markDocuments" class="headerButton">
|
||||
<span class="icon_arangodb_edit" title="Edit documents"></span>
|
||||
<span title="Edit documents"><i class="fa fa-hand-pointer-o"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="enabled">
|
||||
|
@ -813,12 +813,12 @@ if (list.length > 0) {
|
|||
</li>
|
||||
<li class="enabled">
|
||||
<a id="exportCollection" class="headerButton">
|
||||
<span title="Download documents as JSON file"><i class="fa fa-download"></i></span>
|
||||
<span title="Download documents as JSON file"><i class="fa fa-download" style="margin-top: 1px;"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="enabled" style="margin-right: 15px">
|
||||
<a id="filterCollection" class="headerButton">
|
||||
<span class="icon_arangodb_filter" title="Filter collection"></span>
|
||||
<span title="Filter collection"><i class="fa fa-filter"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1395,8 +1395,10 @@ if (list.length > 0) {
|
|||
</table>
|
||||
</div>
|
||||
<div class="index-button-bar index-button-bar2">
|
||||
<button id="createIndex" class="button-success">Save</button>
|
||||
<button id="cancelIndex" class="button-close">Back</button>
|
||||
<button id="createIndex" class="button-success" style="margin-left: 15px;">Create</button>
|
||||
<button id="cancelIndex" class="button-close" style="margin-left: 0;"><i class="fa fa-arrow-left"></i>
|
||||
<span style="margin-left: 5px;">Back</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div></script><script id="lineChartDetailView.ejs" type="text/template"><div id="lineChartDetail" class="modal hide fade modal-chart-detail" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true" style="display:none">
|
||||
|
@ -2363,10 +2365,10 @@ if (list.length > 0) {
|
|||
|
||||
</ul></script><script id="progressBase.ejs" type="text/template"><div class="progress-view">
|
||||
<div class="progress-content">
|
||||
<div class="progress-text"></div>
|
||||
<div class="pong-spinner"><i /></div>
|
||||
</div>
|
||||
<div class="progress-message">
|
||||
<div class="progress-text"></div>
|
||||
<div class="progress-action"></div>
|
||||
</div>
|
||||
</div></script><script id="queryManagementViewActive.ejs" type="text/template"><div class="headerBar">
|
||||
|
@ -2397,8 +2399,8 @@ if (list.length > 0) {
|
|||
<div class="tab-content" id="tabContentCustoms">
|
||||
<div class="tab-pane" id="customs">
|
||||
<div id="editorToolbar" class="query-toolbar editor-toolbar">
|
||||
<span class="icon_arangodb" title="Upload your queries." id="import-query"><i class="fa fa-upload"></i></span>
|
||||
<span class="icon_arangodb" title="Download your listed queries." id="export-query"><i class="fa fa-download"></i></span>
|
||||
<span class="queryTooltips" title="Upload your queries." id="import-query"><i class="fa fa-upload"></i></span>
|
||||
<span class="queryTooltips" title="Download your listed queries." id="export-query"><i class="fa fa-download"></i></span>
|
||||
</div>
|
||||
<div id="customsDiv" class="query-div">
|
||||
</div>
|
||||
|
@ -2408,11 +2410,11 @@ if (list.length > 0) {
|
|||
<div class="tab-pane active" id="query">
|
||||
<div id="queryDiv" class="query-div">
|
||||
<div id="editorToolbar" class="query-toolbar editor-toolbar">
|
||||
<span class="icon_arangodb icon_arangodb_trash queryTooltips tooltip-margin" title="Clear" id="clearInput"/>
|
||||
<span class="icon_arangodb icon_arangodb_adddoc queryTooltips" title="Save current query" id="addAQL"/>
|
||||
<span class="queryTooltips tooltip-margin" title="Comment" id="commentText"><i class="fa fa-comment"></i></span>
|
||||
<span class="icon_arangodb icon_arangodb_arrow6 queryTooltips tooltip-margin" title="Redo" id="redoText"/>
|
||||
<span class="icon_arangodb icon_arangodb_arrow5 queryTooltips tooltip-margin" title="Undo" id="undoText"/>
|
||||
<span class="queryTooltips" title="Clear" id="clearInput"><i class="fa fa-trash-o"></i></span>
|
||||
<span class="queryTooltips" title="Save current query" id="addAQL"><i class="fa fa-save"></i></span>
|
||||
<span class="queryTooltips" title="Comment" id="commentText"><i class="fa fa-comment"></i></span>
|
||||
<span class="queryTooltips" title="Redo" id="redoText"><i class="fa fa-undo fa-flip-horizontal"></i></span>
|
||||
<span class="queryTooltips" title="Undo" id="undoText"><i class="fa fa-undo"></i></span>
|
||||
</div>
|
||||
|
||||
<div id="aqlEditor" class='aql-editor'></div>
|
||||
|
@ -2465,7 +2467,7 @@ if (list.length > 0) {
|
|||
<div class="tab-pane" id="result">
|
||||
<div id="outputToolbar" class="query-toolbar output-toolbar">
|
||||
<!--
|
||||
<span class="icon_arangodb icon_arangodb_trash queryTooltips tooltip-margin" title="Clear" id="clearOutput"></span>
|
||||
<span class="icon_arangodb icon_arangodb_trash queryTooltips " title="Clear" id="clearOutput"></span>
|
||||
<span class="icon_arangodb icon_arangodb_arrow1 queryTooltips" title="Unfold" id="bigOutput"></span>
|
||||
-->
|
||||
</div>
|
||||
|
@ -2555,7 +2557,7 @@ var cutByResolution = function (str) {
|
|||
<th class="sorting_disabled docsFirstCol" role="columnheader" rowspan="1" colspan="1">Content</th>
|
||||
<th class="sorting_disabled docsSecCol" role="columnheader" rowspan="1" colspan="1">_key</th>
|
||||
<th class="sorting_disabled docsThirdCol" role="columnheader" rowspan="1" colspan="1">
|
||||
<a id="addDocumentButton" class="pull-right addButton"><span class="arangoicon icon_arangodb_roundplus" title="Add a document"></span></a>
|
||||
<a id="addDocumentButton" class="pull-right addButton"><span title="Add a document"><i class="fa fa-plus-circle"></i></span></a>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Binary file not shown.
|
@ -867,7 +867,7 @@ if (list.length > 0) {
|
|||
</a>
|
||||
<li class="enabled">
|
||||
<a id="markDocuments" class="headerButton">
|
||||
<span class="icon_arangodb_edit" title="Edit documents"></span>
|
||||
<span title="Edit documents"><i class="fa fa-hand-pointer-o"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="enabled">
|
||||
|
@ -877,12 +877,12 @@ if (list.length > 0) {
|
|||
</li>
|
||||
<li class="enabled">
|
||||
<a id="exportCollection" class="headerButton">
|
||||
<span title="Download documents as JSON file"><i class="fa fa-download"></i></span>
|
||||
<span title="Download documents as JSON file"><i class="fa fa-download" style="margin-top: 1px;"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="enabled" style="margin-right: 15px">
|
||||
<a id="filterCollection" class="headerButton">
|
||||
<span class="icon_arangodb_filter" title="Filter collection"></span>
|
||||
<span title="Filter collection"><i class="fa fa-filter"></i></span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -1497,8 +1497,10 @@ if (list.length > 0) {
|
|||
</table>
|
||||
</div>
|
||||
<div class="index-button-bar index-button-bar2">
|
||||
<button id="createIndex" class="button-success">Save</button>
|
||||
<button id="cancelIndex" class="button-close">Back</button>
|
||||
<button id="createIndex" class="button-success" style="margin-left: 15px;">Create</button>
|
||||
<button id="cancelIndex" class="button-close" style="margin-left: 0;"><i class="fa fa-arrow-left"></i>
|
||||
<span style="margin-left: 5px;">Back</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2536,10 +2538,10 @@ if (list.length > 0) {
|
|||
<script id="progressBase.ejs" type="text/template">
|
||||
<div class="progress-view">
|
||||
<div class="progress-content">
|
||||
<div class="progress-text"></div>
|
||||
<div class="pong-spinner"><i /></div>
|
||||
</div>
|
||||
<div class="progress-message">
|
||||
<div class="progress-text"></div>
|
||||
<div class="progress-action"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -2582,8 +2584,8 @@ if (list.length > 0) {
|
|||
<div class="tab-content" id="tabContentCustoms">
|
||||
<div class="tab-pane" id="customs">
|
||||
<div id="editorToolbar" class="query-toolbar editor-toolbar">
|
||||
<span class="icon_arangodb" title="Upload your queries." id="import-query"><i class="fa fa-upload"></i></span>
|
||||
<span class="icon_arangodb" title="Download your listed queries." id="export-query"><i class="fa fa-download"></i></span>
|
||||
<span class="queryTooltips" title="Upload your queries." id="import-query"><i class="fa fa-upload"></i></span>
|
||||
<span class="queryTooltips" title="Download your listed queries." id="export-query"><i class="fa fa-download"></i></span>
|
||||
</div>
|
||||
<div id="customsDiv" class="query-div">
|
||||
</div>
|
||||
|
@ -2593,11 +2595,11 @@ if (list.length > 0) {
|
|||
<div class="tab-pane active" id="query">
|
||||
<div id="queryDiv" class="query-div">
|
||||
<div id="editorToolbar" class="query-toolbar editor-toolbar">
|
||||
<span class="icon_arangodb icon_arangodb_trash queryTooltips tooltip-margin" title="Clear" id="clearInput"/>
|
||||
<span class="icon_arangodb icon_arangodb_adddoc queryTooltips" title="Save current query" id="addAQL"/>
|
||||
<span class="queryTooltips tooltip-margin" title="Comment" id="commentText"><i class="fa fa-comment"></i></span>
|
||||
<span class="icon_arangodb icon_arangodb_arrow6 queryTooltips tooltip-margin" title="Redo" id="redoText"/>
|
||||
<span class="icon_arangodb icon_arangodb_arrow5 queryTooltips tooltip-margin" title="Undo" id="undoText"/>
|
||||
<span class="queryTooltips" title="Clear" id="clearInput"><i class="fa fa-trash-o"></i></span>
|
||||
<span class="queryTooltips" title="Save current query" id="addAQL"><i class="fa fa-save"></i></span>
|
||||
<span class="queryTooltips" title="Comment" id="commentText"><i class="fa fa-comment"></i></span>
|
||||
<span class="queryTooltips" title="Redo" id="redoText"><i class="fa fa-undo fa-flip-horizontal"></i></span>
|
||||
<span class="queryTooltips" title="Undo" id="undoText"><i class="fa fa-undo"></i></span>
|
||||
</div>
|
||||
|
||||
<div id="aqlEditor" class='aql-editor'></div>
|
||||
|
@ -2650,7 +2652,7 @@ if (list.length > 0) {
|
|||
<div class="tab-pane" id="result">
|
||||
<div id="outputToolbar" class="query-toolbar output-toolbar">
|
||||
<!--
|
||||
<span class="icon_arangodb icon_arangodb_trash queryTooltips tooltip-margin" title="Clear" id="clearOutput"></span>
|
||||
<span class="icon_arangodb icon_arangodb_trash queryTooltips " title="Clear" id="clearOutput"></span>
|
||||
<span class="icon_arangodb icon_arangodb_arrow1 queryTooltips" title="Unfold" id="bigOutput"></span>
|
||||
-->
|
||||
</div>
|
||||
|
@ -2753,7 +2755,7 @@ var cutByResolution = function (str) {
|
|||
<th class="sorting_disabled docsFirstCol" role="columnheader" rowspan="1" colspan="1">Content</th>
|
||||
<th class="sorting_disabled docsSecCol" role="columnheader" rowspan="1" colspan="1">_key</th>
|
||||
<th class="sorting_disabled docsThirdCol" role="columnheader" rowspan="1" colspan="1">
|
||||
<a id="addDocumentButton" class="pull-right addButton"><span class="arangoicon icon_arangodb_roundplus" title="Add a document"></span></a>
|
||||
<a id="addDocumentButton" class="pull-right addButton"><span title="Add a document"><i class="fa fa-plus-circle"></i></span></a>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -2573,6 +2573,8 @@ div.footer-right {
|
|||
color: #fff;
|
||||
margin-left: 10px;
|
||||
padding: 5px 16px; }
|
||||
.button-neutral:focus, .button-primary:focus, .button-notification:focus, .button-success:focus, .button-danger:focus, .button-warning:focus, .button-inactive:focus, .button-close:focus, .ajax-file-upload-red:focus, .ajax-file-upload:focus {
|
||||
outline: none; }
|
||||
|
||||
.button-header {
|
||||
margin-top: 5px; }
|
||||
|
@ -3137,7 +3139,11 @@ div .bigtile {
|
|||
|
||||
@media (max-width: 970px) {
|
||||
#documentsDiv #totalDocuments {
|
||||
display: none; } }
|
||||
display: none; }
|
||||
.navmenu {
|
||||
padding-left: 20px;
|
||||
padding-top: 0;
|
||||
position: absolute; } }
|
||||
|
||||
@media (min-width: 739px) and (max-width: 1041px) {
|
||||
#arangoCollectionUl a {
|
||||
|
@ -5414,6 +5420,8 @@ div.headerBar {
|
|||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
position: relative; }
|
||||
div.headerBar select:focus {
|
||||
outline: none; }
|
||||
div.headerBar .infoField {
|
||||
background-color: #fff;
|
||||
border: 1px solid rgba(140, 138, 137, 0.25);
|
||||
|
@ -5464,7 +5472,7 @@ div.headerBar {
|
|||
|
||||
.headerBar a.arangoHeader {
|
||||
color: #000;
|
||||
font-size: 13pt;
|
||||
font-size: 11.5pt;
|
||||
font-weight: 100;
|
||||
left: 0;
|
||||
position: relative;
|
||||
|
@ -5482,7 +5490,7 @@ div.headerBar {
|
|||
.breadcrumb .disabledBread {
|
||||
color: #666;
|
||||
float: left;
|
||||
font-size: 13pt;
|
||||
font-size: 11.5pt;
|
||||
font-weight: 100;
|
||||
padding-right: 5px;
|
||||
position: relative; }
|
||||
|
@ -5492,7 +5500,7 @@ div.headerBar {
|
|||
.breadcrumb .activeBread {
|
||||
color: #8aa051;
|
||||
float: left;
|
||||
font-size: 13pt;
|
||||
font-size: 11.5pt;
|
||||
font-weight: 100; }
|
||||
.breadcrumb #app-development-path {
|
||||
background-color: #fff;
|
||||
|
@ -5750,6 +5758,9 @@ div.headerBar {
|
|||
.modal-footer {
|
||||
border-top: 0 !important;
|
||||
padding-right: 17px; }
|
||||
.modal-footer .button-close {
|
||||
margin-left: 20px;
|
||||
margin-right: 10px; }
|
||||
|
||||
.modal-header {
|
||||
margin-left: 5px;
|
||||
|
@ -6048,8 +6059,9 @@ div.headerBar {
|
|||
top: 6px; }
|
||||
|
||||
.dataNotReadyYet {
|
||||
color: #faa732;
|
||||
font-family: 'Open Sans', sans-serif;
|
||||
font-size: 20px;
|
||||
font-size: 14px;
|
||||
font-weight: 100;
|
||||
text-align: center; }
|
||||
|
||||
|
@ -6508,9 +6520,12 @@ toolbar {
|
|||
font-weight: 300;
|
||||
height: 30px;
|
||||
line-height: 1;
|
||||
outline: none;
|
||||
padding: 5px;
|
||||
padding-left: 5px !important;
|
||||
padding-top: 3px !important; }
|
||||
.styled-select select:focus {
|
||||
outline: none; }
|
||||
|
||||
.querySizeDiv {
|
||||
height: 30px !important;
|
||||
|
@ -6579,9 +6594,6 @@ toolbar {
|
|||
padding-left: 5px;
|
||||
padding-right: 5px; }
|
||||
|
||||
.tooltip-margin {
|
||||
margin-top: 1px; }
|
||||
|
||||
.query-dropdown-in {
|
||||
background-color: #fff;
|
||||
padding: 10px; }
|
||||
|
@ -6604,11 +6616,13 @@ toolbar {
|
|||
|
||||
#queryContent {
|
||||
margin-top: 18px; }
|
||||
#queryContent .arango-tab a {
|
||||
border-bottom-color: #ddd;
|
||||
font-weight: 100; }
|
||||
#queryContent .arango-tab .active {
|
||||
border-bottom-color: #fff !important; }
|
||||
#queryContent .arango-tab {
|
||||
margin-bottom: 5px; }
|
||||
#queryContent .arango-tab a {
|
||||
border-bottom-color: #ddd;
|
||||
font-weight: 100; }
|
||||
#queryContent .arango-tab .active {
|
||||
border-bottom-color: #fff !important; }
|
||||
|
||||
.query-div {
|
||||
display: none;
|
||||
|
@ -6668,47 +6682,35 @@ toolbar {
|
|||
.editor-toolbar {
|
||||
border-color: #a0a0a0;
|
||||
height: 33px;
|
||||
margin-top: 5px; }
|
||||
padding-right: 5px; }
|
||||
.editor-toolbar span {
|
||||
border-radius: 3px;
|
||||
float: right;
|
||||
height: 18px;
|
||||
margin-left: 3px;
|
||||
padding-bottom: 6px;
|
||||
padding-left: 5px;
|
||||
padding-right: 0;
|
||||
padding-top: 3px;
|
||||
padding: 3px 0 6px 10px;
|
||||
position: relative;
|
||||
top: 0;
|
||||
width: 25px; }
|
||||
width: 22px; }
|
||||
.editor-toolbar span:hover,
|
||||
.editor-toolbar .vars-editor-header i {
|
||||
background-color: #8aa051;
|
||||
color: #fff; }
|
||||
.editor-toolbar i {
|
||||
margin-right: 5px;
|
||||
margin-top: 3px; }
|
||||
.editor-toolbar i:hover {
|
||||
cursor: pointer; }
|
||||
.editor-toolbar a:hover,
|
||||
.editor-toolbar span:hover {
|
||||
cursor: pointer; }
|
||||
.editor-toolbar a:hover i,
|
||||
.editor-toolbar span:hover i {
|
||||
color: #fff; }
|
||||
.editor-toolbar i:hover {
|
||||
color: #fff;
|
||||
cursor: pointer; }
|
||||
.editor-toolbar .fa {
|
||||
color: #666;
|
||||
margin-left: 1px;
|
||||
margin-top: 2px; }
|
||||
.editor-toolbar .fa.fa-upload {
|
||||
margin-top: 1px; }
|
||||
.editor-toolbar .icon_arangodb {
|
||||
color: #666;
|
||||
font-size: 14pt; }
|
||||
.editor-toolbar .icon_arangodb:first-child {
|
||||
margin-right: 10px; }
|
||||
font-size: 15px; }
|
||||
.editor-toolbar .fa-comment,
|
||||
.editor-toolbar .fa-comment-o {
|
||||
font-size: 15px;
|
||||
position: relative;
|
||||
right: -2px;
|
||||
top: -2px; }
|
||||
.editor-toolbar .arango-icon-disk {
|
||||
margin-top: 1px; }
|
||||
top: -1px; }
|
||||
|
||||
.display-none {
|
||||
display: none; }
|
||||
|
@ -7513,12 +7515,13 @@ input.gv-radio-button {
|
|||
color: #fff;
|
||||
height: 188px;
|
||||
left: 50%;
|
||||
margin: -100px 0 0 -150px;
|
||||
margin: -150px 0 0 -125px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
width: 300px; }
|
||||
top: 38%;
|
||||
width: 250px; }
|
||||
.progress-view .progress-content {
|
||||
border: 5px solid #fff; }
|
||||
border: 5px solid #fff;
|
||||
border-radius: 3px; }
|
||||
.progress-view .progress-content .fa-spinner {
|
||||
font-size: 100pt; }
|
||||
.progress-view .progress-message {
|
||||
|
@ -7531,10 +7534,17 @@ input.gv-radio-button {
|
|||
padding-top: 3px;
|
||||
text-align: center; }
|
||||
.progress-view .progress-text {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
float: left;
|
||||
font-weight: 100;
|
||||
height: 25px;
|
||||
left: -5px;
|
||||
margin-left: 5px;
|
||||
margin-top: 10px; }
|
||||
margin-top: 10px;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
width: 100%; }
|
||||
.progress-view .progress-action {
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
|
@ -7554,7 +7564,7 @@ input.gv-radio-button {
|
|||
width: 200px; }
|
||||
.pong-spinner i {
|
||||
animation: ball 2s infinite linear;
|
||||
background: #fff;
|
||||
background: #8cdb8b;
|
||||
border-radius: 10px;
|
||||
height: 10px;
|
||||
position: absolute;
|
||||
|
@ -7563,7 +7573,7 @@ input.gv-radio-button {
|
|||
.pong-spinner:before,
|
||||
.pong-spinner:after {
|
||||
animation: left-player 2s infinite linear;
|
||||
background: #fff;
|
||||
background: #8cdb8b;
|
||||
content: '';
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue