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

Last change on this file since 19446 was 19446, checked in by mistic100, 11 years ago
  • add regex for phot name, author
  • add dimensions filter
  • rewrite javascript algorithms
  • add auto update on timeout (default 3 days)
  • display photos count on plugin albums list
File size: 1.4 KB
Line 
1.token-input-list {
2  display:inline-block;
3  vertical-align:bottom;
4}
5#batchManagerGlobal #filtersList li.token-input-token {
6  margin-bottom:0px !important;
7  padding-top:0;
8}
9#batchManagerGlobal #filtersList li.token-input-input-token {
10  margin-bottom:-3px !important; 
11}
12
13#batchManagerGlobal .filter_dimensions .ui-slider-horizontal {
14    margin: 5px 0 10px;
15    width: 500px;
16}
17
18.new_smart {
19  color:#00AA00;
20  background-color:#C2F5C2;
21  font-weight:bold;
22  padding:3px 10px;
23  border-radius:4px;
24}
25
26#filtersList li {
27  padding:2px;
28  border-bottom:1px dotted rgba(100, 100, 100, 0.5);
29  display:block;
30}
31#filtersList li>span {
32  display:inline-block;
33}
34#filtersList li span * {
35  vertical-align:middle;
36}
37
38.filter-title {
39  padding-left:10px;
40  width:220px;
41}
42.filter-title:after {
43  content:" :";
44}
45.filter-cond {
46  width:220px;
47}
48
49.filter_error {
50  background-color: #FFD5DC;
51  color: #FF2222;
52  padding:3px 10px;
53  font-weight:bold;
54  border-radius:4px;
55}
56
57.count_image {
58  color:#00AA00;
59  background-color:#C2F5C2;
60  font-weight:bold;
61  padding:3px 10px;
62  border-radius:4px;
63}
64
65.albumSelect {
66  width:600px;
67}
68  .chzn-container {
69    font-size:12px !important;
70  }
71  .chzn-choices li {
72    margin-bottom:1px !important;
73    padding: 3px 20px 3px 5px !important;
74    border-bottom-style:solid !important;
75  }
76  .search-field {
77    border-width:0px !important;
78  }
79  .chzn-choices .search-field input {
80    padding-bottom:1px !important;
81  }
Note: See TracBrowser for help on using the repository browser.