mirror of https://gitee.com/bigwinds/arangodb
78 lines
1.1 KiB
CSS
78 lines
1.1 KiB
CSS
/* Sets the default values shared for content views*/
|
|
#content {
|
|
background-color: rgba(0, 0, 0, 0.0675);
|
|
margin-top: 25px;
|
|
margin-bottom: 33px;
|
|
min-height: 80px;
|
|
height: 100%;
|
|
width: 100%;
|
|
margin-left: 20px;
|
|
margin-left: 0;
|
|
}
|
|
|
|
div.content {
|
|
padding-top: 13px;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
/* layout.css
|
|
#aboutDiv {
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
queryView.css
|
|
#queryDiv {
|
|
margin-top: 0px !important;
|
|
padding-top: 6px !important;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
padding-bottom: 5px !important;
|
|
}
|
|
|
|
#queryDropdown {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
documentsView.css
|
|
#documentsFooterBox {
|
|
height: 56px;
|
|
}
|
|
|
|
#documentsDiv {
|
|
margin-top: 10px !important;
|
|
}
|
|
|
|
#databaseDiv {
|
|
padding: 5px;
|
|
}
|
|
|
|
collectionsView.css
|
|
|
|
.thumbnails {
|
|
margin-left:0px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
padding-bottom: 5px;
|
|
padding-top: 13px;
|
|
}
|
|
|
|
|
|
.thumbnails2 {
|
|
padding-top: 1px !important;
|
|
margin-left:0;
|
|
margin-bottom:0;
|
|
}
|
|
|
|
api.css
|
|
|
|
.api-actions {
|
|
margin: 0 !important;
|
|
padding: 0;
|
|
}
|
|
|
|
*/
|