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