From a2ec3177d03baa0ac8842b7036eff2f4dabb5743 Mon Sep 17 00:00:00 2001 From: pedrodelyra Date: Mon, 27 Jul 2015 16:32:04 -0300 Subject: [PATCH] Adding small adjustments to use report list --- style.css | 42 ++++++++++++++++++++++++++++++++++++++++-- theme.js | 7 +++++++ 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 7ebb856..df05c09 100644 --- a/style.css +++ b/style.css @@ -3398,7 +3398,7 @@ input[type=checkbox] { } .ratings-list .make-report-block { - background-image: url('images/test.jpg'); + /*background-image: url('images/test.jpg');*/ background-repeat: no-repeat; padding-top: 32px; } @@ -3407,6 +3407,11 @@ input[type=checkbox] { padding-right: 13px; } +.make-report-block .star-profile-information .star-profile-name { + margin-top: 8px; + width: 70px; +} + .ratings-list .make-report-block .make-report-container { padding-top: 2px; } @@ -3416,11 +3421,44 @@ input[type=checkbox] { } .ratings-list .make-report-block .make-report-container .button-bar { - padding-top: 28px; + padding-top: 6px; } .ratings-list .make-report-block .make-report-container .button-bar a { + background-color: #3E67B1 !important; background-image: none; + color: #fff !important; + font-weight: 700; + font-size: 14px; + height: 31px; + padding: 0px 7px 0px 7px; + text-transform: uppercase; +} + +.ratings-list a.icon-arrow-right-p { + background: none; + /*background-image: url('images/teste2.jpg');*/ + color: #172738 !important; + font-family: 'Open Sans'; + font-size: 11px; + float: none; + margin-top: 0px; + padding-right: 0px; + padding-top: 22px; + padding-bottom: 20px; + text-align: right; + text-transform: uppercase; +} + +.ratings-list a.icon-arrow-right-p:after { + background-color: #3E67B1 !important; + border-radius: 4px; + content: url('images/right-arrow.png'); + font-size: 15px; + line-height: 20px; + margin-left: 9px; + padding-left: 8px; + padding-right: 5px; text-align: center; } diff --git a/theme.js b/theme.js index de4ef29..2a70348 100644 --- a/theme.js +++ b/theme.js @@ -179,6 +179,12 @@ $('#link-buscar').click(function(e) { }); } + function set_use_report_content() { + $('.make-report-block .make-report-container .button-bar a span').html('relatar uso'); + $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); + $('.ratings-list a.icon-arrow-right-p').html('veja todos os relatos'); + } + $(document).ready(function(){ set_events(); move_article_buttons(); @@ -187,5 +193,6 @@ $('#link-buscar').click(function(e) { set_uploaded_files_names(); set_tooltip_content(); set_arrow_direction(); + set_use_report_content(); }); })(jQuery); -- libgit2 0.21.2