X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=css%2Fcatalog.css;h=93e58c6877ec350cfe92c3fa1c85114b39c0d184;hb=adc2c33c37c781444c4234c6fed38e95d084ed8d;hp=da5da851f2e100cd465013568b4cb24b2c38d9da;hpb=211dc651c32bb8998b3eb2fdd3a3b85fc31921ec;p=living-lab-site.git diff --git a/css/catalog.css b/css/catalog.css index da5da85..93e58c6 100644 --- a/css/catalog.css +++ b/css/catalog.css @@ -4,6 +4,24 @@ 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); */ @@ -16,7 +34,7 @@ float: left; width: 146px; height: 170px; - margin-right: 8px; + margin-right: 4px; } .video-icon .video-thumb @@ -24,7 +42,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 { @@ -67,4 +85,4 @@ .video-icon .video-username { font-size: 1em; -} \ No newline at end of file +}