users can comment videos and can like and dislike comments => a new production version
[living-lab-site.git] / css / video.css
1 .ui-tabs-panel
2 {
3         padding: 0 !important;
4 }
5
6 #video-footer
7 {
8         float: left;
9         width: 752px;
10         margin: 8px;
11         /* outline: 2px outset gray; */
12 }
13
14 dt
15 {
16         font-weight: bold;
17 }
18 dd
19 {
20         margin-left: 1em;
21 }
22
23 #video-upload-info, #video-popularity
24 {
25         font-size: 0.8em;
26         line-height: 150%;
27 }
28 #video-description
29 {
30         margin-top: 1em;
31         margin-bottom: 0.5em;
32 }
33 .video-tag
34 {
35         margin-right: 1.6em;
36 }
37
38 .comment-info
39 {
40         margin-bottom: 0.33em;
41 }
42 .comment-content
43 {
44         margin-bottom: 0.33em;
45 }
46 .comment-popularity
47 {
48         font-size: 0.8em;
49         margin-bottom: 2em;
50 }