comparison plugins/advanced_search/skins/larry/advanced_search.css @ 34:50ac5484d514

one fix to distro
author Charlie Root
date Sun, 27 May 2018 16:53:56 -0400
parents
children
comparison
equal deleted inserted replaced
33:d41c01c5c933 34:50ac5484d514
1 a.icon.advanced-search span.advanced-search {
2 background-image: url(images/icon-loupe.png) !important;
3 background-position: 0 !important;
4 }
5
6 a.button.advanced-search {
7 text-align: center;
8 font-size: 10px;
9 color: #555;
10 min-width: 50px;
11 max-width: 75px;
12 height: 13px;
13 overflow: hidden;
14 text-overflow: ellipsis;
15 white-space: nowrap;
16 padding: 28px 2px 0 2px;
17 text-shadow: 0px 1px 1px #eee;
18 box-shadow: none;
19 -moz-box-shadow: none;
20 -webkit-box-shadow: none;
21 -o-box-shadow: none;
22 background: url(../../../../skins/larry/images/buttons.png?v=abf1.36693) -100px 0 no-repeat transparent;
23 border: 0;
24 border-radius: 0;
25 background-position: center -970px;
26 }
27
28 .records-table tbody .aslabel_mbox td {
29 border-top: 1px solid #fff;
30 border-bottom: 1px solid #bbd3da;
31 cursor: default;
32 font-weight: normal;
33 background-color: #d9ecf4;
34 color: #376572;
35 text-shadow: 0px 1px 1px #fff;
36 text-decoration: none;
37 font-weight: bold;
38 }
39
40 .records-table tbody .aslabel_mbox .aslabel_found {
41 top: 3px;
42 right: 6px;
43 min-width: 1.8em;
44 padding: 2px 4px;
45 background: #82acb5;
46 background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
47 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
48 background: -o-linear-gradient(top, #82acb5 0%, #6a939f 100%);
49 background: -ms-linear-gradient(top, #82acb5 0%, #6a939f 100%);
50 background: linear-gradient(top, #82acb5 0%, #6a939f 100%);
51 box-shadow: inset 0 1px 1px 0 #536d72;
52 -o-box-shadow: inset 0 1px 1px 0 #536d72;
53 -webkit-box-shadow: inset 0 1px 1px 0 #536d72;
54 -moz-box-shadow: inset 0 1px 1px 0 #536d72;
55 border-radius: 9px;
56 color: #fff;
57 text-align: center;
58 font-weight: bold;
59 text-shadow: none;
60 display: block;
61 }
62
63 #adsearch-popup button.add, #adsearch-popup button.delete{
64 display: inline-block;
65 margin: 0 2px;
66 padding: 2px 5px;
67 color: #525252;
68 text-shadow: 0px 1px 1px #fff;
69 border: 1px solid #c0c0c0;
70 border-radius: 4px;
71 background: #f7f7f7;
72 background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
73 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
74 background: -o-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
75 background: -ms-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
76 background: linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
77 box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
78 -o-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
79 -webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
80 -moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
81 text-decoration: none;
82 outline: none;
83 }
84
85 #adv-search tbody tr {
86 padding: 4px 10px;
87 background: #eee;
88 border-bottom: 2px solid #fff;
89 }
90
91 #adv-search, #adv-search tr {
92 width: 100%;
93 }
94
95 td.adv-search-and-or {
96 width: 80px;
97 text-align: center;
98 }
99
100 #adsearch-popup .mainaction {
101 height: 24px;
102 padding-left: 10px;
103 padding-right: 10px;
104 margin-right: 10px;
105 }
106
107 #rcavbox1, #rcavbox2 {
108 width: 30%;
109 }
110
111 #rcmrowadvancedsearch td.section {
112 background-position: 6px -1650px !important;
113 }
114
115 #rcmrowadvancedsearch.selected td.section {
116 background-position: 6px -1674px !important;
117 }
118
119 p.avsearchpref span {
120 min-width: 280px;
121 display: block;
122 max-width: 280px;
123 float: left;
124 vertical-align: middle;
125 }
126
127 p.avsearchpref img {
128 border-radius: 10px;
129 }
130
131 p.avsearchpref img.disabled {
132 -webkit-filter: grayscale(100%);
133 -moz-filter: grayscale(100%);
134 filter: grayscale(100%);
135 }
136
137 button.save_search {
138 color: #ffffff;
139 background-color: #2f96b4;
140 border-radius: 4px;
141 height: 20px;
142 padding-left: 10px;
143 padding-right: 10px;
144 margin-right: 10px;
145 }
146
147 input.save_search {
148 padding: 0 10px 0 10px;
149 height: 20px;
150 background: #20b8fb;
151 border: none;
152 font-weight: bold;
153 color: #fff;
154 text-shadow: none;
155 background: #6193DF;
156 background: -moz-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
157 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6193DF), color-stop(100%,#2B84C0));
158 background: -o-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
159 background: -ms-linear-gradient(top, #6193DF 0%, #2B84C0 100%);
160 background: linear-gradient(top, #6193DF 0%, #2B84C0 100%);
161 }
162
163 input.save_search:active {
164 background: #81C0EB;
165 background: -moz-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
166 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6193DF), color-stop(100%,#81C0EB));
167 background: -o-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
168 background: -ms-linear-gradient(top, #6193DF 0%, #81C0EB 100%);
169 background: linear-gradient(top, #6193DF 0%, #81C0EB 100%);
170 }
171
172 input.delete_search {
173 padding: 0 10px 0 10px;
174 height: 19px;
175 background: #20b8fb;
176 border: none;
177 font-weight: bold;
178 color: #fff;
179 text-shadow: none;
180 background: #85190A;
181 background: -moz-linear-gradient(top, #85190A 0%, #CA361A 100%);
182 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85190A), color-stop(100%,#CA361A));
183 background: -o-linear-gradient(top, #85190A 0%, #CA361A 100%);
184 background: -ms-linear-gradient(top, #85190A 0%, #CA361A 100%);
185 background: linear-gradient(top, #85190A 0%, #CA361A 100%);
186 }
187
188 input.delete_search:active {
189 background: #85190A;
190 background: -moz-linear-gradient(top, #85190A 0%, #F09F98 100%);
191 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85190A), color-stop(100%,#F09F98));
192 background: -o-linear-gradient(top, #85190A 0%, #F09F98 100%);
193 background: -ms-linear-gradient(top, #85190A 0%, #F09F98 100%);
194 background: linear-gradient(top, #85190A 0%, #F09F98 100%);
195 }
196
197
198 .advanced_search_dialog .ui-dialog-title {
199 width: 100%;
200 }
201
202 .advanced_search_dialog .ui-dialog-title span.saved_searches {
203 border: 1px solid lightgray;
204 float: right;
205 display: block;
206 padding-right: 10px;
207 -moz-box-shadow: inset 0 0 5px #888;
208 -webkit-box-shadow: inset 0 0 5px#888;
209 box-shadow: inner 0 0 5px #888;
210 padding-left: 10px;
211 padding-bottom: 3px;
212 padding-top: 3px;
213 border-radius: 4px;
214 }
215
216 #adsearch-popup input[name="filter-val"] {
217 margin-right: 4px;
218 }