Commit c1fb5f644430900e3e0aafb43fed7359059a1d48

Authored by Pedro de Lyra Pereira
1 parent a326d21f

Improving Use Report style

Showing 1 changed file with 24 additions and 9 deletions   Show diff stats
style.css
... ... @@ -3137,23 +3137,23 @@ input[type=checkbox] {
3137 3137 }
3138 3138  
3139 3139 /******************** RELATO DE USO - AVALIAÇÃO DO USUÁRIO **********************/
3140   -
3141   -/***
  3140 +/*
3142 3141 .main-content {
3143 3142 background-image: url('images/tela_listagem_relato_uso_v3.jpg');
3144 3143 background-repeat: no-repeat;
3145 3144 padding: 0px;
3146   -}*/
3147   -
  3145 +}
  3146 +*/
3148 3147 #content .main-content .star-page-title .title {
3149 3148 font-size: 34px !important;
3150 3149 }
3151 3150  
3152 3151 #content .main-content .star-rate-data {
3153 3152 border-top: 1px solid #D3D6DE !important;
  3153 + color: #172738;
3154 3154 margin-top: 19px;
3155   - padding-top: 29px;
3156   - padding-left: 6px;
  3155 + padding-top: 30px;
  3156 + padding-left: 8px;
3157 3157 }
3158 3158  
3159 3159 #content .main-content .star-rate-data .star-rate-form .star-rate-text,
... ... @@ -3212,7 +3212,7 @@ input[type=checkbox] {
3212 3212 }
3213 3213  
3214 3214 #content .main-content .star-rate-data .star-rate-form .star-comment-container .formlabel {
3215   - letter-spacing: -0.15px;
  3215 + letter-spacing: -0.2px;
3216 3216 margin-bottom: 2px;
3217 3217 }
3218 3218  
... ... @@ -3230,8 +3230,9 @@ input[type=checkbox] {
3230 3230 }
3231 3231  
3232 3232 #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar {
3233   - margin-top: 66px;
  3233 + margin-top: 0px;
3234 3234 padding-bottom: 50px;
  3235 + padding-top: 10px;
3235 3236 }
3236 3237  
3237 3238 #content .star-rate-form .star-comment-container .comments-software-extra-fields .comments-software-people-benefited,
... ... @@ -3242,8 +3243,15 @@ input[type=checkbox] {
3242 3243 }
3243 3244  
3244 3245 #content .star-rate-form .star-comment-container .comments-software-extra-fields span {
  3246 + border-bottom: 1px dotted #D3D6DE;
  3247 + color: #172738;
3245 3248 display: block;
3246   - margin-bottom: 10px;
  3249 + font-size: 14px;
  3250 + font-weight: 700;
  3251 + letter-spacing: 0.15px;
  3252 + margin-bottom: 16px;
  3253 + margin-top: 17px;
  3254 + padding-bottom: 4px;
3247 3255 }
3248 3256  
3249 3257 #content .star-rate-form .star-comment-container .comments-software-extra-fields #comments_people_benefited,
... ... @@ -3252,3 +3260,10 @@ input[type=checkbox] {
3252 3260 padding: 4px;
3253 3261 margin-top: 4px;
3254 3262 }
  3263 +
  3264 +/*
  3265 +.star-rate-data {
  3266 + background-image: url('images/validacao_frontend_relato_de_uso.jpg');
  3267 + background-repeat: no-repeat;
  3268 +}
  3269 +*/
... ...