Commit ca411707b162364ec960d7a58166b9421bd4f6c9
1 parent
6c0847d5
Exists in
master
and in
9 other branches
Adjusting use report style
Showing
1 changed file
with
48 additions
and
9 deletions
Show diff stats
style.css
... | ... | @@ -3144,7 +3144,7 @@ input[type=checkbox] { |
3144 | 3144 | border-top: 1px solid #D3D6DE !important; |
3145 | 3145 | color: #172738; |
3146 | 3146 | margin-top: 19px; |
3147 | - padding-top: 30px; | |
3147 | + padding-top: 29px; | |
3148 | 3148 | padding-left: 8px; |
3149 | 3149 | } |
3150 | 3150 | |
... | ... | @@ -3227,6 +3227,25 @@ input[type=checkbox] { |
3227 | 3227 | padding-top: 10px; |
3228 | 3228 | } |
3229 | 3229 | |
3230 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields { | |
3231 | + overflow: auto; | |
3232 | +} | |
3233 | + | |
3234 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments { | |
3235 | + margin-bottom: 19px; | |
3236 | + margin-top: 16px; | |
3237 | +} | |
3238 | + | |
3239 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label { | |
3240 | + font-size: 12px; | |
3241 | +} | |
3242 | + | |
3243 | +#content .star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments input { | |
3244 | + margin-top: 5px; | |
3245 | + padding: 4px 3px 3px 3px; | |
3246 | + width: 366px; | |
3247 | +} | |
3248 | + | |
3230 | 3249 | #content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited, |
3231 | 3250 | #content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-saved-values { |
3232 | 3251 | font-size: 12px; |
... | ... | @@ -3234,31 +3253,51 @@ input[type=checkbox] { |
3234 | 3253 | padding-right: 20px; |
3235 | 3254 | } |
3236 | 3255 | |
3237 | -#content .star-rate-form .star-comment-container .comments-software-extra-fields span { | |
3238 | - border-bottom: 1px dotted #D3D6DE; | |
3256 | +#content .star-rate-form .star-comment-container form .formfieldline { | |
3257 | + margin-bottom: 17px; | |
3258 | +} | |
3259 | + | |
3260 | +#content .star-rate-form .star-comment-container .comments-display-fields { | |
3261 | + border-bottom: 1px dotted #D3D6DE; | |
3262 | + overflow: auto; | |
3263 | +} | |
3264 | + | |
3265 | +#content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { | |
3239 | 3266 | color: #172738; |
3240 | 3267 | display: block; |
3268 | + float: left; | |
3241 | 3269 | font-size: 14px; |
3242 | 3270 | font-weight: 700; |
3243 | - letter-spacing: 0.15px; | |
3244 | - margin-bottom: 16px; | |
3245 | - margin-top: 17px; | |
3246 | 3271 | padding-bottom: 4px; |
3247 | 3272 | } |
3248 | 3273 | |
3274 | +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-up { | |
3275 | + content: url('images/top-arrow-black.png'); | |
3276 | + float: right; | |
3277 | + padding-top: 7px; | |
3278 | + padding-right: 6px; | |
3279 | +} | |
3280 | + | |
3281 | +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-down { | |
3282 | + content: url('images/bottom-arrow-black.png'); | |
3283 | + float: right; | |
3284 | + padding-top: 7px; | |
3285 | + padding-right: 6px; | |
3286 | +} | |
3287 | + | |
3249 | 3288 | #content .star-rate-form .star-comment-container .comments-software-extra-fields #comments_people_benefited, |
3250 | 3289 | #content .star-rate-form .star-comment-container .comments-software-extra-fields #comments_saved_value { |
3251 | - width: 153px; | |
3290 | + width: 167px; | |
3252 | 3291 | padding: 4px; |
3253 | 3292 | margin-top: 4px; |
3254 | 3293 | } |
3255 | 3294 | |
3256 | -/* | |
3295 | + | |
3257 | 3296 | .star-rate-data { |
3258 | 3297 | background-image: url('images/validacao_frontend_relato_de_uso.jpg'); |
3259 | 3298 | background-repeat: no-repeat; |
3260 | 3299 | } |
3261 | -*/ | |
3300 | + | |
3262 | 3301 | |
3263 | 3302 | |
3264 | 3303 | /*********************** PÁGINA DE AJUDA ***********************/ | ... | ... |