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

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

updated for Piwigo 2.4
new filters : name, author, level, hits

File size: 1.0 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}
Note: See TracBrowser for help on using the repository browser.