* Fix bug#3678.

This commit is contained in:
qiyu-xie
2020-12-03 11:00:29 +08:00
parent 22370a74ec
commit fec2bc506e
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -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 -1
View File
@@ -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;}
+1 -1
View File
@@ -79,7 +79,7 @@
<?php $vars = "releaseID={$release->id}&type=story&link=$link&param=$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>