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