From e9120d0516ef5bb093489be820debaf4ba00131d Mon Sep 17 00:00:00 2001 From: Gustavo Cruz Date: Thu, 13 Feb 2014 18:58:35 -0300 Subject: [PATCH] updating theme --- style.css | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b8274b0..53e17d8 100644 --- a/style.css +++ b/style.css @@ -512,7 +512,7 @@ p { .action-environment_design-index #content .container-block-plugin_container-block .display-content-block .image img { height: 100%; max-height: 200px; - max-width: 295px; + max-width: 250px; } @@ -998,7 +998,7 @@ input.button.with-text { clear: right; margin: 0 9px 9px; max-width: 214px; - height: 405px; + height: 426px; padding: 0; width: 214px; } @@ -1021,7 +1021,7 @@ input.button.with-text { /**/ #content .track_list .item_card .track_content{ - height: 355px; + height: 390px; overflow: hidden; } @@ -1057,6 +1057,7 @@ input.button.with-text { text-align: left; margin: 0 8px; color: #444; + text-transform: uppercase; } @@ -1066,6 +1067,7 @@ input.button.with-text { margin: 0 8px; text-align: left; color: black; + font-size: 12px; } /**/ @@ -1124,7 +1126,7 @@ input.button.with-text { padding: 3px 0 0 30px; text-align: left; font-size: 10pt; - display: block; + /*display: block;*/ color: #444; } .track_list .item_card .track_stats .comments{ @@ -1138,8 +1140,12 @@ input.button.with-text { font-size: 7pt; /*float: right;*/ color: #444; - } +.track_list .item_card .track_stats .comments .label { + display: none; + visibility: hidden; +} + /**/ @@ -1369,6 +1375,12 @@ input.button.with-text { font-family: Arial, sans-serif; } +.action-home-index #content .community-track-plugin_track-card-list-block .view_all a{ + position: absolute; + right: -12px; + top: -33px; +} + .action-home-index #content .article-block .short-post .read-more a { background: url("images/button-read-more-vazio.png") no-repeat scroll left 50% transparent; color: #333; -- libgit2 0.21.2