video thumb css + eventname hover

This commit is contained in:
sanj 2010-11-04 05:29:57 +05:30
parent a2844bc2ce
commit 8bc0fcada2

View File

@ -61,12 +61,14 @@ a img {
.videoWrapper { .videoWrapper {
float: left; float: left;
width: 400px; width: 120px;
height: 120px;
text-align: center; text-align: center;
} }
.videoWrapper img { .videoWrapper img {
width: 340px; width: 75px;
height: auto;
} }
.imagesWrapper { .imagesWrapper {
@ -100,6 +102,10 @@ a img {
direction: rtl; direction: rtl;
} }
.eventName:hover {
color: #140DA2;
}
.event { .event {
cursor: pointer; cursor: pointer;
float: left; float: left;