mirror of https://gitee.com/bigwinds/arangodb
Merged badge style definitions
This commit is contained in:
parent
e2200fb5a3
commit
f23f2ba7ff
|
@ -18,15 +18,6 @@
|
|||
cursor: default !important;
|
||||
}
|
||||
|
||||
.docLink {
|
||||
}
|
||||
|
||||
.docPreview {
|
||||
text-align: right;
|
||||
float: right;
|
||||
margin-right: -17px !important;
|
||||
}
|
||||
|
||||
#collectionPrev, #collectionNext{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -89,13 +80,25 @@
|
|||
color: #B30000;
|
||||
}
|
||||
|
||||
.editSecondAttribute, .editFirstAttribute, .docPreview {
|
||||
text-align: right;
|
||||
float: right;
|
||||
}
|
||||
.editSecondAttribute, .editFirstAttribute {
|
||||
color: #444444;
|
||||
font-size: 16px;
|
||||
float:right;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.editFirstAttribute, .docPreview{
|
||||
margin-right: -17px !important;
|
||||
}
|
||||
|
||||
.editSecondAttribute {
|
||||
margin-right: -30px !important;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.addAttribute, .deleteAttribute {
|
||||
font-size: 20px;
|
||||
float:right;
|
||||
|
@ -129,18 +132,7 @@ table.dataTable thead th {
|
|||
cursor: default !important;
|
||||
}
|
||||
|
||||
.editFirstAttribute {
|
||||
float:right;
|
||||
text-align:right;
|
||||
margin-right: -17px !important;
|
||||
}
|
||||
|
||||
.editSecondAttribute {
|
||||
float:right;
|
||||
text-align:right;
|
||||
margin-right: -30px !important;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
#documentTableID .icon-edit {
|
||||
margin-top: 0;
|
||||
|
|
|
@ -82,14 +82,17 @@ table.dataTable thead th {
|
|||
margin-bottom: -10px;
|
||||
}
|
||||
|
||||
#filterHeader, #importHeader, .arangoDropdownIn {
|
||||
#filterHeader, #importHeader, .arangoDropdownIn, #indexHeaderContent {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#filterHeader, #importHeader, .arangoDropdownIn {
|
||||
padding-top: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
position:relative;
|
||||
}
|
||||
|
||||
|
@ -375,9 +378,6 @@ table.dataTable thead th {
|
|||
border-right-color: #8AA051;
|
||||
bottom: -10px;
|
||||
left: 1px;
|
||||
}
|
||||
|
||||
.badge .arrow:after {
|
||||
border-width: 10px;
|
||||
content: "";
|
||||
}
|
||||
|
@ -531,15 +531,6 @@ table.dataTable thead th {
|
|||
margin-left: 0px;
|
||||
}
|
||||
|
||||
#resetView, #filterSend, #confirmDocImport {
|
||||
}
|
||||
|
||||
#indexHeaderContent {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#indexHeaderContent > div {
|
||||
padding: 10px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue