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