users can add pictures to their profiles; users can like and dislike videos
[living-lab-site.git] / css / video.css
1 #watch-main
2 {
3         width: 1056px;
4         margin: 0 auto;
5 }
6
7 .ui-tabs-panel
8 {
9         padding: 0 !important;
10 }
11
12 dt
13 {
14         font-weight: bold;
15 }
16 dd
17 {
18         margin-left: 1em;
19 }
20
21 #video-upload-info, #video-popularity
22 {
23         font-size: 0.8em;
24         line-height: 150%;
25 }
26 #video-description
27 {
28         margin-top: 1em;
29         margin-bottom: 0.5em;
30 }
31 .video-tag
32 {
33         margin-right: 1.6em;
34 }