From ab4a0a6b3f7e37d597dd74d1d41aab9c6f55f99d Mon Sep 17 00:00:00 2001 From: James Marquez Date: Mon, 23 Jun 2014 19:09:10 +0800 Subject: [PATCH] fixed 'Registrants' Section is too close to the right side issue --- .../tcs-responsive/css/challenge-results.css | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/wp-content/themes/tcs-responsive/css/challenge-results.css b/wp-content/themes/tcs-responsive/css/challenge-results.css index 9f2879d3..2545e7a4 100644 --- a/wp-content/themes/tcs-responsive/css/challenge-results.css +++ b/wp-content/themes/tcs-responsive/css/challenge-results.css @@ -261,33 +261,29 @@ color: #666; display: block; } - #winner .competitionDetails div.registrant{ + /*Bugfix refactored-challenge-details-80: fixed inconsistent spacing in results between design and develop*/ + #winner .competitionDetails div.registrant, + .develop #winner .competitionDetails div.registrant{ width: 170px; } .TC #winner .competitionDetails div.registrant{ width: 100px; } - .develop #winner .competitionDetails div.registrant{ - width: 114px; - } .TC .develop #winner .competitionDetails div.registrant{ width: 90px; } - #winner .competitionDetails div.round{ + /*Bugfix refactored-challenge-details-80: fixed inconsistent spacing in results between design and develop*/ + #winner .competitionDetails div.round, + .develop #winner .competitionDetails div.round, + .develop #winner .competitionDetails div.average{ width: 250px; } .TC #winner .competitionDetails div.round{ width: 300px; } - .develop #winner .competitionDetails div.round{ - width: 344px; - } .TC .develop #winner .competitionDetails div.round{ width: 230px; } - .develop #winner .competitionDetails div.average{ - width: 200px; - } .TC .develop #winner .competitionDetails div.average{ width: 155px; }