This commit is contained in:
parent
0c766eb0c3
commit
3f627e5a9d
3 changed files with 31 additions and 7 deletions
|
@ -38,7 +38,7 @@
|
||||||
<div class="watch-vid-rating-sec">
|
<div class="watch-vid-rating-sec">
|
||||||
<div class="watch-vid-rating-view">
|
<div class="watch-vid-rating-view">
|
||||||
{$vdo.views|number_format}
|
{$vdo.views|number_format}
|
||||||
<span class="small" style="font-size:18px;">{lang('views')}</span>
|
<span class="small font18">{lang('views')}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="watch-vid-thumbsupdown-sec" id="rating_container">
|
<div class="watch-vid-thumbsupdown-sec" id="rating_container">
|
||||||
{show_video_rating rating=$photo.rating ratings=$photo.rated_by total='10' id=$photo.photo_id type=photo}
|
{show_video_rating rating=$photo.rating ratings=$photo.rated_by total='10' id=$photo.photo_id type=photo}
|
||||||
|
@ -50,11 +50,11 @@
|
||||||
|
|
||||||
|
|
||||||
<div class='PhotoRating'>
|
<div class='PhotoRating'>
|
||||||
<div class="action_box alert alert-info" id="video_detail_result_cont" style="display:none"></div>
|
<div class="action_box alert alert-info hidden-lg hidden-md hidden-sm hidden-xs" id="video_detail_result_cont"></div>
|
||||||
|
|
||||||
<div class="row fonts">
|
<div class="row fonts">
|
||||||
<div class="cb-item-desc-container">
|
<div class="cb-item-desc-container">
|
||||||
<ul class="nav nav-tabs" style="font-size:14px;">
|
<ul class="nav nav-tabs font14">
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a href="#pinfo" data-toggle="tab">{lang('Info')}</a>
|
<a href="#pinfo" data-toggle="tab">{lang('Info')}</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -120,9 +120,9 @@
|
||||||
<div id="pcode" class="tab-pane">
|
<div id="pcode" class="tab-pane">
|
||||||
{$codes=$cbphoto->photo_embed_codes(['type'=>'all','with_url'=>true, 'details'=>$photo])}
|
{$codes=$cbphoto->photo_embed_codes(['type'=>'all','with_url'=>true, 'details'=>$photo])}
|
||||||
{foreach from=$codes item=item}
|
{foreach from=$codes item=item}
|
||||||
<div style="width:48%; display:inline-block; margin-top:5px;">
|
<div class="photo-share-tab">
|
||||||
<label style="text-transform:uppercase; font:bold 11px Tahoma;" for="{$item.type}">{$item.name}</label>
|
<label for="{$item.type}">{$item.name}</label>
|
||||||
<input style="padding:4px; font:normal 11px Tahoma; border:1px solid #ccc; width:95%" onFocus="this.select();" value="{$item.code}" id="{$item.type}" />
|
<input onFocus="this.select();" value="{$item.code}" id="{$item.type}" />
|
||||||
</div>
|
</div>
|
||||||
{/foreach}
|
{/foreach}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1301,7 +1301,13 @@ ul#photos li.photo-land-no{
|
||||||
top:25%;
|
top:25%;
|
||||||
left:-10px;
|
left:-10px;
|
||||||
}
|
}
|
||||||
|
.font14{
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.font18{
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
.no-display{ display: none;}
|
||||||
.fsize {
|
.fsize {
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding-left: 131px;
|
padding-left: 131px;
|
||||||
|
|
|
@ -89,6 +89,24 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.photo-share-tab{
|
||||||
|
width:48%;
|
||||||
|
display:inline-block;
|
||||||
|
margin-top:5px;
|
||||||
|
}
|
||||||
|
.photo-share-tab label{
|
||||||
|
text-transform:uppercase;
|
||||||
|
font:bold 11px Tahoma;
|
||||||
|
}
|
||||||
|
|
||||||
|
.photo-share-tab input{
|
||||||
|
padding:4px;
|
||||||
|
font:normal 11px Tahoma;
|
||||||
|
border:1px solid #ccc;
|
||||||
|
width:95%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 479px) {
|
@media (max-width: 479px) {
|
||||||
.watch-vid-thumb{
|
.watch-vid-thumb{
|
||||||
float: none;
|
float: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue