1
0
Fork 0

modal css

This commit is contained in:
Heiko Kernbach 2013-02-26 18:06:36 +01:00
parent 5a07053006
commit b87cfac253
2 changed files with 12 additions and 11 deletions

View File

@ -17,3 +17,12 @@
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
} }
.modal-body input {
width: 300px;
}
.modal-body select {
width: 314px;
}

View File

@ -14,7 +14,7 @@
</tr> </tr>
<tr> <tr>
<th class="collectionTh">Type:</th> <th class="collectionTh">Type:</th>
<th> <th class="secondTh">
<select id="new-collection-type"> <select id="new-collection-type">
<option value="2">Document</option> <option value="2">Document</option>
<option value="3">Edge</option> <option value="3">Edge</option>
@ -22,14 +22,6 @@
</th> </th>
<th><a class="modalTooltips" title="The type of the collection to create."><i class="icon-info-sign"></i></a></th> <th><a class="modalTooltips" title="The type of the collection to create."><i class="icon-info-sign"></i></a></th>
</tr> </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> </table>
<div class="accordion" id="accordion2"> <div class="accordion" id="accordion2">
@ -69,7 +61,7 @@
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button id="save-new-collection" class="arangoBtnSuccess">Create Collection</button> <button class="arangoBtn" data-dismiss="modal" aria-hidden="true">Abort</button>
<button class="arangoBtnError" style="margin-left: 320px" data-dismiss="modal" aria-hidden="true">Abort</button> <button id="save-new-collection" style="margin-left: 320px" class="arangoBtnSuccess">Create Collection</button>
</div> </div>
</div> </div>