1
0
Fork 0

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:
Michael Hackstein 2013-12-01 21:22:19 +01:00
parent 9aa9c13285
commit 4905007eef
6 changed files with 13 additions and 29 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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 {

View File

@ -3,7 +3,6 @@
.shellul {
border-bottom: 20px solid rgba(0, 0, 0, 0.00);
padding-bottom: 20px;
background-color: black;
}
#shell_workspace {

View File

@ -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;

View File

@ -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"/>