mirror of https://gitee.com/bigwinds/arangodb
Moved definition of background colouring to a central css sheet
This commit is contained in:
parent
f23f2ba7ff
commit
b483f82267
|
@ -5,7 +5,6 @@
|
|||
.api-actions {
|
||||
margin: 0 !important;
|
||||
padding: 0;
|
||||
background-color: rgba(0,0,0,0.15) !important;
|
||||
}
|
||||
|
||||
.api-actions .container {
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
.thumbnails2 {
|
||||
padding-top: 1px !important;
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
margin-left:0;
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
@ -35,12 +34,10 @@
|
|||
padding-right: 0px;
|
||||
padding-bottom: 5px;
|
||||
padding-top: 13px;
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
.thumbnails li {
|
||||
background-color: #f4f3f3;
|
||||
/*border: 2px solid rgba(0, 0, 0, 0.1);*/
|
||||
}
|
||||
|
||||
.thumbnails a.add {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#databaseDiv {
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,13 @@
|
|||
table.dataTable-fixed {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
table.dataTable-fixed thead {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.dataTable-fixed thead tr{
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-color: #C2C2C2;
|
||||
}
|
|
@ -42,7 +42,6 @@ table.dataTable thead th {
|
|||
}
|
||||
|
||||
#documentsFooterBox {
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
height: 56px;
|
||||
}
|
||||
|
||||
|
@ -78,7 +77,6 @@ table.dataTable thead th {
|
|||
}
|
||||
|
||||
.arangoDropdown {
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
|
@ -140,7 +138,6 @@ table.dataTable thead th {
|
|||
|
||||
#documentsDiv {
|
||||
margin-top: 10px !important;
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
#documentsTableID thead {
|
||||
|
|
|
@ -0,0 +1,75 @@
|
|||
/* Sets the default values shared for content views*/
|
||||
|
||||
#aboutDiv, #queryDiv, #queryDropdown,
|
||||
#documentsFooterBox, #documentsDiv,
|
||||
#databaseDiv,
|
||||
.arangoDropdown,
|
||||
.thumbnails2, .thumbnails,
|
||||
.api-actions
|
||||
{
|
||||
background-color: rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
/* 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;
|
||||
}
|
||||
|
||||
.arangoDropdown {
|
||||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
#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;
|
||||
}
|
||||
|
||||
*/
|
|
@ -204,7 +204,6 @@ table .sorting {
|
|||
|
||||
/* ABOUT VIEW */
|
||||
#aboutDiv {
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -104,9 +104,9 @@ background-color: none !important;
|
|||
}
|
||||
|
||||
#logContent .dataTable {
|
||||
› table-layout:fixed !important;
|
||||
› border-collapse:separate;
|
||||
› border-spacing:0 5px;
|
||||
table-layout:fixed !important;
|
||||
border-collapse:separate;
|
||||
border-spacing:0 5px;
|
||||
}
|
||||
|
||||
#logPaginationDiv a {
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
}
|
||||
|
||||
#queryDiv {
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
margin-top: 0px !important;
|
||||
padding-top: 6px !important;
|
||||
padding-left: 5px;
|
||||
|
@ -251,7 +250,6 @@
|
|||
margin-right: 0;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
background-color: rgba(0,0,0,0.15);
|
||||
}
|
||||
|
||||
#queryDropdownIn {
|
||||
|
|
|
@ -124,7 +124,9 @@
|
|||
"frontend/css/modal.css",
|
||||
"frontend/css/ansi.css",
|
||||
"frontend/css/graphlayout.css",
|
||||
"frontend/css/datatables.css",
|
||||
"frontend/css/api.css",
|
||||
"frontend/css/general.css",
|
||||
"frontend/css/screenSizes.css",
|
||||
"frontend/ttf/arangofont/style.css"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue