X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fcatalog.css;h=9d371a462387b9fd08ec6ae5fa4848df05dd459b;hb=42b8f76ab32990f2668a4e3346374de7bad91be2;hp=b5d7896c4db40a0db0db18002d67bcab44a63176;hpb=19dcbb3149e52c88b7a38f05ef85b80db49fcb72;p=living-lab-site.git diff --git a/css/catalog.css b/css/catalog.css index b5d7896..9d371a4 100644 --- a/css/catalog.css +++ b/css/catalog.css @@ -1,12 +1,25 @@ .videos-summary { position: relative; + margin-bottom: 1em; } -.category-title +.search-results { - border-bottom: 1px solid rgb(108,162,222); - /*border-bottom: 1px solid rgb(171,209,255);*/ + position: relative; + margin-bottom: 1em; +} + +.search-result +{ + position: relative; +} + +.search-result-info +{ + position: absolute; + left : 154px; + margin-left: 8px; } .video-icon @@ -16,7 +29,7 @@ float: left; width: 146px; height: 170px; - margin-right: 8px; + padding-right: 4px; } .video-icon .video-thumb @@ -24,7 +37,7 @@ 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 { @@ -58,6 +71,7 @@ { margin-top: 2px; font-size: 1em; + text-align: left; line-height: 100%; } .video-icon .video-views @@ -67,4 +81,4 @@ .video-icon .video-username { font-size: 1em; -} \ No newline at end of file +}