Commit 30a45bc154732904f380771dc762d6e4d72a94d1

Authored by Pedro de Lyra Pereira
1 parent 46140a9b

Creating style of software rating's list block

Showing 1 changed file with 44 additions and 7 deletions   Show diff stats
style.css
... ... @@ -3129,13 +3129,13 @@ input[type=checkbox] {
3129 3129 }
3130 3130  
3131 3131 /******************** RELATO DE USO - AVALIAÇÃO DO USUÁRIO **********************/
3132   -/*
3133   -.main-content {
  3132 +
  3133 +/*.main-content {
3134 3134 background-image: url('images/tela_listagem_relato_uso_v3.jpg');
3135 3135 background-repeat: no-repeat;
3136 3136 padding: 0px;
3137   -}
3138   -*/
  3137 +}*/
  3138 +
3139 3139 #content .main-content .star-page-title .title {
3140 3140 font-size: 34px !important;
3141 3141 }
... ... @@ -3143,7 +3143,7 @@ input[type=checkbox] {
3143 3143 #content .main-content .star-rate-data {
3144 3144 border-top: 1px solid #D3D6DE !important;
3145 3145 color: #172738;
3146   - margin-top: 19px;
  3146 + margin-top: 16px;
3147 3147 padding-top: 29px;
3148 3148 }
3149 3149  
... ... @@ -3333,9 +3333,9 @@ input[type=checkbox] {
3333 3333 }
3334 3334  
3335 3335 .ratings-list .user-rating-block {
3336   - padding-bottom: 10px;
  3336 + padding-bottom: 23px;
3337 3337 padding-top: 32px;
3338   - margin-top: 23px;
  3338 + margin-top: 10px;
3339 3339 }
3340 3340  
3341 3341 .ratings-list .star-profile-information {
... ... @@ -3387,6 +3387,43 @@ input[type=checkbox] {
3387 3387 margin-top: 10px;
3388 3388 }
3389 3389  
  3390 +#content .ratings-title .block-title {
  3391 + background: none;
  3392 + border-top: none;
  3393 + color: #172738;
  3394 + font-size: 20px;
  3395 + font-weight: 700;
  3396 + letter-spacing: 1.8px;
  3397 + padding: 0px 0px 0px 4px;
  3398 +}
  3399 +
  3400 +.ratings-list .make-report-block {
  3401 + background-image: url('images/test.jpg');
  3402 + background-repeat: no-repeat;
  3403 + padding-top: 32px;
  3404 +}
  3405 +
  3406 +.make-report-block .star-profile-information {
  3407 + padding-right: 13px;
  3408 +}
  3409 +
  3410 +.ratings-list .make-report-block .make-report-container {
  3411 + padding-top: 2px;
  3412 +}
  3413 +
  3414 +.ratings-list .make-report-block .make-report-container .make-report-message {
  3415 + font-size: 18px;
  3416 +}
  3417 +
  3418 +.ratings-list .make-report-block .make-report-container .button-bar {
  3419 + padding-top: 28px;
  3420 +}
  3421 +
  3422 +.ratings-list .make-report-block .make-report-container .button-bar a {
  3423 + background-image: none;
  3424 + text-align: center;
  3425 +}
  3426 +
3390 3427 /*********************** PÁGINA DE AJUDA ***********************/
3391 3428  
3392 3429 #content .main-content .tiny-mce-article .article-body-tiny-mce-article ul.help-list li {
... ...