mirror of https://gitee.com/bigwinds/arangodb
ui changes
This commit is contained in:
parent
8d63337c10
commit
1dfcb751dc
|
@ -3,7 +3,7 @@
|
|||
|
||||
</div>
|
||||
|
||||
<div class="innerContent">
|
||||
<div class="innerContent document-info-div">
|
||||
|
||||
<div class="document-info">
|
||||
|
||||
|
|
|
@ -1,9 +1,13 @@
|
|||
.document-info-div {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.document-info {
|
||||
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 8px;
|
||||
margin-top: -10px;
|
||||
margin-top: -13px;
|
||||
min-height: 65px;
|
||||
padding: 5px;
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#documentsDiv {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.new-index-view {
|
||||
input[type='checkbox'] {
|
||||
float: left;
|
||||
|
|
|
@ -51,8 +51,13 @@
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.document-editor-extra {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.document-editor {
|
||||
height: 500px;
|
||||
margin-top: -10px;
|
||||
margin-bottom: 5px;
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue