Groups page updated
This commit is contained in:
parent
0935d763a3
commit
d24ff4f507
2 changed files with 68 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
<div class="col-md-6 row marginBottom grid_view list_view groups-view">
|
||||
<div id="group-" class="row user_block marginBottom">
|
||||
<div class="col-md-6 marginBottom grid_view list_view groups-view">
|
||||
<div id="group-" class="user_block marginBottom">
|
||||
<div class="padding-left-right-zero pull-left col-md-4">
|
||||
<a href="{group_link details=$group}">
|
||||
<img src="{$cbgroup->get_group_thumb($group)}" class="group_thumb" />
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-8 prof_title padding-right-zero">
|
||||
<div class="col-md-8 prof_title padding-right-zero small">
|
||||
<div class="pull-left">
|
||||
<h4><a href="{group_link details=$group}">{$group.group_name}</a></h4>
|
||||
<div class="small min-height-35">{$group.group_description}</div>
|
||||
<div class="small min-height-40">{$group.group_description}</div>
|
||||
<div class="list-unstyled padding-top-5 small">
|
||||
<span class="glyphicon glyphicon-group"></span>{$group.total_members|number_format}
|
||||
<span class="glyphicon glyphicon-user"></span>{$group.total_members|number_format}
|
||||
{lang code='members'}
|
||||
</div>
|
||||
<div class="padding-top-5">
|
||||
|
|
|
@ -1043,4 +1043,67 @@ footer {
|
|||
margin-right: -15px;
|
||||
margin-left: -15px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
/*View Channels*/
|
||||
.channels-view{
|
||||
border-bottom: 1px solid #DDDDDD;
|
||||
margin-bottom: 10px;
|
||||
margin-right: 20px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.channels-view ul li{
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
color: #a5a5a5;
|
||||
width: 43%;
|
||||
}
|
||||
.channels-view h4 a{
|
||||
color: #444;
|
||||
}
|
||||
.user-arow{
|
||||
background-color: #a5a5a5;
|
||||
color: #FFFFFF;
|
||||
font-size: 9px;
|
||||
padding: 2px 3px;
|
||||
position: relative;
|
||||
right: -14px;
|
||||
top: -40px;
|
||||
}
|
||||
/*View Groups*/
|
||||
.groups-view {
|
||||
border-bottom: 1px solid #DDDDDD;
|
||||
border-right: 1px solid #DDDDDD;
|
||||
margin-bottom: 10px;
|
||||
margin-top: -10px;
|
||||
min-height: 150px;
|
||||
padding-bottom: 10px;
|
||||
padding-top: 10px;
|
||||
}
|
||||
.groups-view ul li{
|
||||
float: left;
|
||||
font-size: 12px;
|
||||
color: #a5a5a5;
|
||||
width: 43%;
|
||||
}
|
||||
.groups-view h4 a{
|
||||
color: #444;
|
||||
}
|
||||
.small{
|
||||
color: #999999;
|
||||
}
|
||||
.groups-view img {
|
||||
border: 2px solid #DDDDDD;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.min-height-40{
|
||||
min-height: 30px;
|
||||
}
|
||||
.groups-view:nth-of-type(odd)
|
||||
{
|
||||
border-right: none;
|
||||
}
|
||||
.groups-view:nth-of-type(even)
|
||||
{
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue