X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fcatalog.css;h=591b4d0ce7ff771bca80b9d382ff57d6c56af5d4;hb=e788f88e8475e9c87eef355c71abed3c329c4c0b;hp=eba58b2144f4418ec77d1c44926ec8bd8414fa16;hpb=a11428ed0b4651895e27d6920c219d8d2476631c;p=living-lab-site.git diff --git a/css/catalog.css b/css/catalog.css index eba58b2..591b4d0 100644 --- a/css/catalog.css +++ b/css/catalog.css @@ -1,6 +1,12 @@ -.video-list +.videos-summary { position: relative; + margin-bottom: 1em; +} + +.category-title +{ + /* border-bottom: 1px solid rgb(108,162,222); */ } .video-icon @@ -9,7 +15,7 @@ display: block; float: left; width: 146px; - height: 190px; + height: 170px; margin-right: 8px; } @@ -18,12 +24,13 @@ position: relative; width: 132px; height: 99px; - background: url('/devel/img/thumb_container.png') no-repeat left top; + /*background: url('/img/thumb_container.png') no-repeat left top;*/ } .video-icon .video-thumb img { position: absolute; margin: auto; + border: none; left: 6px; top: 4px; } @@ -32,11 +39,15 @@ position: absolute; right: 6px; bottom: 5px; - font-size: 10px; + font-size: 0.77em; font-weight: bold; color: white; background: black; } +.video-duration a:link +{ + color: white; +} .video-icon .video-thumb a { border-style: none; @@ -45,9 +56,15 @@ .video-icon .video-title { - font-size: 12px; + margin-top: 2px; + font-size: 1em; + line-height: 100%; } .video-icon .video-views { - font-size: 12px; + font-size: 1em; +} +.video-icon .video-username +{ + font-size: 1em; } \ No newline at end of file