Last change
on this file since 26017 was
20809,
checked in by mistic100, 12 years ago
|
better handle of private videos, show info about privacy
|
File size:
1008 bytes
|
Line | |
---|
1 | div.left { |
---|
2 | float:left; |
---|
3 | width:50%; |
---|
4 | } |
---|
5 | div.right { |
---|
6 | float:right; |
---|
7 | width:50%; |
---|
8 | } |
---|
9 | |
---|
10 | FORM.properties SPAN.property { |
---|
11 | width:180px; |
---|
12 | } |
---|
13 | |
---|
14 | img.icon { |
---|
15 | vertical-align:middle; |
---|
16 | } |
---|
17 | |
---|
18 | label.color { |
---|
19 | display:inline-block; |
---|
20 | width:12px; |
---|
21 | height:12px; |
---|
22 | margin:3px; |
---|
23 | vertical-align:middle; |
---|
24 | } |
---|
25 | label.color:hover { |
---|
26 | width:16px; |
---|
27 | height:16px; |
---|
28 | margin:1px; |
---|
29 | } |
---|
30 | |
---|
31 | label.color.active { |
---|
32 | border:1px solid #000; |
---|
33 | border-radius:3px; |
---|
34 | width:16px; |
---|
35 | height:16px; |
---|
36 | margin:0; |
---|
37 | } |
---|
38 | label.color.active.roma { |
---|
39 | border-color:#fff; |
---|
40 | } |
---|
41 | label.color input { |
---|
42 | visibility:hidden; |
---|
43 | } |
---|
44 | |
---|
45 | .showInfo { |
---|
46 | position:static; |
---|
47 | display:inline-block; |
---|
48 | padding:1px 7px; |
---|
49 | width:4px; |
---|
50 | height:16px; |
---|
51 | line-height:16px; |
---|
52 | font-size:0.8em; |
---|
53 | } |
---|
54 | |
---|
55 | ul.services li { |
---|
56 | display:inline; |
---|
57 | margin-left:20px; |
---|
58 | } |
---|
59 | |
---|
60 | .video_update { |
---|
61 | display:none; |
---|
62 | } |
---|
63 | .video_update.warning { |
---|
64 | display:block; |
---|
65 | color:#c00; |
---|
66 | font-weight:bold; |
---|
67 | } |
---|
68 | |
---|
69 | .providersInfo { |
---|
70 | display:none; |
---|
71 | } |
---|
72 | .showProvidersInfo { |
---|
73 | font-style:italic; |
---|
74 | font-size:0.9em; |
---|
75 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.