2016-05-24 16:00:58 -05:00
|
|
|
.videos-info {
|
2016-07-19 09:45:07 -05:00
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2016-05-24 16:00:58 -05:00
|
|
|
|
|
|
|
border-bottom: 1px solid #f1f1f1;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 40px;
|
|
|
|
|
|
|
|
.videos-total-results {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
2016-06-05 01:48:44 -05:00
|
|
|
|
|
|
|
my-loader {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2016-05-24 16:00:58 -05:00
|
|
|
}
|
2016-05-26 13:40:03 -05:00
|
|
|
|
|
|
|
.videos-miniatures {
|
2017-04-21 04:06:33 -05:00
|
|
|
text-align: center;
|
2017-04-21 11:26:09 -05:00
|
|
|
padding-top: 0;
|
2016-05-26 13:40:03 -05:00
|
|
|
|
2016-06-04 11:53:11 -05:00
|
|
|
my-video-miniature {
|
2017-04-21 04:06:33 -05:00
|
|
|
text-align: left;
|
2016-05-26 13:40:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-video {
|
|
|
|
margin-top: 50px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
pagination {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|