source: extensions/gvideo/admin/template/style.css @ 26470

Last change on this file since 26470 was 26470, checked in by mistic100, 10 years ago

Update for Piwigo 2.6
TODO: button on Admin Tools bar

File size: 862 bytes
Line 
1div.left {
2  float:left;
3  width:50%;
4}
5div.right {
6  float:right;
7  width:50%;
8}
9
10FORM.properties SPAN.property {
11  width:180px;
12}
13
14img.icon {
15  vertical-align:middle;
16}
17
18label.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
45ul.services li {
46  display:inline;
47  margin-left:20px;
48}
49
50.video_update {
51  display:none;
52}
53.video_update.warning {
54  display:block;
55  color:#c00;
56  font-weight:bold;
57}
58
59.providersInfo {
60  display:none;
61}
62.showProvidersInfo {
63  font-style:italic;
64  font-size:0.9em;
65}
Note: See TracBrowser for help on using the repository browser.