* Fix bug #32677.
This commit is contained in:
@@ -14,9 +14,9 @@
|
||||
.screen .top .image i:before {content: '\f1c5';}
|
||||
|
||||
.screen .bottom {padding: 12px 16px; height: 70px;}
|
||||
.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;}
|
||||
.screen .bottom .screen-title{font-size: 14px; color: #0B0F18;overflow:hidden; white-space: nowrap;}
|
||||
.screen .bottom .screen-title a{color: white;}
|
||||
.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
|
||||
.screen .bottom div.screen-desc{margin: 0;font-size:12px; color: #838A9D; overflow: hidden;height:34px;}
|
||||
|
||||
.row a.btn-collect-screen {color: white; position: absolute; right: 10px; top: 117px; z-index: 1;}
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<?php if($i == 7) $i = 1;?>
|
||||
<?php endif?>
|
||||
<div class='bottom' data-builtin='<?php echo $screen->builtin;?>' data-status='<?php echo $screen->status;?>'>
|
||||
<div class='screen-title text-ellipsis' title='<?php echo $screen->name?>'><?php echo $screen->name;?></div>
|
||||
<div class='screen-title' title='<?php echo $screen->name?>'><?php echo $screen->name;?></div>
|
||||
<div class='screen-desc' title="<?php echo $screen->desc;?>">
|
||||
<?php echo empty($screen->desc) ? $lang->screen->noDesc : $screen->desc;?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user