cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / css / catalog.css
index 214d8c2..9d371a4 100644 (file)
@@ -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
        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;
 }
        position: absolute;
        right: 6px;
        bottom: 5px;
-       font-size: 10px;
+       font-size: 0.77em;
        font-weight: bold;
        color: white;
        background: black;
 }
+.video-duration a:link
+{
+       color: white;
+}
 .video-icon .video-thumb a
 {
        border-style: none;
 .video-icon .video-title
 {
        margin-top: 2px;
-       font-size: 12px;
+       font-size: 1em;
+       text-align: left;
        line-height: 100%;
 }
 .video-icon .video-views
 {
-       font-size: 12px;
+       font-size: 1em;
 }
 .video-icon .video-username
 {
-       font-size: 12px;
-}
\ No newline at end of file
+       font-size: 1em;
+}