Commit c896d5f4cbd5265703e9f570d6d12099b32cc70b
Committed by
Thiago Ribeiro
1 parent
83de26da
Exists in
master
and in
51 other branches
ajust details for average rating on catalog
Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
Showing
1 changed file
with
14 additions
and
4 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/software-catalog-page.css
... | ... | @@ -53,7 +53,7 @@ |
53 | 53 | margin: 0 0 0 15px; |
54 | 54 | } |
55 | 55 | |
56 | - It's TEMPORARY | |
56 | + It's TEMPORARY | |
57 | 57 | .action-search-software_infos #content .search-form .doubts-catalog-software { |
58 | 58 | display: none; |
59 | 59 | }*/ |
... | ... | @@ -65,7 +65,7 @@ |
65 | 65 | line-height: 20px; |
66 | 66 | position:absolute; |
67 | 67 | } |
68 | -.action-search-software_infos .search-form label, | |
68 | +.action-search-software_infos .search-form label, | |
69 | 69 | .action-search-software_infos .search-form label{ |
70 | 70 | margin:0px 3px 4px 32px; |
71 | 71 | line-height: 22px; |
... | ... | @@ -370,9 +370,19 @@ |
370 | 370 | opacity: inherit; |
371 | 371 | } |
372 | 372 | |
373 | -.action-search-software_infos #search-results .search-software-item-column-left .extra_info::before{ | |
373 | +.action-search-software_infos #search-results .search-software-item-column-left .extra_info .average-rating-title::before { | |
374 | + content: url("../images/ic-doc.png"); | |
375 | + margin-right: 7px; | |
376 | +} | |
377 | + | |
378 | +.action-search-software_infos #search-results .search-software-item-column-left .software-date { | |
379 | + margin-top: 10px; | |
380 | + width: 110px; | |
381 | +} | |
382 | + | |
383 | +.action-search-software_infos #search-results .search-software-item-column-left .software-date::before{ | |
374 | 384 | content: url("../images/ic-calendar.png"); |
375 | - margin: 6px 10px 20px 0; | |
385 | + margin: 0px 7px 20px 0; | |
376 | 386 | float: left; |
377 | 387 | } |
378 | 388 | ... | ... |