video thumb css + eventname hover
This commit is contained in:
parent
a2844bc2ce
commit
8bc0fcada2
|
@ -61,12 +61,14 @@ a img {
|
|||
|
||||
.videoWrapper {
|
||||
float: left;
|
||||
width: 400px;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.videoWrapper img {
|
||||
width: 340px;
|
||||
width: 75px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.imagesWrapper {
|
||||
|
@ -100,6 +102,10 @@ a img {
|
|||
direction: rtl;
|
||||
}
|
||||
|
||||
.eventName:hover {
|
||||
color: #140DA2;
|
||||
}
|
||||
|
||||
.event {
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
|
|
Loading…
Reference in New Issue
Block a user