cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / css / catalog.css
1 .videos-summary
2 {
3         position: relative;
4         margin-bottom: 1em;
5 }
6
7 .search-results
8 {
9         position: relative;
10         margin-bottom: 1em;
11 }
12
13 .search-result
14 {
15         position: relative;
16 }
17
18 .search-result-info
19 {
20         position: absolute;
21         left : 154px;
22         margin-left: 8px;
23 }
24
25 .video-icon
26 {
27         position: relative;
28         display: block;
29         float: left;
30         width: 146px;
31         height: 170px;
32         padding-right: 4px;
33 }
34
35 .video-icon .video-thumb
36 {
37         position: relative;
38         width: 132px;
39         height: 99px;
40         /*background: url('/img/thumb_container.png') no-repeat left top;*/
41 }
42 .video-icon .video-thumb img
43 {
44         position: absolute;
45         margin: auto;
46         border: none;
47         left: 6px;
48         top: 4px;
49 }
50 .video-icon .video-thumb .video-duration
51 {
52         position: absolute;
53         right: 6px;
54         bottom: 5px;
55         font-size: 0.77em;
56         font-weight: bold;
57         color: white;
58         background: black;
59 }
60 .video-duration a:link
61 {
62         color: white;
63 }
64 .video-icon .video-thumb a
65 {
66         border-style: none;
67         text-decoration: none;
68 }
69
70 .video-icon .video-title
71 {
72         margin-top: 2px;
73         font-size: 1em;
74         text-align: left;
75         line-height: 100%;
76 }
77 .video-icon .video-views
78 {
79         font-size: 1em;
80 }
81 .video-icon .video-username
82 {
83         font-size: 1em;
84 }