source: extensions/UserCollections/admin/template/style.css @ 20090

Last change on this file since 20090 was 20090, checked in by mistic100, 11 years ago
  • add webservices
  • add mail function
  • add admin list
  • add admin export function
  • try to deal with Gthumb+
  • activate multisize dropdown menu of collection page

TODO : use webservices instead of toggle_image.php

File size: 2.5 KB
Line 
1.chzn-choices li {
2  clear:none !important;
3}
4
5.property {
6  width:auto !important;
7}
8
9input[name='max_size'], input[name='max_elements'] {
10  border:none;
11  background:none;
12  font-weight:bold;
13  margin-left:5px;
14}
15
16#max_size, #max_elements {
17  display:inline-block;
18  width:300px;
19}
20
21.table2 {
22  width:auto;
23}
24.table2 .throw {
25  font-size:100%;
26  line-height: 1em;
27}
28TABLE.table2 THEAD TD {
29  padding: 3px 5px !important;
30}
31.table2 .action {
32  width:90px;
33}
34.table2 .user, .table2 .name {
35  width:150px;
36}
37.table2 .date {
38  width:230px;
39}
40.table2 .images {
41  width:100px;
42}
43
44.connectedSortable {
45  display:inline-block;
46  width:150px;
47  vertical-align:top;
48  border:1px dashed #7a7a7a;
49  border-radius:5px;
50  padding:0 5px 5px 5px !important;
51  margin:5px !important;
52}
53  .connectedSortable h4 {
54    font-size:13px;
55    text-align:center;
56  }
57  .connectedSortable li, .sortable-moving  {
58    margin:2px;
59    padding:0 5xp !important;
60    border:1px solid #ffffff;
61    box-shadow:0 0 2px rgba(0, 0, 0, 0.5);
62    border-radius:3px;
63    cursor:move;
64    font-family:monospace;
65    font-size:12px;
66    color:#222;
67  }
68  .connectedSortable li img {
69    vertical-align:middle;
70  }
71  #fields_inactive li {
72    background: #fff4ed;
73    background: -moz-linear-gradient(-45deg,  #fff4ed 0%, #ffd8d8 100%);
74    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#fff4ed), color-stop(100%,#ffd8d8));
75    background: -webkit-linear-gradient(-45deg,  #fff4ed 0%,#ffd8d8 100%);
76    background: -o-linear-gradient(-45deg,  #fff4ed 0%,#ffd8d8 100%);
77    background: -ms-linear-gradient(-45deg,  #fff4ed 0%,#ffd8d8 100%);
78    background: linear-gradient(135deg,  #fff4ed 0%,#ffd8d8 100%);
79    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff4ed', endColorstr='#ffd8d8',GradientType=1 );
80  }
81  #fields_active li {
82    background: #e9f6fd;
83    background: -moz-linear-gradient(-45deg,  #e9f6fd 0%, #d3eefb 100%);
84    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#e9f6fd), color-stop(100%,#d3eefb));
85    background: -webkit-linear-gradient(-45deg,  #e9f6fd 0%,#d3eefb 100%);
86    background: -o-linear-gradient(-45deg,  #e9f6fd 0%,#d3eefb 100%);
87    background: -ms-linear-gradient(-45deg,  #e9f6fd 0%,#d3eefb 100%);
88    background: linear-gradient(135deg,  #e9f6fd 0%,#d3eefb 100%);
89    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f6fd', endColorstr='#d3eefb',GradientType=1 );
90  }
91  .sortable-moving  {
92    height:1.8em;
93    opacity:0.5;
94  }
95 
96#invokeFrame {
97  width:100%;
98  height:500px;
99}
Note: See TracBrowser for help on using the repository browser.