* Fix bug #25336.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#pageActions ul.dropdown-menu {left: 67px;}
|
||||
#mainRow .main-col .row .col-sm-7 {width: 55% !important;}
|
||||
#mainRow .main-col .row .col-sm-5 {width: 45% !important;}
|
||||
#mainRow .c-num {text-overflow: ellipsis; white-space: nowrap;}
|
||||
|
||||
@@ -33,8 +33,8 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="c-name"><?php echo $lang->doc->title;?></th>
|
||||
<th class="c-num text-right"><?php echo $lang->doc->size;?></th>
|
||||
<th class="c-user"><?php echo $lang->doc->addedBy;?></th>
|
||||
<th class="c-num text-right" title="<?php echo $lang->doc->size?>"><?php echo $lang->doc->size;?></th>
|
||||
<th class="c-user" title="<?php echo $lang->doc->addedBy;?>"><?php echo $lang->doc->addedBy;?></th>
|
||||
<th class="c-datetime"><?php echo $lang->doc->editedDate;?></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user