Added :groups css
Updated: global_header.html Updated:channel.css
This commit is contained in:
parent
57f6c6b9d8
commit
f41c6b4753
3 changed files with 39 additions and 38 deletions
|
@ -56,6 +56,7 @@
|
||||||
{if !in_dev()}
|
{if !in_dev()}
|
||||||
<link rel="stylesheet" href="{$theme}/css/main.css?cache={$cache_buster}" />
|
<link rel="stylesheet" href="{$theme}/css/main.css?cache={$cache_buster}" />
|
||||||
<link rel="stylesheet" href="{$theme}/css/channel.css?cache={$cache_buster}" />
|
<link rel="stylesheet" href="{$theme}/css/channel.css?cache={$cache_buster}" />
|
||||||
|
<link rel="stylesheet" href="{$theme}/css/groups.css?cache={$cache_buster}" />
|
||||||
{/if}
|
{/if}
|
||||||
<link href="{$theme}/css/jquery.mCustomScrollbar.css" rel="stylesheet" />
|
<link href="{$theme}/css/jquery.mCustomScrollbar.css" rel="stylesheet" />
|
||||||
<link rel="stylesheet" href="{$theme}/css/font-awesome.min.css">
|
<link rel="stylesheet" href="{$theme}/css/font-awesome.min.css">
|
||||||
|
|
|
@ -1069,41 +1069,3 @@ footer {
|
||||||
right: -14px;
|
right: -14px;
|
||||||
top: -40px;
|
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)
|
|
||||||
{
|
|
||||||
padding-left: 2px;
|
|
||||||
}
|
|
38
upload/styles/cb_2014/theme/css/groups.css
Normal file
38
upload/styles/cb_2014/theme/css/groups.css
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
/*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)
|
||||||
|
{
|
||||||
|
padding-left: 2px;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue