* Fix bug#3678.
This commit is contained in:
@@ -20,3 +20,4 @@ td.delayed{color:#fff; background: #e84e0f!important;}
|
||||
.dropdown-list > li > a:focus {color: #1a4f85;text-decoration: none;background-color: #ddd;}
|
||||
|
||||
th.c-confirmed {text-align: center;}
|
||||
.c-id {text-overflow:ellipsis; white-space:nowrap;}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
.checkbox.btn{margin-top:0px}
|
||||
#releaseInfo > div {padding-top: 15px;}
|
||||
|
||||
@@ -9,3 +8,4 @@
|
||||
#tabsNav .nav-tabs > li.pull-right {margin-right: 120px; margin-top: -5px}
|
||||
#tabsNav .nav-tabs > li.active + li.pull-right {margin-right: 0;}
|
||||
ol, ul { padding-left: 20px; }
|
||||
.c-id {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<?php $vars = "releaseID={$release->id}&type=story&link=$link¶m=$param&orderBy=%s";?>
|
||||
<thead>
|
||||
<tr class='text-center'>
|
||||
<th class='c-id text-left'>
|
||||
<th class='c-id text-left w-110px'>
|
||||
<?php if(($canBatchUnlink or $canBatchClose) and $canBeChanged):?>
|
||||
<div class="checkbox-primary check-all" title="<?php echo $lang->selectAll?>">
|
||||
<label></label>
|
||||
|
||||
Reference in New Issue
Block a user