1
0
Fork 0

modal changes

This commit is contained in:
Heiko Kernbach 2013-02-28 16:16:33 +01:00
parent 4e3bc69b31
commit d71daa7ed4
5 changed files with 5 additions and 8 deletions

View File

@ -1,10 +1,9 @@
.collectionTh { .collectionTh {
width: 30% !important; width: 20% !important;
text-align:left; text-align:left;
} }
.modal-body .icon-info-sign { .modal-body .icon-info-sign {
margin-left: 10px;
padding-bottom: 5px; padding-bottom: 5px;
margin-bottom: 10px; margin-bottom: 10px;
opacity: 0.7; opacity: 0.7;
@ -25,11 +24,11 @@
.modal-body input { .modal-body input {
width: 300px; width: 320px;
} }
.modal-body select { .modal-body select {
width: 314px; width: 334px;
} }
.modal-text { .modal-text {

View File

@ -8,7 +8,6 @@
<tr> <tr>
<th class="collectionTh">Name:</th> <th class="collectionTh">Name:</th>
<th class="collectionTh"><input type="text" id="change-collection-name" name="name" value=""/></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>
<tr id="collectionSizeBox" style="display:none"> <tr id="collectionSizeBox" style="display:none">
<th class="collectionTh">Size (MB):</th> <th class="collectionTh">Size (MB):</th>

View File

@ -13,7 +13,7 @@
<table cellpadding="0" cellspacing="0" border="0" class="display" id="documentsTableID"> <table cellpadding="0" cellspacing="0" border="0" class="display" id="documentsTableID">
<thead> <thead>
<tr> <tr>
<th style="width: 100px">_id</th> <th style="width: 100px">_key</th>
<th style="width: 490px">Content</th> <th style="width: 490px">Content</th>
<th style="width:10px"></th> <th style="width:10px"></th>
</tr> </tr>

View File

@ -10,7 +10,6 @@
<tr> <tr>
<th class="collectionTh">Name:</th> <th class="collectionTh">Name:</th>
<th><input type="text" id="new-collection-name" name="name" value=""/></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>
<tr> <tr>
<th class="collectionTh">Type:</th> <th class="collectionTh">Type:</th>

View File

@ -171,7 +171,7 @@ var logsView = Backbone.View.extend({
return dt.getUTCFullYear() + '-' return dt.getUTCFullYear() + '-'
+ pad(dt.getUTCMonth() + 1) + '-' + pad(dt.getUTCMonth() + 1) + '-'
+ pad(dt.getUTCDate()) + ' ' + pad(dt.getUTCDate()) + ' <br>'
+ pad(dt.getUTCHours()) + ':' + pad(dt.getUTCHours()) + ':'
+ pad(dt.getUTCMinutes()) + ':' + pad(dt.getUTCMinutes()) + ':'
+ pad(dt.getUTCSeconds()); + pad(dt.getUTCSeconds());