Commit e9120d0516ef5bb093489be820debaf4ba00131d
1 parent
25c8a76d
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
17 additions
and
5 deletions
Show diff stats
style.css
| ... | ... | @@ -512,7 +512,7 @@ p { |
| 512 | 512 | .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img { |
| 513 | 513 | height: 100%; |
| 514 | 514 | max-height: 200px; |
| 515 | - max-width: 295px; | |
| 515 | + max-width: 250px; | |
| 516 | 516 | } |
| 517 | 517 | |
| 518 | 518 | |
| ... | ... | @@ -998,7 +998,7 @@ input.button.with-text { |
| 998 | 998 | clear: right; |
| 999 | 999 | margin: 0 9px 9px; |
| 1000 | 1000 | max-width: 214px; |
| 1001 | - height: 405px; | |
| 1001 | + height: 426px; | |
| 1002 | 1002 | padding: 0; |
| 1003 | 1003 | width: 214px; |
| 1004 | 1004 | } |
| ... | ... | @@ -1021,7 +1021,7 @@ input.button.with-text { |
| 1021 | 1021 | /**/ |
| 1022 | 1022 | |
| 1023 | 1023 | #content .track_list .item_card .track_content{ |
| 1024 | - height: 355px; | |
| 1024 | + height: 390px; | |
| 1025 | 1025 | overflow: hidden; |
| 1026 | 1026 | } |
| 1027 | 1027 | |
| ... | ... | @@ -1057,6 +1057,7 @@ input.button.with-text { |
| 1057 | 1057 | text-align: left; |
| 1058 | 1058 | margin: 0 8px; |
| 1059 | 1059 | color: #444; |
| 1060 | + text-transform: uppercase; | |
| 1060 | 1061 | } |
| 1061 | 1062 | |
| 1062 | 1063 | |
| ... | ... | @@ -1066,6 +1067,7 @@ input.button.with-text { |
| 1066 | 1067 | margin: 0 8px; |
| 1067 | 1068 | text-align: left; |
| 1068 | 1069 | color: black; |
| 1070 | + font-size: 12px; | |
| 1069 | 1071 | } |
| 1070 | 1072 | |
| 1071 | 1073 | /**/ |
| ... | ... | @@ -1124,7 +1126,7 @@ input.button.with-text { |
| 1124 | 1126 | padding: 3px 0 0 30px; |
| 1125 | 1127 | text-align: left; |
| 1126 | 1128 | font-size: 10pt; |
| 1127 | - display: block; | |
| 1129 | + /*display: block;*/ | |
| 1128 | 1130 | color: #444; |
| 1129 | 1131 | } |
| 1130 | 1132 | .track_list .item_card .track_stats .comments{ |
| ... | ... | @@ -1138,8 +1140,12 @@ input.button.with-text { |
| 1138 | 1140 | font-size: 7pt; |
| 1139 | 1141 | /*float: right;*/ |
| 1140 | 1142 | color: #444; |
| 1141 | - | |
| 1142 | 1143 | } |
| 1144 | +.track_list .item_card .track_stats .comments .label { | |
| 1145 | + display: none; | |
| 1146 | + visibility: hidden; | |
| 1147 | +} | |
| 1148 | + | |
| 1143 | 1149 | /**/ |
| 1144 | 1150 | |
| 1145 | 1151 | |
| ... | ... | @@ -1369,6 +1375,12 @@ input.button.with-text { |
| 1369 | 1375 | font-family: Arial, sans-serif; |
| 1370 | 1376 | } |
| 1371 | 1377 | |
| 1378 | +.action-home-index #content .community-track-plugin_track-card-list-block .view_all a{ | |
| 1379 | + position: absolute; | |
| 1380 | + right: -12px; | |
| 1381 | + top: -33px; | |
| 1382 | +} | |
| 1383 | + | |
| 1372 | 1384 | .action-home-index #content .article-block .short-post .read-more a { |
| 1373 | 1385 | background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; |
| 1374 | 1386 | color: #333; | ... | ... |