users can add pictures to their profiles; users can like and dislike videos
[living-lab-site.git] / css / video.css
index 266b9de..fe76565 100644 (file)
@@ -1,4 +1,34 @@
+#watch-main
+{
+       width: 1056px;
+       margin: 0 auto;
+}
+
 .ui-tabs-panel
 {
        padding: 0 !important;
+}
+
+dt
+{
+       font-weight: bold;
+}
+dd
+{
+       margin-left: 1em;
+}
+
+#video-upload-info, #video-popularity
+{
+       font-size: 0.8em;
+       line-height: 150%;
+}
+#video-description
+{
+       margin-top: 1em;
+       margin-bottom: 0.5em;
+}
+.video-tag
+{
+       margin-right: 1.6em;
 }
\ No newline at end of file