search MVC reorganized
[living-lab-site.git] / css / catalog.css
index 723f1a5..da17393 100644 (file)
@@ -1,12 +1,18 @@
 .videos-summary
 {
        position: relative;
+       margin-bottom: 1em;
+}
+
+.search-results
+{
+       position: relative;
+       margin-bottom: 1em;
 }
 
 .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
        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;