update : video page item style
This commit is contained in:
parent
fdd2b2da59
commit
97c1923e6e
1 changed files with 12 additions and 1 deletions
|
@ -2705,6 +2705,7 @@ padding-right: 0px;
|
||||||
.item_video{
|
.item_video{
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
font-family: 'Roboto', sans-serif;
|
font-family: 'Roboto', sans-serif;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.item_video img{
|
.item_video img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -3167,7 +3168,17 @@ padding-right: 0px;
|
||||||
.viewChanelTabs.report-video-area li a{
|
.viewChanelTabs.report-video-area li a{
|
||||||
color: #09c;
|
color: #09c;
|
||||||
}
|
}
|
||||||
|
.group-tab .group-thumb{
|
||||||
|
width: 50px;
|
||||||
|
margin: 0 10px 0 0;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
.group-tab .group-info{
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
.group-tab .group-info .clearfix{
|
||||||
|
margin: 0 0 5px;
|
||||||
|
}
|
||||||
/* end of viewChanelTabs */
|
/* end of viewChanelTabs */
|
||||||
@media only screen and (max-width: 991px) {
|
@media only screen and (max-width: 991px) {
|
||||||
.ft-img{
|
.ft-img{
|
||||||
|
|
Loading…
Add table
Reference in a new issue