mirror of https://gitee.com/bigwinds/arangodb
modal css
This commit is contained in:
parent
5a07053006
commit
b87cfac253
|
@ -17,3 +17,12 @@
|
|||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.modal-body input {
|
||||
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.modal-body select {
|
||||
width: 314px;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<th class="collectionTh">Type:</th>
|
||||
<th>
|
||||
<th class="secondTh">
|
||||
<select id="new-collection-type">
|
||||
<option value="2">Document</option>
|
||||
<option value="3">Edge</option>
|
||||
|
@ -22,14 +22,6 @@
|
|||
</th>
|
||||
<th><a class="modalTooltips" title="The type of the collection to create."><i class="icon-info-sign"></i></a></th>
|
||||
</tr>
|
||||
<tr id="edgeFrom">
|
||||
<th class="collectionTh">From:</th>
|
||||
<th><input type="text" id="new-collection-from" name="from" value=""/></th>
|
||||
</tr>
|
||||
<tr id="edgeTo">
|
||||
<th class="collectionTh">To:</th>
|
||||
<th><input type="text" id="new-collection-to" name="to" value=""/></th>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="accordion" id="accordion2">
|
||||
|
@ -69,7 +61,7 @@
|
|||
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button id="save-new-collection" class="arangoBtnSuccess">Create Collection</button>
|
||||
<button class="arangoBtnError" style="margin-left: 320px" data-dismiss="modal" aria-hidden="true">Abort</button>
|
||||
<button class="arangoBtn" data-dismiss="modal" aria-hidden="true">Abort</button>
|
||||
<button id="save-new-collection" style="margin-left: 320px" class="arangoBtnSuccess">Create Collection</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue