layout corrections in watch video page
[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 }
25 #video-description
26 {
27         margin-top: 1em;
28         margin-bottom: 0.5em;
29 }
30 .video-tag
31 {
32         margin-right: 1.6em;
33 }