mirror of https://gitee.com/bigwinds/arangodb
Moved definition of content to the central general.css. Removed class form-actions from query view, all of it has been overwritten anyways
This commit is contained in:
parent
9aa9c13285
commit
4905007eef
|
@ -1,15 +1,15 @@
|
|||
/* Sets the default values shared for content views*/
|
||||
|
||||
#aboutDiv, #queryDiv, #queryDropdown,
|
||||
#documentsFooterBox, #documentsDiv,
|
||||
#databaseDiv,
|
||||
.arangoDropdown,
|
||||
.thumbnails2, .thumbnails,
|
||||
.api-actions
|
||||
#content
|
||||
{
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
margin-top: 74px;
|
||||
margin-bottom: 33px;
|
||||
min-height: 80px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin-left: 20px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* layout.css
|
||||
#aboutDiv {
|
||||
padding-bottom: 5px;
|
||||
|
|
|
@ -136,16 +136,6 @@ textarea, .alert {
|
|||
color:#b9d375;
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-top: 74px;
|
||||
margin-bottom: 33px;
|
||||
min-height: 80px;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin-left: 20px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: white !important;
|
||||
/*background: url("../img/bg_paper.gif") repeat scroll 0 0 #E5E1DD !important;*/
|
||||
|
@ -156,7 +146,8 @@ body {
|
|||
}
|
||||
|
||||
.form-actions {
|
||||
background-color: #FFFFFF;
|
||||
margin-top: -10px !important;
|
||||
background-color: rgba(0,0,0,0.05);
|
||||
border:none;
|
||||
}
|
||||
|
||||
|
@ -251,12 +242,6 @@ table .sorting {
|
|||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.marginRight10 {
|
||||
}
|
||||
|
||||
.form-actions {
|
||||
margin-top: -10px !important;
|
||||
}
|
||||
|
||||
input,select,option {
|
||||
border-radius: 0 !important;
|
||||
|
|
|
@ -60,7 +60,8 @@
|
|||
padding-top: 6px !important;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
padding-bottom: 5px !important;
|
||||
padding-bottom: 20px !important;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
#outputToolbar span, #editorToolbar span {
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
.shellul {
|
||||
border-bottom: 20px solid rgba(0, 0, 0, 0.00);
|
||||
padding-bottom: 20px;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
#shell_workspace {
|
||||
|
|
|
@ -2,7 +2,6 @@ pre{
|
|||
margin: 0 0 0 0;
|
||||
}
|
||||
.form-actions {
|
||||
background-color: rgba(0,0,0,0.05);
|
||||
}
|
||||
.swagger-ui-wrap .container {
|
||||
width: auto;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="queryDiv" class="form-actions" style="display:none">
|
||||
<div id="queryDiv" style="display:none">
|
||||
<div id="editorLabel"><h6>Query</h6></div>
|
||||
<div id="editorToolbar" class="queryToolbar">
|
||||
<span class="arangoicon arango-icon-remove queryTooltips" title="Clear" id="clearInput"/>
|
||||
|
|
Loading…
Reference in New Issue