source: extensions/SmartAlbums/admin/template/style.css @ 17677

Last change on this file since 17677 was 17677, checked in by mistic100, 12 years ago

add album filter

File size: 1.4 KB
Line 
1.token-input-list {
2  display:inline-block;
3  vertical-align:bottom;
4}
5#batchManagerGlobal #filterList li.token-input-token {
6  margin-bottom:0px !important;
7  padding-top:0;
8}
9#batchManagerGlobal #filterList li.token-input-input-token {
10  margin-bottom:-3px !important; 
11}
12
13.new_smart {
14  color:#00AA00;
15  background-color:#C2F5C2;
16  font-weight:bold;
17  padding:3px 10px;
18  border-radius:4px;
19}
20
21#filterList li {
22  padding:2px;
23  border-bottom:1px dotted rgba(100, 100, 100, 0.5);
24}
25#filterList li span {
26  display:inline-block;
27}
28#filterList li span * {
29  vertical-align:middle;
30}
31
32.filter-title {
33  padding-left:10px;
34  width:220px;
35}
36.filter-title:after {
37  content:" :";
38}
39.filter-cond {
40  width:220px;
41}
42
43.filter_limit .filter-cond, .filter_level .filter-cond {
44  display:none !important;
45}
46
47.filter_error {
48  background-color: #FFD5DC;
49  color: #FF2222;
50  padding:3px 10px;
51  font-weight:bold;
52  border-radius:4px;
53}
54
55.count_image {
56  color:#00AA00;
57  background-color:#C2F5C2;
58  font-weight:bold;
59  padding:3px 10px;
60  border-radius:4px;
61}
62
63.albumSelect {
64  width:600px;
65}
66  .chzn-container {
67    font-size:12px !important;
68  }
69  .chzn-choices li {
70    margin-bottom:1px !important;
71    padding: 3px 20px 3px 5px !important;
72    border-bottom-style:solid !important;
73  }
74  .search-field {
75    border-width:0px !important;
76  }
77  .chzn-choices .search-field input {
78    padding-bottom:1px !important;
79  }
Note: See TracBrowser for help on using the repository browser.