Commit a34caea1 authored by andre's avatar andre

#1094 отладка

parent ad3c7c74
......@@ -37,6 +37,7 @@ $models = CaseContent::find()
<div class="keys_small_btn_more">
<span><?=Yii::t('case', 'Read more')?></span>
</div>
<span class="keys_small_tags"><?= $model->previewType->tag ? "#{$model->previewType->tag}" : "" ?></span>
</div>
</a>
</div>
......@@ -49,6 +50,7 @@ $models = CaseContent::find()
<div class="keys_small_btn_more">
<span><?=Yii::t('case', 'Read more')?></span>
</div>
<span class="keys_small_tags"><?= $model->previewType->tag ? "#{$model->previewType->tag}" : "" ?></span>
</div>
</a>
<!-- <div class="keys_block_big">-->
......
......@@ -11003,7 +11003,7 @@ h6 {
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.keys_block_small .keys_small_foot a.keys_small_tags {
.keys_block_small .keys_small_foot span.keys_small_tags {
display: inline-block;
float: right;
line-height: 80px;
......@@ -11017,7 +11017,7 @@ h6 {
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.keys_block_small .keys_small_foot a.keys_small_tags:hover {
.keys_block_small .keys_small_foot span.keys_small_tags:hover {
text-decoration: none;
}
.keys_block_small .keys_small_btn_more {
......@@ -11150,8 +11150,8 @@ h6 {
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.keys_block_big .keys_small_foot a.keys_small_tags,
.keys_block_small.big .keys_small_foot a.keys_small_tags{
.keys_block_big .keys_small_foot span.keys_small_tags,
.keys_block_small.big .keys_small_foot span.keys_small_tags{
display: inline-block;
float: right;
line-height: 80px;
......@@ -11165,7 +11165,7 @@ h6 {
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}
.keys_block_big .keys_small_foot a.keys_small_tags:hover {
.keys_block_big .keys_small_foot span.keys_small_tags:hover {
text-decoration: none;
}
.keys_block_big .keys_small_btn_more {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment