Commit 6f0f886cd043fc44e8181a7bcee75b94b4dbbd58
1 parent
4b3b2a64
Exists in
master
and in
9 other branches
Adding spb style to software average rating on main page
Showing
2 changed files
with
54 additions
and
0 deletions
Show diff stats
style.css
@@ -3163,6 +3163,50 @@ input[type=checkbox] { | @@ -3163,6 +3163,50 @@ input[type=checkbox] { | ||
3163 | padding: 0px; | 3163 | padding: 0px; |
3164 | }*/ | 3164 | }*/ |
3165 | 3165 | ||
3166 | +/* página principal do software */ | ||
3167 | + | ||
3168 | +#content #software-information-block-table { | ||
3169 | + width: 715px; | ||
3170 | +} | ||
3171 | + | ||
3172 | +#content .community-average-rating-container { | ||
3173 | + /*background-image: url('images/software_relato_uso_cabecalho2.jpg'); | ||
3174 | + background-repeat: no-repeat;*/ | ||
3175 | + margin-top: 21px; | ||
3176 | + overflow: auto; | ||
3177 | +} | ||
3178 | + | ||
3179 | +#content .community-average-rating-container .star-rate-text { | ||
3180 | + font-size: 14px; | ||
3181 | + letter-spacing: 0.2px; | ||
3182 | + margin-right: 5px; | ||
3183 | + padding: 4px 0px 0px 3px; | ||
3184 | +} | ||
3185 | + | ||
3186 | +#content .community-average-rating-container .star-container { | ||
3187 | + margin-top: 2px; | ||
3188 | +} | ||
3189 | + | ||
3190 | +#content .community-average-rating-container .rate-this-community { | ||
3191 | + font-size: 14px; | ||
3192 | + text-decoration: underline; | ||
3193 | + margin: 4px 0px 0px 6px; | ||
3194 | + padding: 0px 0px 0px 15px; | ||
3195 | +} | ||
3196 | + | ||
3197 | +#content .community-average-rating-container .star-container .medium-star-negative, | ||
3198 | +#content .community-average-rating-container .star-container .medium-star-positive { | ||
3199 | + margin-right: 3px; | ||
3200 | +} | ||
3201 | + | ||
3202 | + | ||
3203 | +/* página interna */ | ||
3204 | + | ||
3205 | +#content .main-content .star-page-title, | ||
3206 | +#content .main-content .star-rate-data { | ||
3207 | + max-width: 560px; | ||
3208 | +} | ||
3209 | + | ||
3166 | #content .main-content .star-page-title .title { | 3210 | #content .main-content .star-page-title .title { |
3167 | font-size: 34px !important; | 3211 | font-size: 34px !important; |
3168 | } | 3212 | } |
@@ -3303,6 +3347,11 @@ input[type=checkbox] { | @@ -3303,6 +3347,11 @@ input[type=checkbox] { | ||
3303 | overflow: auto; | 3347 | overflow: auto; |
3304 | } | 3348 | } |
3305 | 3349 | ||
3350 | +#content .star-rate-form .star-comment-container .comments-display-fields:hover span, | ||
3351 | +#content .star-rate-form .star-comment-container .comments-display-fields:hover span:after { | ||
3352 | + opacity: 0.6; | ||
3353 | +} | ||
3354 | + | ||
3306 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { | 3355 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { |
3307 | color: #172738; | 3356 | color: #172738; |
3308 | display: block; | 3357 | display: block; |
@@ -3539,6 +3588,7 @@ input[type=checkbox] { | @@ -3539,6 +3588,7 @@ input[type=checkbox] { | ||
3539 | text-align: center; | 3588 | text-align: center; |
3540 | } | 3589 | } |
3541 | 3590 | ||
3591 | + | ||
3542 | /*********************** PÁGINA DE AJUDA ***********************/ | 3592 | /*********************** PÁGINA DE AJUDA ***********************/ |
3543 | 3593 | ||
3544 | #content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li { | 3594 | #content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li { |
theme.js
@@ -190,6 +190,10 @@ $('#link-buscar').click(function(e) { | @@ -190,6 +190,10 @@ $('#link-buscar').click(function(e) { | ||
190 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); | 190 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); |
191 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited label').html('Número de beneficiados'); | 191 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited label').html('Número de beneficiados'); |
192 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados'); | 192 | $('.star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values label').html('Recursos economizados'); |
193 | + $('.community-average-rating-container .star-rate-text').html('Avaliação dos usuários:'); | ||
194 | + $('.community-average-rating-container .rate-this-community a').html('Avalie o software'); | ||
195 | + | ||
196 | + | ||
193 | } | 197 | } |
194 | 198 | ||
195 | function add_top_tooltips(){ | 199 | function add_top_tooltips(){ |