Commit d96494d965e1a9f49e138e298f825a7e034421ea
Committed by
Arthur Esposte
1 parent
c7c998ab
Exists in
master
and in
5 other branches
Removing unused CSS and search views
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing
4 changed files
with
0 additions
and
405 deletions
Show diff stats
public/style.css
... | ... | @@ -2,111 +2,6 @@ |
2 | 2 | display: none; |
3 | 3 | } |
4 | 4 | |
5 | -#edit-download-block{ | |
6 | - width: 820px; | |
7 | - position: relative; | |
8 | - left: -24px; | |
9 | -} | |
10 | -.download-list-name{ | |
11 | - margin-left: 40px; | |
12 | -} | |
13 | - | |
14 | -.download-list-link{ | |
15 | - margin-left: 150px; | |
16 | -} | |
17 | - | |
18 | -.download-list-software-description{ | |
19 | - margin-left: 100px; | |
20 | -} | |
21 | - | |
22 | -.download-list-minimum-requirements{ | |
23 | - margin-left: 70px; | |
24 | -} | |
25 | - | |
26 | -.download-list-size{ | |
27 | - margin-left: 35px; | |
28 | -} | |
29 | - | |
30 | -#droppable-list-downloads{ | |
31 | - padding-left: 23px; | |
32 | - margin-top: -12px; | |
33 | -} | |
34 | -#droppable-list-downloads li{ | |
35 | - list-style-type: none; | |
36 | -} | |
37 | - | |
38 | -.download-list-row{ | |
39 | - line-height: 25px; | |
40 | - margin-bottom: 5px; | |
41 | - padding: 10px 1px 10px 0px; | |
42 | - cursor: pointer; | |
43 | - width: 97%; | |
44 | -} | |
45 | -.download-list-row li{ | |
46 | - list-style-type: none; | |
47 | - display: inline; | |
48 | - margin-left: 5px; | |
49 | -} | |
50 | - | |
51 | -.download-list-row li div{ | |
52 | - float: left; | |
53 | - margin-top: 4px; | |
54 | -} | |
55 | - | |
56 | -.download-list-row li a{ | |
57 | - line-height: 27px !important; | |
58 | - padding-right: 5px; | |
59 | -} | |
60 | - | |
61 | -.block_download_name { | |
62 | - width: 100px; | |
63 | -} | |
64 | - | |
65 | -.block_download_link { | |
66 | - width: 200px; | |
67 | - margin-left: 10px; | |
68 | -} | |
69 | - | |
70 | -.block_download_minimum_requirements { | |
71 | - width: 200px; | |
72 | - margin-left: 10px; | |
73 | -} | |
74 | - | |
75 | -.block_download_software_description { | |
76 | - width: 100px; | |
77 | -} | |
78 | - | |
79 | -.block_download_size { | |
80 | - width: 50px; | |
81 | -} | |
82 | - | |
83 | -#signup-form small#secondary-email-balloon , | |
84 | -#signup-form small#area-interest-balloon { | |
85 | - display: none; | |
86 | - width: 142px; | |
87 | - height: 69px; | |
88 | - color: #FFFFFF; | |
89 | - font-weight: bold; | |
90 | - font-size: 11px; | |
91 | - padding: 5px 10px 45px 10px; | |
92 | - margin: 0; | |
93 | - line-height: 1.5em; | |
94 | - background: transparent url(/images/gray-balloon.png) bottom center no-repeat; | |
95 | - position: absolute; | |
96 | - z-index: 2; | |
97 | - right: -150px; | |
98 | -} | |
99 | - | |
100 | -#signup-form #signup-secondary-email, | |
101 | -#signup-form #signup-area-interest { | |
102 | - position: relative; | |
103 | -} | |
104 | - | |
105 | -#signup-form small#secondary-email-balloon, | |
106 | -#signup-form small#area-interest-balloon { | |
107 | - top: -80px; | |
108 | -} | |
109 | - | |
110 | 5 | .dynamic-table { |
111 | 6 | border: solid 1px #000; |
112 | 7 | margin-top: 5px; |
... | ... | @@ -119,14 +14,6 @@ |
119 | 14 | width: 220px; |
120 | 15 | } |
121 | 16 | |
122 | -.mpog-incomplete-percentage img { | |
123 | - margin-left: 5px; | |
124 | -} | |
125 | - | |
126 | -.mpog-incomplete-percentage img:hover { | |
127 | - cursor: pointer; | |
128 | -} | |
129 | - | |
130 | 17 | #institution_dialog { |
131 | 18 | display: none; |
132 | 19 | } |
... | ... | @@ -144,33 +31,6 @@ |
144 | 31 | display: block !important; |
145 | 32 | } |
146 | 33 | |
147 | -#user_filter_content { | |
148 | - display: block; | |
149 | - width: 100%; | |
150 | - height: auto; | |
151 | -} | |
152 | - | |
153 | -.software_search_form_fields { | |
154 | - margin-top: 10px; | |
155 | - width: 80%; | |
156 | - height: auto; | |
157 | - position: relative; | |
158 | - float: left; | |
159 | -} | |
160 | - | |
161 | -.software_search_form_button { | |
162 | - margin-top: 10px; | |
163 | -} | |
164 | - | |
165 | -.software_search_form_fields input[type='text'] { | |
166 | - width: 90%; | |
167 | - | |
168 | -} | |
169 | - | |
170 | -.software_search_form_table tr td:first-child { | |
171 | - width: 22%; | |
172 | -} | |
173 | - | |
174 | 34 | .formfieldline { |
175 | 35 | margin-top: 10px; |
176 | 36 | } |
... | ... | @@ -242,8 +102,6 @@ |
242 | 102 | color: red; |
243 | 103 | } |
244 | 104 | |
245 | - | |
246 | -#content .institutions-block ul, | |
247 | 105 | #content .softwares-block ul { |
248 | 106 | min-width: 196px; |
249 | 107 | width: 192px; |
... | ... | @@ -251,13 +109,11 @@ |
251 | 109 | padding: 0px; |
252 | 110 | } |
253 | 111 | |
254 | -#content .box-1 .institutions-block ul, | |
255 | 112 | #content .box-1 .softwares-block ul { |
256 | 113 | width: auto; |
257 | 114 | display: block; |
258 | 115 | } |
259 | 116 | |
260 | -#content .institutions-block .block-footer-content a, | |
261 | 117 | #content .softwares-block .block-footer-content a { |
262 | 118 | position: absolute; |
263 | 119 | top: 2px; |
... | ... | @@ -268,7 +124,6 @@ |
268 | 124 | padding-right: 15px; |
269 | 125 | } |
270 | 126 | |
271 | -#content .institutions-block .block-footer-content a, | |
272 | 127 | #content .softwares-block .block-footer-content a { |
273 | 128 | background: url(../../../designs/themes/base/imgs/arrow-right-p.png) 100% 50% no-repeat; |
274 | 129 | } |
... | ... | @@ -292,248 +147,3 @@ |
292 | 147 | cursor: pointer; |
293 | 148 | margin-left: 5px; |
294 | 149 | } |
295 | - | |
296 | -.catalog-remove-item { | |
297 | - padding: 3px; | |
298 | - border: solid 1px #999; | |
299 | - border-radius: 3px; | |
300 | -} | |
301 | - | |
302 | -.category_box { | |
303 | - font-size: 11px; | |
304 | - border:1px solid #e9e8ed; | |
305 | - border-radius:8px; | |
306 | - background-color:#e9e8ed; | |
307 | - padding:3px 6px; | |
308 | - margin: 10px 3px; | |
309 | - color: blue; | |
310 | -} | |
311 | - | |
312 | -.search-results-type-software_info li { | |
313 | - width: 100% !important; | |
314 | - display: block !important; | |
315 | -} | |
316 | - | |
317 | -/* Start software block main area definitions */ | |
318 | -.software-block { | |
319 | - position: relative; | |
320 | - float: left; | |
321 | - margin: 0px 10px 10px 0px; | |
322 | - width: 30%; | |
323 | - height: 200px; | |
324 | - word-wrap: break-word; | |
325 | - overflow: hidden; | |
326 | -} | |
327 | - | |
328 | -.software-block-logo { | |
329 | - width: 150px; | |
330 | - height: 150px; | |
331 | - margin: 0px auto; | |
332 | -} | |
333 | - | |
334 | -.software-block-content, .software-block-finality { | |
335 | - width: 100%; | |
336 | - height: 100%; | |
337 | - position: absolute; | |
338 | - top: 0px; | |
339 | - left: 0px; | |
340 | -} | |
341 | - | |
342 | -.software-block-finality { | |
343 | - background-color: #fff; | |
344 | - top: 100%; | |
345 | - display: block; | |
346 | - background-color:rgba(255, 255, 255, 0.9); | |
347 | -} | |
348 | -/* End software block main area definitions */ | |
349 | - | |
350 | -/* Software catalog definitions */ | |
351 | - | |
352 | -#main-content-wrapper-8 h2{ | |
353 | - margin:0px; | |
354 | - font-family: arial; | |
355 | - font-weight: normal; | |
356 | - font-size: 16px; | |
357 | - color: #F50054; | |
358 | - text-transform: uppercase; | |
359 | -} | |
360 | - | |
361 | -#main-content-wrapper-8 h1{ | |
362 | - font-family: arial; | |
363 | - color:#121D2B; | |
364 | -} | |
365 | - | |
366 | -.search-form{ | |
367 | - background:#EAEBEE; /*#1A397D;*/ | |
368 | - /*padding:10px;*/ | |
369 | - padding: 5px 5px 1px 10px; | |
370 | - border-top-left-radius:4px; | |
371 | - border-top-right-radius: 4px; | |
372 | -} | |
373 | - | |
374 | -.search-form h3{ | |
375 | - text-transform: uppercase; | |
376 | - font-family: arial; | |
377 | - font-size: 14px; | |
378 | - margin-bottom: 5px; | |
379 | - color:#2B51A8; | |
380 | -} | |
381 | - | |
382 | -#search-input{ | |
383 | - width: 700px; | |
384 | - border-radius:3px; | |
385 | - font-size: 140%; | |
386 | - background: #ffffff; | |
387 | - border: medium none; | |
388 | -} | |
389 | - | |
390 | -input.button.with-text.icon-search.submit{ | |
391 | - font-size: 14px; | |
392 | - background:#2B51A8; /*#2B65CD;*#1A397D;*/ | |
393 | - margin-top:8px; | |
394 | - color:#ffffff; | |
395 | - text-transform: uppercase; | |
396 | - border-radius: 4px; | |
397 | - /*border: 1px solid #ffffff;*/ | |
398 | - border: 1px solid #2B51A8; | |
399 | - padding: 5px 15px; | |
400 | - | |
401 | -} | |
402 | - | |
403 | -#filter-option-catalog-software{ | |
404 | - padding:8px; | |
405 | - color:#000; | |
406 | - text-transform: uppercase; | |
407 | - text-align: right; | |
408 | - border-top: 1px solid #ffffff; | |
409 | - background-color: #D4D5DC; /*#172857;*/ | |
410 | - border-bottom-left-radius:4px; | |
411 | - border-bottom-right-radius: 4px; | |
412 | -} | |
413 | - | |
414 | -#filter-option-catalog-software:hover{ | |
415 | - background-color: #2B65CD; | |
416 | - border-bottom-left-radius:4px; | |
417 | - border-bottom-right-radius: 4px; | |
418 | - cursor:pointer; | |
419 | -} | |
420 | - | |
421 | -#filter-categories-select-catalog{ | |
422 | - border-top: 1px solid #ffffff; | |
423 | - margin:0px; | |
424 | - cursor:pointer; | |
425 | - padding: 8px; | |
426 | - /*color: #FFF;*/ | |
427 | - text-transform: uppercase; | |
428 | -} | |
429 | - | |
430 | -#filter-categories-option{ | |
431 | - border-top: 1px solid #ffffff; | |
432 | - padding: 15px 10px; | |
433 | -} | |
434 | - | |
435 | -#filter-categories-catalog h4{ | |
436 | - margin:10px 5px; | |
437 | - color:#000; | |
438 | -} | |
439 | - | |
440 | -#group-categories{ | |
441 | - line-height: 31px; | |
442 | -} | |
443 | - | |
444 | -#gruop-catalog-01{ | |
445 | - float:left; | |
446 | - width: 50%; | |
447 | -} | |
448 | - | |
449 | -#gruop-catalog-02{ | |
450 | - margin-left: 50%; | |
451 | - line-height: 31px; | |
452 | -} | |
453 | - | |
454 | -.project-software{ | |
455 | - border-top: 1px dashed; | |
456 | - border-bottom: 1px dashed; | |
457 | - margin-top:10px; | |
458 | - padding:10px; | |
459 | -} | |
460 | - | |
461 | - | |
462 | -#filter-catalog-software{ | |
463 | - /*border: 1px solid #ffffff;*/ | |
464 | - background-color: #D4D5DC; /*#ccc;#172857;*/ | |
465 | - border-bottom-left-radius:4px; | |
466 | - border-bottom-right-radius: 4px; | |
467 | - | |
468 | -} | |
469 | - | |
470 | -#cleanup-filter-catalg{ | |
471 | - margin-left:5px; | |
472 | -} | |
473 | - | |
474 | -#cleanup-filter-catalg{ | |
475 | - background:#2B65CD; /*#1A397D;*/ | |
476 | - margin-top:5px; | |
477 | - color:#ffffff; | |
478 | - /*text-transform: uppercase;*/ | |
479 | - border-radius: 4px; | |
480 | - /*border: 1px solid #ffffff;*/ | |
481 | - border: 1px solid #2B65CD; | |
482 | - padding: 5px 10px; | |
483 | - font-size: 12px; | |
484 | -} | |
485 | -#cleanup-filter-catalg:hover{ | |
486 | - background-color: #172857; | |
487 | -} | |
488 | - | |
489 | -#close-filter-catalog{ | |
490 | - float:right; | |
491 | - border:none; | |
492 | - background: none; | |
493 | - font-size:12px; | |
494 | - margin-top: 5px; | |
495 | - color: #000; | |
496 | - text-transform: uppercase; | |
497 | - padding: 5px; | |
498 | - | |
499 | -} | |
500 | - | |
501 | -input[type=checkbox] { | |
502 | - border:1px solid #000; | |
503 | - margin:8px; | |
504 | - cursor:pointer; | |
505 | -} | |
506 | - | |
507 | -#catalog-display-options { | |
508 | - position: relative; | |
509 | - width: 100%; | |
510 | -} | |
511 | - | |
512 | -#catalog-display-options-count, #catalog-display-options-show-and-sort { | |
513 | - position: relative; | |
514 | - float: left; | |
515 | - width: 50%; | |
516 | -} | |
517 | - | |
518 | -#catalog-display-options-show, #catalog-display-options-sort { | |
519 | - position: relative; | |
520 | - float: left; | |
521 | - width: 50%; | |
522 | - text-align: right; | |
523 | -} | |
524 | - | |
525 | -/* End software catalog definitions */ | |
526 | - | |
527 | -div.step-explanation { | |
528 | - margin-top: 2px; | |
529 | - margin-bottom: 15px; | |
530 | -} | |
531 | - | |
532 | -div#finality textarea { | |
533 | - resize: none; | |
534 | - height: 100px; | |
535 | -} | |
536 | - | |
537 | -.highlight-error label { | |
538 | - color: #FF0000 !important; | |
539 | -} | |
540 | 150 | \ No newline at end of file | ... | ... |
views/search/search_forms/_community_fields.html.erb
views/search/search_forms/_institution_fields.html.erb