Commit 902eb613e73c2767eb9c5dd0faf08e64dbfef461
1 parent
abdfb653
Exists in
master
and in
5 other branches
Css fixes
Showing
1 changed file
with
20 additions
and
16 deletions
Show diff stats
style.css
| ... | ... | @@ -1784,6 +1784,25 @@ div#article-parent { |
| 1784 | 1784 | /*Destaques das áreas*/ |
| 1785 | 1785 | |
| 1786 | 1786 | /*.track_list*/ |
| 1787 | +.track_list .item_card .track_stats .comments .counter { | |
| 1788 | + background: url("images/comentarios.png") no-repeat left center #fffafa; | |
| 1789 | +} | |
| 1790 | +.track_list .item_card .track_stats .hits .counter { | |
| 1791 | + background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
| 1792 | +} | |
| 1793 | +.track_list .item_card .track_stats .counter { | |
| 1794 | + margin-top: 1px; | |
| 1795 | + padding: 3px 0 0 30px; | |
| 1796 | + text-align: left; | |
| 1797 | + font-size: 10pt; | |
| 1798 | + display: block; | |
| 1799 | +} | |
| 1800 | +.track_list .item_card .track_stats .hits .label, | |
| 1801 | +.track_list .item_card .track_stats .comments .label { | |
| 1802 | + font-size: 7pt; | |
| 1803 | + float: right; | |
| 1804 | +} | |
| 1805 | + | |
| 1787 | 1806 | .action-home-index #content .track-card-list-block{ |
| 1788 | 1807 | background: url("images/bg-pessoas.jpg") no-repeat center top transparent; |
| 1789 | 1808 | padding: 2em 0 0; |
| ... | ... | @@ -2024,26 +2043,11 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2024 | 2043 | } |
| 2025 | 2044 | |
| 2026 | 2045 | .track_list .item_card .track_stats { |
| 2027 | - padding: 5px; | |
| 2046 | + padding: 0 5px; | |
| 2028 | 2047 | /*overflow: hidden;*/ |
| 2029 | 2048 | height: 25px; |
| 2030 | 2049 | } |
| 2031 | 2050 | |
| 2032 | -.track_list .item_card .track_stats .comments { | |
| 2033 | - background: url("images/comentarios.png") no-repeat left center #fffafa; | |
| 2034 | - margin: 1px 0; | |
| 2035 | - padding: 3px 0 3px 30px; | |
| 2036 | - text-align: right; | |
| 2037 | -} | |
| 2038 | - | |
| 2039 | -.track_list .item_card .track_stats .hits { | |
| 2040 | - background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
| 2041 | - margin: 1px 0; | |
| 2042 | - padding: 3px 0 3px 30px; | |
| 2043 | - text-align: right; | |
| 2044 | -} | |
| 2045 | - | |
| 2046 | - | |
| 2047 | 2051 | /*track list Internas*/ |
| 2048 | 2052 | .track_list .item .track_content .lead { |
| 2049 | 2053 | float: left; | ... | ... |