blob: 1071cd36572cd61c9e8a5b475deb284f00a96fd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* $Id$ */
/**
* Image upload widget.
*/
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;
}
|