users can comment videos and can like and dislike comments => a new production version
[living-lab-site.git] / css / video.css
index fe76565..babcef9 100644 (file)
@@ -1,12 +1,14 @@
-#watch-main
+.ui-tabs-panel
 {
-       width: 1056px;
-       margin: 0 auto;
+       padding: 0 !important;
 }
 
-.ui-tabs-panel
+#video-footer
 {
-       padding: 0 !important;
+       float: left;
+       width: 752px;
+       margin: 8px;
+       /* outline: 2px outset gray; */
 }
 
 dt
@@ -31,4 +33,18 @@ dd
 .video-tag
 {
        margin-right: 1.6em;
+}
+
+.comment-info
+{
+       margin-bottom: 0.33em;
+}
+.comment-content
+{
+       margin-bottom: 0.33em;
+}
+.comment-popularity
+{
+       font-size: 0.8em;
+       margin-bottom: 2em;
 }
\ No newline at end of file