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

Last change on this file since 17383 was 17383, checked in by mistic100, 12 years ago
  • simplify add page
  • simplify migration task
  • add option to add film effect on element edition page
File size: 797 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:150px;
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 
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
55ul.services li {
56  display:inline;
57  margin-left:20px;
58}
Note: See TracBrowser for help on using the repository browser.