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 {
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;