Commit 6c3061ee2438c57a1dc86233c2809220fab714aa

Authored by Juliana
2 parents 0289b409 04eb4bdc
Exists in pkg_fixes

Merge branch 'pkg_fixes' of portal.softwarepublico.gov.br:softwarepublico/noosfe…

…ro-spb-theme into pkg_fixes
css/administration-panel.css
... ... @@ -157,3 +157,26 @@
157 157 border: none;
158 158 background: none;
159 159 }
  160 +
  161 +/* Tasks - tmp adjust */
  162 +.action-profile_editor-index #content .pending-tasks{
  163 + max-width: 500px;
  164 + padding: 15px 20px;
  165 + margin: 20px 0 30px 0;
  166 + border: 1px dotted #ccc;
  167 + border-left: 5px solid #FF0366;
  168 + border-radius: 3px;
  169 + display: block;
  170 + background: #fff;
  171 + line-height: 20px;
  172 + font-size: 13px;
  173 +}
  174 +
  175 +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text{
  176 + background: #3E67B1;
  177 + color: #FFF;
  178 +}
  179 +
  180 +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{
  181 + background: #5E82C6;
  182 +}
... ...
css/use-report.css
... ... @@ -210,7 +210,7 @@
210 210 font-weight: 700;
211 211 text-transform: uppercase;
212 212 color: #FFF;
213   - padding: 5px;
  213 + padding: 5px 20px;
214 214 height: 31px;
215 215 line-height: 20px;
216 216 font-family: Arial;
... ...
theme.js
... ... @@ -225,11 +225,12 @@ $('#link-buscar').click(function(e) {
225 225 }
226 226  
227 227 function set_use_report_content() {
228   - $('.make-report-block .make-report-container .button-bar a span').html('avaliar o software');
  228 + $('.profile-homepage .organization-average-rating-container .rate-this-organization a').html('Avalie este software');
  229 + $('.make-report-block .make-report-container .button-bar a span').html('Avalie este software');
229 230 $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.');
230 231 $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos');
231   - $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato');
232   - $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie o software');
  232 + $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'Enviar');
  233 + $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie este software');
233 234 $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software');
234 235 $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)');
235 236 $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa');
... ...