diff -r 40909e8d6855 -r 5a5024bc74e6 integration/css/hashcut.css --- a/integration/css/hashcut.css Fri Nov 09 18:56:29 2012 +0100 +++ b/integration/css/hashcut.css Fri Nov 16 19:23:20 2012 +0100 @@ -1,6 +1,3 @@ -.title-video-wrap a{ - background-image: none; -} .more-info-wrap{ padding-right: 10px; } @@ -54,9 +51,19 @@ background-color: #999999; display: block; } +.title-video a { + color: #30036d; +} +.item-video .title-video a:hover { + text-decoration: underline; +} .item-video .frise{ border:none; } +.item-video a:hover img { + margin: 2px 0 0 2px; + box-shadow: -2px -2px 2px #333333; +} .bloc-video{ padding-left: 10px; } @@ -76,4 +83,7 @@ } .Ldt-Slider { margin: 0; -} \ No newline at end of file +} +.frise-segment { + cursor: pointer; +}