videos per row browsing changed from 4 to 5
[living-lab-site.git] / css / catalog.css
index 723f1a5..93e58c6 100644 (file)
@@ -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
        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;
 }
        color: white;
        background: black;
 }
+.video-duration a:link
+{
+       color: white;
+}
 .video-icon .video-thumb a
 {
        border-style: none;
@@ -62,4 +85,4 @@
 .video-icon .video-username
 {
        font-size: 1em;
-}
\ No newline at end of file
+}