Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit a9670b8

Browse files
committed
Metarialize search engine results
1 parent 1f37546 commit a9670b8

File tree

4 files changed

+176
-96
lines changed

4 files changed

+176
-96
lines changed

core/src/plugins/gui.ajax/res/themes/orbit/css/allz.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/src/plugins/gui.ajax/res/themes/orbit/css/components/searchengine.less

Lines changed: 83 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,15 @@
136136
.search_label.close{
137137
display: block;
138138
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;
141148
}
142149

143150
.close_results.icon-remove-sign,
@@ -160,11 +167,16 @@
160167
}
161168

162169
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;
167175
cursor: pointer;
176+
border-radius: 1px;
177+
span.icon-chevron-left{
178+
display: none;
179+
}
168180
}
169181

170182
span.toggle_button.close{
@@ -174,15 +186,14 @@
174186
&.toggle_open span.toggle_button.close,
175187
span.toggle_button.open
176188
{
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;
180192
}
181193

182194
&.toggle_open span.toggle_button.open
183195
{
184-
box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
185-
padding: 4px 10px 2px 12px;
196+
background-color: white;
186197
}
187198

188199
}
@@ -210,13 +221,13 @@
210221
margin-bottom: 10px;
211222
margin-left: 12px;
212223
margin-right: 7px;
213-
&:first-child{
214-
margin-top: 10px;
215-
}
216224
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;
220231
padding: 5px 0;
221232
}
222233
}
@@ -233,13 +244,16 @@
233244
div.thumbnail_selectable_cell.detailed{
234245
cursor: pointer;
235246
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;
238251
box-sizing: border-box;
239-
padding: 8px 16px 16px 5px;
252+
padding: 0;
240253
overflow: hidden;
241254
border-bottom: none;
242255
background-color: white;
256+
height:102px;
243257
box-shadow: @reactBoxShadowDepthMini;
244258
div.thumbnail_cell_metadata {
245259
/*opacity: 1;*/
@@ -248,22 +262,34 @@
248262
padding-top: 0;
249263
}
250264
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+
}
253284
}
254-
255285
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;
259290
div.overlay_icon_div{
260291
display: none !important;
261292
}
262-
div.thumbLabel{
263-
font-size: 16px !important;
264-
padding-top: 11px;
265-
color: #333;
266-
}
267293
}
268294

269295
&.selected-focus div.thumbnail_cell_metadata,
@@ -335,11 +361,15 @@
335361
input.c3, span.c3 {
336362
margin-left: 0;
337363
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);
339367
background-color: #ffffff;
340-
padding: 4px 3px;
368+
padding: 4px 0px;
341369
width: 90% !important;
342-
border-radius: 3px;
370+
&:focus{
371+
border-bottom: 2px solid @primary-1-color;
372+
}
343373
}
344374

345375
select.select_meta_selector {
@@ -357,27 +387,35 @@
357387
}
358388

359389
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;
362397
}
363398
input.c3:focus{
364399
background-color: white;
365400
}
366401

367402
#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;
371412
}
372413

373414
div#modiftime_fixed_radio {
374415
margin-top: 16px;
375416
color: #333;
376417
}
377418

378-
#modiftime_fixed_radio span.c3:last-of-type{
379-
border-right-width: 1px !important;
380-
}
381419
span.c3.selected{
382420
background-color: rgb(138, 149, 160) !important;
383421
color: white;
@@ -407,8 +445,9 @@
407445
text-align: left;
408446
line-height: 17px;
409447
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;
412451
}
413452

414453
div.advanced_search_section span[class^="icon-"],

0 commit comments

Comments
 (0)