X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fcatalog.css;h=93e58c6877ec350cfe92c3fa1c85114b39c0d184;hb=71ea5e00a7622669e46c444091091a4c021d4333;hp=214d8c2cc1fcac37806141475de0900a6d1c635b;hpb=c3cb1c599db718a4fd81c7df57850fced9f64c02;p=living-lab-site.git diff --git a/css/catalog.css b/css/catalog.css index 214d8c2..93e58c6 100644 --- a/css/catalog.css +++ b/css/catalog.css @@ -1,12 +1,30 @@ .videos-summary { position: relative; + margin-bottom: 1em; +} + +.search-results +{ + position: relative; + margin-bottom: 1em; +} + +.search-result +{ + position: relative; +} + +.search-result-info +{ + position: absolute; + left : 154px; + margin-left: 8px; } .category-title { - border-bottom: 1px solid rgb(108,162,222); - /*border-bottom: 1px solid rgb(171,209,255);*/ + /* border-bottom: 1px solid rgb(108,162,222); */ } .video-icon @@ -16,7 +34,7 @@ float: left; width: 146px; height: 170px; - margin-right: 8px; + margin-right: 4px; } .video-icon .video-thumb @@ -24,12 +42,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; } @@ -38,11 +57,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; @@ -52,14 +75,14 @@ .video-icon .video-title { margin-top: 2px; - font-size: 12px; + font-size: 1em; line-height: 100%; } .video-icon .video-views { - font-size: 12px; + font-size: 1em; } .video-icon .video-username { - font-size: 12px; -} \ No newline at end of file + font-size: 1em; +}