jQuery UI NextShare Video Widget (alpha version) finished and integrated into the...
[living-lab-site.git] / css / jquery.ui.nsvideo.css
1 .ui-slider-horizontal
2 {
3         height: 0.5em !important;
4 }
5 .ui-slider-horizontal .ui-slider-handle
6 {
7         margin-left: -0.24em !important;
8         top: -0.3em !important;
9 }
10 .ui-slider-handle
11 {
12         width: 0.5em !important;
13         height: 1em !important;
14 }
15
16 .ui-nsvideo-text
17 {
18         height: 2em;
19         margin-top: 0.5em;
20         margin-bottom: 0.5em;
21         margin-left: 1em;
22         margin-right: 1em;
23         font-size: 1em;
24         line-height: 1em;
25 }
26
27 .ui-nsvideo-progress-container
28 {
29         padding: 0.5em;
30         padding-left: 1em;
31         padding-right: 1em;
32 }
33
34 .ui-nsvideo-progress
35 {
36         position: relative;
37         /*height: 0.5em;*/
38 }
39
40 .ui-nsvideo-loaded-progress
41 {
42         height: 100%;
43 }
44
45 .ui-nsvideo-nsplugin
46 {
47         padding: 4px;
48 }
49
50 .ui-nsvideo-controls
51 {
52         height: 2em;
53 }
54 .ui-nsvideo-controls button
55 {
56         width: 2em;
57         height: 2em;
58 }
59 .ui-button-text
60 {
61         width: 2em;
62         height: 1.4em;
63         padding-top: 0.5em !important;
64         padding-bottom: 0 !important;
65         line-height: 100% !important;
66         font-size: 1em;
67 }
68
69 .ui-nsvideo-control-left
70 {
71         float: left;
72 }
73
74 .ui-nsvideo-control-right
75 {
76         float: right;
77 }
78
79 .ui-nsvideo-volume
80 {
81         width: 5em;
82         height: 0.5em;
83         margin-top: 0.7em;
84         margin-bottom: 0.8em;
85         margin-left: 0.3em;
86         margin-right: 1em;
87 }