aboutsummaryrefslogtreecommitdiff
path: root/css/video.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/video.css')
-rw-r--r--css/video.css11
1 files changed, 10 insertions, 1 deletions
diff --git a/css/video.css b/css/video.css
index b880ea3..51d59d2 100644
--- a/css/video.css
+++ b/css/video.css
@@ -130,4 +130,13 @@ br.video_image_clear {
display/**/: none;
}
- \ No newline at end of file
+div.video-preview {
+ float: left; /* LTR */
+ padding: 0 10px 10px 0; /* LTR */
+}
+div.video-widget-data {
+ float: left; /* LTR */
+}
+div.video-widget-data input.text-field {
+ width: auto;
+}