mirror of https://gitee.com/bigwinds/arangodb
modal changes
This commit is contained in:
parent
4e3bc69b31
commit
d71daa7ed4
|
@ -1,10 +1,9 @@
|
|||
.collectionTh {
|
||||
width: 30% !important;
|
||||
width: 20% !important;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.modal-body .icon-info-sign {
|
||||
margin-left: 10px;
|
||||
padding-bottom: 5px;
|
||||
margin-bottom: 10px;
|
||||
opacity: 0.7;
|
||||
|
@ -25,11 +24,11 @@
|
|||
|
||||
.modal-body input {
|
||||
|
||||
width: 300px;
|
||||
width: 320px;
|
||||
}
|
||||
|
||||
.modal-body select {
|
||||
width: 314px;
|
||||
width: 334px;
|
||||
}
|
||||
|
||||
.modal-text {
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
<tr>
|
||||
<th class="collectionTh">Name:</th>
|
||||
<th class="collectionTh"><input type="text" id="change-collection-name" name="name" value=""/></th>
|
||||
<th><a class="modalTooltips" title="The name of the collection."><i class="icon-info-sign"></i></a></th>
|
||||
</tr>
|
||||
<tr id="collectionSizeBox" style="display:none">
|
||||
<th class="collectionTh">Size (MB):</th>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="documentsTableID">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 100px">_id</th>
|
||||
<th style="width: 100px">_key</th>
|
||||
<th style="width: 490px">Content</th>
|
||||
<th style="width:10px"></th>
|
||||
</tr>
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
<tr>
|
||||
<th class="collectionTh">Name:</th>
|
||||
<th><input type="text" id="new-collection-name" name="name" value=""/></th>
|
||||
<th><a class="modalTooltips" title="The name of the collection."><i class="icon-info-sign"></i></a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="collectionTh">Type:</th>
|
||||
|
|
|
@ -171,7 +171,7 @@ var logsView = Backbone.View.extend({
|
|||
|
||||
return dt.getUTCFullYear() + '-'
|
||||
+ pad(dt.getUTCMonth() + 1) + '-'
|
||||
+ pad(dt.getUTCDate()) + ' '
|
||||
+ pad(dt.getUTCDate()) + ' <br>'
|
||||
+ pad(dt.getUTCHours()) + ':'
|
||||
+ pad(dt.getUTCMinutes()) + ':'
|
||||
+ pad(dt.getUTCSeconds());
|
||||
|
|
Loading…
Reference in New Issue