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

Last change on this file since 19722 was 19722, checked in by mistic100, 11 years ago

undefined function get_tag_ids(), css tweaks

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 3px 0;
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 {
27  padding-left:0px;
28}
29#filtersList li {
30  padding:3px 0;
31  border-bottom:1px dotted rgba(100, 100, 100, 0.5);
32  display:block;
33}
34#filtersList li>span {
35  display:inline-block;
36  vertical-align:middle;
37}
38
39.filter-title {
40  padding-left:10px;
41  width:200px;
42}
43.filter-title:after {
44  content:" :";
45}
46.filter-cond {
47  width:200px;
48}
49
50.filter_error {
51  background-color: #FFD5DC;
52  color: #FF2222;
53  padding:3px 10px;
54  font-weight:bold;
55  border-radius:4px;
56}
57
58.count_image {
59  color:#00AA00;
60  background-color:#C2F5C2;
61  font-weight:bold;
62  padding:3px 10px;
63  border-radius:4px;
64}
65
66.albumSelect {
67  width:600px;
68}
69  .chzn-container {
70    font-size:12px !important;
71  }
72  .chzn-choices li {
73    margin-bottom:1px !important;
74    padding: 3px 20px 3px 5px !important;
75    border-bottom-style:solid !important;
76  }
77  .search-field {
78    border-width:0px !important;
79  }
80  .chzn-choices .search-field input {
81    padding-bottom:1px !important;
82  }
Note: See TracBrowser for help on using the repository browser.