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

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

undefined function get_tag_ids(), css tweaks

File size: 1.4 KB
RevLine 
[16104]1.token-input-list {
2  display:inline-block;
3  vertical-align:bottom;
4}
[19446]5#batchManagerGlobal #filtersList li.token-input-token {
[16104]6  margin-bottom:0px !important;
7  padding-top:0;
8}
[19446]9#batchManagerGlobal #filtersList li.token-input-input-token {
[16104]10  margin-bottom:-3px !important; 
11}
12
[19446]13#batchManagerGlobal .filter_dimensions .ui-slider-horizontal {
[19722]14    margin: 5px 0 3px 0;
[19446]15    width: 500px;
16}
17
[16104]18.new_smart {
19  color:#00AA00;
20  background-color:#C2F5C2;
21  font-weight:bold;
22  padding:3px 10px;
23  border-radius:4px;
24}
25
[19722]26#filtersList {
27  padding-left:0px;
28}
[19446]29#filtersList li {
[19722]30  padding:3px 0;
[16104]31  border-bottom:1px dotted rgba(100, 100, 100, 0.5);
[19446]32  display:block;
[16104]33}
[19446]34#filtersList li>span {
[16104]35  display:inline-block;
36  vertical-align:middle;
37}
38
39.filter-title {
40  padding-left:10px;
[19722]41  width:200px;
[16104]42}
43.filter-title:after {
44  content:" :";
45}
46.filter-cond {
[19722]47  width:200px;
[16104]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;
[17677]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.