mirror of https://gitee.com/bigwinds/arangodb
43 lines
681 B
CSS
43 lines
681 B
CSS
#save-new-collection, #save-modified-collection {
|
|
margin-right: 2px !important;
|
|
}
|
|
|
|
#delete-modified-collection {
|
|
margin-left: 1px !important;
|
|
}
|
|
|
|
.svgFigures {
|
|
margin-top: 0px !important;
|
|
width: 250px;
|
|
height: 250px;
|
|
}
|
|
|
|
#tab-content-collection-info {
|
|
min-height: 200px !important;
|
|
}
|
|
|
|
#change-collection .tab-content {
|
|
min-height: 230px ;
|
|
}
|
|
|
|
#change-collection #collectionEditIndexTable {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#change-collection #newIndexView,
|
|
#change-collection #indexEditView {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
#tab-content-collection-edit {
|
|
max-height: 300px !important;
|
|
}
|
|
|
|
#newIndexHeader {
|
|
margin-bottom: 10px;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
color: black;
|
|
}
|
|
|