diff --git a/upload/styles/cbv2.7/layout/blocks/photo.html b/upload/styles/cbv2.7/layout/blocks/photo.html index ef27b9df..7a0b4c58 100644 --- a/upload/styles/cbv2.7/layout/blocks/photo.html +++ b/upload/styles/cbv2.7/layout/blocks/photo.html @@ -5,7 +5,9 @@ - {get_photo details=$photo size='l' class='photo-land' output='html'} + {*get_photo details=$photo size='l' class='photo-land' output='html'*} + + {$photo.photo_title} diff --git a/upload/styles/cbv2.7/layout/edit_account.html b/upload/styles/cbv2.7/layout/edit_account.html index 90c1f374..4535361f 100644 --- a/upload/styles/cbv2.7/layout/edit_account.html +++ b/upload/styles/cbv2.7/layout/edit_account.html @@ -84,14 +84,20 @@
- + {ANCHOR place=$signup_fields.cat.anchor_before} + {$signup_fields.cat.class='form-control'} {$formObj->createField($signup_fields.cat)} {ANCHOR place=$signup_fields.cat.anchor_after} -
+ + +
- {ANCHOR place=$signup_fields.dob.anchor_before}{$formObj->createField($signup_fields.dob)}{ANCHOR place=$signup_fields.dob.anchor_after} + {ANCHOR place=$signup_fields.dob.anchor_before} + {$signup_fields.dob.class='form-control'} + {$formObj->createField($signup_fields.dob)} + {ANCHOR place=$signup_fields.dob.anchor_after}
{if $cust_signup_fields} {foreach from=$cust_signup_fields item=field} @@ -107,6 +113,12 @@ {/foreach} {/if} + +
+ +
@@ -160,13 +172,14 @@ {lang code='user_user_avatar'}
- +
+

{lang code='or'}

@@ -204,16 +217,15 @@
{if $userquery->getUserBg($user)} - + {else} No Bg - - + {/if}
-

+

{lang code='or'}

diff --git a/upload/styles/cbv2.7/layout/global_header.html b/upload/styles/cbv2.7/layout/global_header.html index a17c8935..f517f5a4 100644 --- a/upload/styles/cbv2.7/layout/global_header.html +++ b/upload/styles/cbv2.7/layout/global_header.html @@ -67,8 +67,9 @@ {/if} - - + + diff --git a/upload/styles/cbv2.7/layout/groups.html b/upload/styles/cbv2.7/layout/groups.html index 501ab86d..bae48ca2 100644 --- a/upload/styles/cbv2.7/layout/groups.html +++ b/upload/styles/cbv2.7/layout/groups.html @@ -91,9 +91,13 @@
+ {if $groups} {foreach $groups as $key => $group} {include file="$style_dir/blocks/group/group.html"} {/foreach} + {else} +
No Groups
+ {/if}
diff --git a/upload/styles/cbv2.7/layout/index.html b/upload/styles/cbv2.7/layout/index.html index 36727d7a..c44d4535 100644 --- a/upload/styles/cbv2.7/layout/index.html +++ b/upload/styles/cbv2.7/layout/index.html @@ -197,11 +197,12 @@
- {if $row.photosSection=='yes'} + {if $row.photosSection=='yes' }

{lang code="Featured Photos"}

+ {if $result_photos1_01}
@@ -224,6 +225,9 @@
+ {/if} + + {if $result_photos2_08}
@@ -247,9 +251,12 @@
+ {/if}
- {else} - {/if} + {else} +
No featured Photo
+ {/if} +
@@ -275,7 +282,8 @@ -
+ +

{lang code="Featured Users"}

{section name=result_users loop=$result_users} @@ -331,7 +339,7 @@

{lang code="Top Collections"}

- + {if $collections} {foreach from=$collections item=collection}
@@ -344,6 +352,9 @@
{/foreach} + {else} +
No Collection
+ {/if}
diff --git a/upload/styles/cbv2.7/layout/photos.html b/upload/styles/cbv2.7/layout/photos.html index aa5571fc..e929cfeb 100644 --- a/upload/styles/cbv2.7/layout/photos.html +++ b/upload/styles/cbv2.7/layout/photos.html @@ -97,7 +97,7 @@
- {if $smarty.get.sorting} + {if $smarty.get.sorting} {foreach from=$sorting_links item=name key=sort} {if $smarty.get.time==$sort && isset($smarty.get.time)}
{/foreach}
+
{include file="$style_dir/blocks/pagination.html"} diff --git a/upload/styles/cbv2.7/layout/view_channel.html b/upload/styles/cbv2.7/layout/view_channel.html index 4bec1692..bcd3a420 100644 --- a/upload/styles/cbv2.7/layout/view_channel.html +++ b/upload/styles/cbv2.7/layout/view_channel.html @@ -93,7 +93,7 @@
- {FlashPlayer vdetails=$firstVideo width='100%' height='355px'} + {FlashPlayer vdetails=$firstVideo width='100%' height='355'}

@@ -172,8 +172,6 @@ $('#cover_info').show(); - - (function(window){ $(document).ready(function(){ var extensions = "{$extensions}"; diff --git a/upload/styles/cbv2.7/layout/view_item.html b/upload/styles/cbv2.7/layout/view_item.html index de11f36a..fa69859a 100644 --- a/upload/styles/cbv2.7/layout/view_item.html +++ b/upload/styles/cbv2.7/layout/view_item.html @@ -15,21 +15,21 @@
-->
- {if $type !='videos'} + +
- {/if} + {/if}-->
{if $type == 'photos'} {include file="$style_dir/view_photo.html" photo=$object user=$user} diff --git a/upload/styles/cbv2.7/layout/view_photo.html b/upload/styles/cbv2.7/layout/view_photo.html index ee718e05..52f297eb 100644 --- a/upload/styles/cbv2.7/layout/view_photo.html +++ b/upload/styles/cbv2.7/layout/view_photo.html @@ -7,7 +7,7 @@
{get_photo details=$photo size='l' class='img-responsive center-block' output='html'} + >{get_photo details=$photo size='l' class='img-responsive center-block' output='html' height="100"} {assign var=objctid value=$object.ci_id} {assign var=collid value=$object.collection_id} {assign var=preLink value=$cbphoto->collection->get_next_prev_item($objctid,$collid,'prev')} diff --git a/upload/styles/cbv2.7/theme/css/channel.css b/upload/styles/cbv2.7/theme/css/channel.css index a4b1181c..74ae37b4 100644 --- a/upload/styles/cbv2.7/theme/css/channel.css +++ b/upload/styles/cbv2.7/theme/css/channel.css @@ -1233,9 +1233,9 @@ background-color: #f8f8f8; width: 93.1%; } .cbHomeVidTitle_slid-title{ - font-size: 7px; + font-size: 14px; #7px margin-left: 2px; - margin-top: -16px; + margin-top: -25px; #-16px padding: 2px 5px; width: 97.8%; } @@ -1257,11 +1257,11 @@ background-color: #f8f8f8; right: 15px; } .cbHomeVidDuration_slide{ - font-size: 7px; - height: 18%; + font-size: 10px; #7px + height: 23%; #18% right: 2px; top: 2px; - width: 15%; + width: 25%; #15% } .cbHomeVidDuration_left{ background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6); diff --git a/upload/styles/cbv2.7/theme/css/main.css b/upload/styles/cbv2.7/theme/css/main.css index 09a3abee..2f22394d 100644 --- a/upload/styles/cbv2.7/theme/css/main.css +++ b/upload/styles/cbv2.7/theme/css/main.css @@ -2575,17 +2575,17 @@ a:hover { } .photos img{ height: 150px; - width: 100%; + #width: 100%; } ul#photos li{ float: left; margin-bottom: 15px; margin-left: 15px; - width: 28%; + #width: 28%; height: 150px; } ul#photos li.photo-land-no{ -width: 18.8%; +#width: 18.8%; } .like { padding-left: 156px; @@ -2637,7 +2637,7 @@ width: 18.8%; padding-left: 30px; width: 100px; position: absolute; - top: 25%; + top: 5%; #25% right: 0px; left: 663px; } @@ -2645,7 +2645,7 @@ width: 18.8%; padding-left: 4px; width: 100px; position: absolute; - top: 25%; + top: 5%; #25% right: 0px; left: 15px; } diff --git a/upload/styles/cbv2.7/theme/css/uploader.css b/upload/styles/cbv2.7/theme/css/uploader.css index 114a2a68..b7973835 100644 --- a/upload/styles/cbv2.7/theme/css/uploader.css +++ b/upload/styles/cbv2.7/theme/css/uploader.css @@ -156,4 +156,12 @@ .paddingTop{ padding-top: 10px; - } \ No newline at end of file + } + + .clr{ + clear: both; + } + + .h_200{ + height: 200px; + } diff --git a/upload/styles/cbv2.7/theme/less/main.less b/upload/styles/cbv2.7/theme/less/main.less index 9967e811..3cbdd949 100644 --- a/upload/styles/cbv2.7/theme/less/main.less +++ b/upload/styles/cbv2.7/theme/less/main.less @@ -474,3 +474,4 @@ ul{ @import 'upload.less'; +