|
136 | 136 | .search_label.close{
|
137 | 137 | display: block;
|
138 | 138 | font-size: 20px;
|
139 |
| - padding: 15px 10px 10px; |
140 |
| - color: white; |
| 139 | + padding: 15px 10px 14px; |
| 140 | + border-bottom:1px solid #eee; |
| 141 | + border-right:1px solid #eee; |
| 142 | + } |
| 143 | + |
| 144 | + span.icon-save{ |
| 145 | + font-size: 0.8em; |
| 146 | + display: inline-block; |
| 147 | + margin:0 5px; |
141 | 148 | }
|
142 | 149 |
|
143 | 150 | .close_results.icon-remove-sign,
|
|
160 | 167 | }
|
161 | 168 |
|
162 | 169 | span.toggle_button.open,span.toggle_button.close{
|
163 |
| - background-color: white; |
164 |
| - border-radius: 20px; |
165 |
| - padding: 3px 11px; |
166 |
| - font-size: 0.8em; |
| 170 | + transition: @bezier_transition; |
| 171 | + display: inline-block; |
| 172 | + padding: 5px 16px; |
| 173 | + font-weight: 500; |
| 174 | + font-size: 14px; |
167 | 175 | cursor: pointer;
|
| 176 | + border-radius: 1px; |
| 177 | + span.icon-chevron-left{ |
| 178 | + display: none; |
| 179 | + } |
168 | 180 | }
|
169 | 181 |
|
170 | 182 | span.toggle_button.close{
|
|
174 | 186 | &.toggle_open span.toggle_button.close,
|
175 | 187 | span.toggle_button.open
|
176 | 188 | {
|
177 |
| - background: #666; |
178 |
| - box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); |
179 |
| - color: white; |
| 189 | + background: transparent; |
| 190 | + color: @primary-1-color; |
| 191 | + text-transform: uppercase; |
180 | 192 | }
|
181 | 193 |
|
182 | 194 | &.toggle_open span.toggle_button.open
|
183 | 195 | {
|
184 |
| - box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3); |
185 |
| - padding: 4px 10px 2px 12px; |
| 196 | + background-color: white; |
186 | 197 | }
|
187 | 198 |
|
188 | 199 | }
|
|
210 | 221 | margin-bottom: 10px;
|
211 | 222 | margin-left: 12px;
|
212 | 223 | margin-right: 7px;
|
213 |
| - &:first-child{ |
214 |
| - margin-top: 10px; |
215 |
| - } |
216 | 224 | h3 {
|
217 |
| - font-size: 20px; |
218 |
| - margin: 10px 1% 0 0; |
219 |
| - color: rgb(81, 81, 81); |
| 225 | + font-size: 13px; |
| 226 | + width:60%; |
| 227 | + min-width: 80%; |
| 228 | + margin: 10px auto; |
| 229 | + color:rgba(0,0,0,0.73); |
| 230 | + font-weight: 500; |
220 | 231 | padding: 5px 0;
|
221 | 232 | }
|
222 | 233 | }
|
|
233 | 244 | div.thumbnail_selectable_cell.detailed{
|
234 | 245 | cursor: pointer;
|
235 | 246 | border-radius: 1px;
|
236 |
| - width: 49.4%; |
237 |
| - margin: 0.3% 0.6% 0.3% 0!important; |
| 247 | + width:60%; |
| 248 | + min-width: 80%; |
| 249 | + float: none; |
| 250 | + margin: 10px auto !important; |
238 | 251 | box-sizing: border-box;
|
239 |
| - padding: 8px 16px 16px 5px; |
| 252 | + padding: 0; |
240 | 253 | overflow: hidden;
|
241 | 254 | border-bottom: none;
|
242 | 255 | background-color: white;
|
| 256 | + height:102px; |
243 | 257 | box-shadow: @reactBoxShadowDepthMini;
|
244 | 258 | div.thumbnail_cell_metadata {
|
245 | 259 | /*opacity: 1;*/
|
|
248 | 262 | padding-top: 0;
|
249 | 263 | }
|
250 | 264 | div.thumbLabel{
|
251 |
| - font-size: 16px !important; |
252 |
| - padding-top: 11px; |
| 265 | + font-size: 14px !important; |
| 266 | + font-weight: 500; |
| 267 | + color: rgba(0,0,0,0.73); |
| 268 | + padding: 16px 0 5px; |
| 269 | + /*color: darken(@primary-1-color, 0.9);*/ |
| 270 | + } |
| 271 | + div.thumbnail_cell_metadata { |
| 272 | + opacity: 1; |
| 273 | + span.metadata_chunk{ |
| 274 | + padding: 0; |
| 275 | + font-size: 12px; |
| 276 | + font-weight: 500; |
| 277 | + color: rgba(0,0,0,0.43); |
| 278 | + &.metadata_chunk_ajxp_dirname{ |
| 279 | + padding: 16px 0; |
| 280 | + color: @primary-1-color; |
| 281 | + text-transform: uppercase; |
| 282 | + } |
| 283 | + } |
253 | 284 | }
|
254 |
| - |
255 | 285 | div.thumbnail_selectable_cell {
|
256 |
| - margin-right: 10px; |
257 |
| - padding-top: 12px; |
258 |
| - padding-bottom: 5px; |
| 286 | + margin: 0 20px 0 0; |
| 287 | + padding: 16px 20px; |
| 288 | + border-right: 1px solid #e8e8e8; |
| 289 | + height: 100% !important; |
259 | 290 | div.overlay_icon_div{
|
260 | 291 | display: none !important;
|
261 | 292 | }
|
262 |
| - div.thumbLabel{ |
263 |
| - font-size: 16px !important; |
264 |
| - padding-top: 11px; |
265 |
| - color: #333; |
266 |
| - } |
267 | 293 | }
|
268 | 294 |
|
269 | 295 | &.selected-focus div.thumbnail_cell_metadata,
|
|
335 | 361 | input.c3, span.c3 {
|
336 | 362 | margin-left: 0;
|
337 | 363 | margin-right: 0;
|
338 |
| - border: 1px solid rgba(63, 63, 63, 1); |
| 364 | + border-radius: 0; |
| 365 | + border-width: 0; |
| 366 | + border-bottom: 1px solid rgb(238, 238, 238); |
339 | 367 | background-color: #ffffff;
|
340 |
| - padding: 4px 3px; |
| 368 | + padding: 4px 0px; |
341 | 369 | width: 90% !important;
|
342 |
| - border-radius: 3px; |
| 370 | + &:focus{ |
| 371 | + border-bottom: 2px solid @primary-1-color; |
| 372 | + } |
343 | 373 | }
|
344 | 374 |
|
345 | 375 | select.select_meta_selector {
|
|
357 | 387 | }
|
358 | 388 |
|
359 | 389 | span#ajxp_folder.c3 {
|
360 |
| - color: #333; |
361 |
| - padding: 4px 21px; |
| 390 | + color: @primary-1-color; |
| 391 | + font-weight: 500; |
| 392 | + text-transform: uppercase; |
| 393 | + padding: 6px 16px; |
| 394 | + border-bottom: 0; |
| 395 | + background-color: rgba(238, 238, 238, 0.63); |
| 396 | + border-radius: 1px; |
362 | 397 | }
|
363 | 398 | input.c3:focus{
|
364 | 399 | background-color: white;
|
365 | 400 | }
|
366 | 401 |
|
367 | 402 | #modiftime_fixed_radio span.c3{
|
368 |
| - border-right-width: 0 !important; |
369 |
| - padding: 4px 3px; |
370 |
| - font-size: 0.8em; |
| 403 | + color: @primary-1-color; |
| 404 | + font-weight: 500; |
| 405 | + text-transform: uppercase; |
| 406 | + padding: 6px 12px; |
| 407 | + border-bottom: 0; |
| 408 | + background-color: rgba(238, 238, 238, 0.63); |
| 409 | + border-radius: 1px; |
| 410 | + margin-right: 5px; |
| 411 | + font-size: 0.9em; |
371 | 412 | }
|
372 | 413 |
|
373 | 414 | div#modiftime_fixed_radio {
|
374 | 415 | margin-top: 16px;
|
375 | 416 | color: #333;
|
376 | 417 | }
|
377 | 418 |
|
378 |
| - #modiftime_fixed_radio span.c3:last-of-type{ |
379 |
| - border-right-width: 1px !important; |
380 |
| - } |
381 | 419 | span.c3.selected{
|
382 | 420 | background-color: rgb(138, 149, 160) !important;
|
383 | 421 | color: white;
|
|
407 | 445 | text-align: left;
|
408 | 446 | line-height: 17px;
|
409 | 447 | padding-top: 2px;
|
410 |
| - color: rgba(255,255,255,0.53); |
411 |
| - font-weight: 300; |
| 448 | + color: @primary-1-color; |
| 449 | + font-weight: 500; |
| 450 | + font-size: 10px; |
412 | 451 | }
|
413 | 452 |
|
414 | 453 | div.advanced_search_section span[class^="icon-"],
|
|
0 commit comments