mirror of https://gitee.com/bigwinds/arangodb
144 lines
2.5 KiB
CSS
144 lines
2.5 KiB
CSS
#collectionPrev, #collectionNext{
|
||
cursor: pointer;
|
||
}
|
||
|
||
.disabledPag, .disabledPag a{
|
||
opacity: 0.5 !important;
|
||
cursor: default !important;
|
||
}
|
||
|
||
#tableDiv, #logContent, #documentsDiv, #sourceDiv, #graphManagementDiv {
|
||
padding-top: 13px;
|
||
}
|
||
|
||
#logContent .tab-content {
|
||
margin-top: 1px !important;
|
||
}
|
||
|
||
.arangoTab a {
|
||
color: black !important;
|
||
cursor: pointer;
|
||
padding-left: 15px !important;
|
||
padding-right: 15px !important;
|
||
padding-top: 2px !important;
|
||
padding-bottom: 2px !important;
|
||
}
|
||
|
||
.arangoTab > li {
|
||
background-color: transparent !important;
|
||
border: 0 !important;
|
||
position: relative;
|
||
z-index: 900;
|
||
margin-left: 2px;
|
||
cursor: pointer;
|
||
}
|
||
|
||
table.dataTable thead th {
|
||
font-weight: 400 !important;
|
||
}
|
||
|
||
#documentTableID thead {
|
||
text-align: left;
|
||
padding-top: 6px;
|
||
padding-bottom: 6px;
|
||
}
|
||
|
||
.arangoTab > li > a,
|
||
.arangoTab > li:hover > a {
|
||
border-radius: 0 !important;
|
||
background-color: #F1F0EE;
|
||
border-bottom: 1px solid #888;
|
||
font-size: 13px !important;
|
||
padding-top: 4px;
|
||
padding-bottom: 4px;
|
||
padding-left: 4px;
|
||
padding-right: 4px;
|
||
}
|
||
|
||
.arangoTab > li.active {
|
||
width: auto;
|
||
}
|
||
|
||
.arangoTab > li > a {
|
||
min-width: 50px;
|
||
text-align: center;
|
||
background-color: none;
|
||
}
|
||
|
||
.arangoTab > li.active > a,
|
||
.arangoTab > li:hover.active > a {
|
||
background: #FFF;
|
||
border-left: 1px solid #888;
|
||
margin-top: -1px;
|
||
padding-bottom: -2px;
|
||
border-right: 1px solid #888;
|
||
border-top: 1px solid #888;
|
||
border-bottom: 1px solid #FFFFFF;
|
||
height: 21px;
|
||
}
|
||
|
||
.arangoTab {
|
||
padding-bottom: 0 !important;
|
||
margin-bottom: -1px !important;
|
||
margin-right: 15px;
|
||
}
|
||
|
||
.arangoTab .nav-tabs li {
|
||
margin-left: 2px;
|
||
}
|
||
|
||
#logContent .tab-content {
|
||
margin-top: 5px;
|
||
}
|
||
|
||
table.dataTable thead th {
|
||
padding: 10px 14px;
|
||
/*padding: 7px 18px 5px 15px;*/
|
||
}
|
||
|
||
#documentTableID.dataTable thead tr th {
|
||
border-bottom: 1px solid #C2C2C2;
|
||
}
|
||
|
||
#documentEditor {
|
||
width:100%;
|
||
height: 500px;
|
||
}
|
||
|
||
.jsoneditor {
|
||
background-color: white !important;
|
||
border: 1px solid rgba(0,0,0,0.2) !important;
|
||
}
|
||
|
||
.jsoneditor .menu {
|
||
background-color: #686766 !important;
|
||
border-bottom: 1px solid rgba(0,0,0,0.2) !important;
|
||
}
|
||
|
||
.jsoneditor .search .frame {
|
||
border: 0 !important;
|
||
margin: 3px !important;
|
||
}
|
||
|
||
.jsoneditor .search .results {
|
||
color: white !important;
|
||
margin-top: 3px !important;
|
||
}
|
||
|
||
.jsoneditor .menu button {
|
||
background-color: white !important;
|
||
border: 1px solid black !important;
|
||
}
|
||
|
||
#saveDocumentButton {
|
||
margin-top: 5px;
|
||
}
|
||
|
||
#showSaveState {
|
||
display:none;
|
||
color: green;
|
||
float:right;
|
||
margin-top: 10px;
|
||
font-weight: 300;
|
||
}
|