Commit 7aacfa6ff0f2ef11dd5e49718d83702828813012
Exists in
pkg_fixes
Merge branch 'pkg_fixes' of portal.softwarepublico.gov.br:softwarepublico/noosfe…
…ro-spb-theme into pkg_fixes
Showing
5 changed files
with
57 additions
and
35 deletions
Show diff stats
css/home-page.css
| ... | ... | @@ -384,7 +384,7 @@ |
| 384 | 384 | background-size: 100% 100%; |
| 385 | 385 | } |
| 386 | 386 | |
| 387 | -.action-home-index #content .highlights-container{ | |
| 387 | +.action-home-index #content .highlights-container { | |
| 388 | 388 | border-radius: 8px; |
| 389 | 389 | border-width: 0px 0px 1px 0px; |
| 390 | 390 | border-bottom: none; |
| ... | ... | @@ -396,7 +396,7 @@ |
| 396 | 396 | top: 0; |
| 397 | 397 | } |
| 398 | 398 | |
| 399 | -.action-home-index #content .highlights-image-link{ | |
| 399 | +.action-home-index #content .highlights-image-link { | |
| 400 | 400 | padding: 18px 0px 0px 0px; |
| 401 | 401 | border-radius: 0px 0px 8px 8px; |
| 402 | 402 | width: 220px; |
| ... | ... | @@ -404,12 +404,12 @@ |
| 404 | 404 | background-color: #fff; |
| 405 | 405 | } |
| 406 | 406 | |
| 407 | -.action-home-index #content .highlights-image-link img{ | |
| 407 | +.action-home-index #content .highlights-image-link img { | |
| 408 | 408 | height: 100px; |
| 409 | 409 | max-width: 200px; |
| 410 | 410 | } |
| 411 | 411 | |
| 412 | -.action-home-index #content .highlights-label{ | |
| 412 | +.action-home-index #content .highlights-label { | |
| 413 | 413 | border-top: 4px solid #3b61a7; |
| 414 | 414 | padding: 23px 20px 46px 20px; |
| 415 | 415 | max-height: 60px; |
| ... | ... | @@ -423,13 +423,13 @@ |
| 423 | 423 | vertical-align: middle; |
| 424 | 424 | } |
| 425 | 425 | |
| 426 | -.action-home-index #content .highlights-block-pager{ | |
| 426 | +.action-home-index #content .highlights-block-pager { | |
| 427 | 427 | float: none; |
| 428 | 428 | display: block; |
| 429 | 429 | text-align: center; |
| 430 | 430 | } |
| 431 | 431 | |
| 432 | -.action-home-index #content .highlights-block-pager a{ | |
| 432 | +.action-home-index #content .highlights-block-pager a { | |
| 433 | 433 | margin: 0 4px; |
| 434 | 434 | border-color: transparent; |
| 435 | 435 | border-radius: 50%; |
| ... | ... | @@ -443,7 +443,7 @@ |
| 443 | 443 | display: inline-block; |
| 444 | 444 | } |
| 445 | 445 | |
| 446 | -.action-home-index #content .highlights-block-pager a.activeSlide{ | |
| 446 | +.action-home-index #content .highlights-block-pager a.activeSlide { | |
| 447 | 447 | border-color: transparent; |
| 448 | 448 | background: #3e67b1; |
| 449 | 449 | color: transparent; |
| ... | ... | @@ -456,19 +456,25 @@ |
| 456 | 456 | margin: 0 0 0 55px; |
| 457 | 457 | color: #3867b7; |
| 458 | 458 | cursor: pointer; |
| 459 | + font-family: Arial, helvetica, sans-serif; | |
| 459 | 460 | } |
| 460 | 461 | |
| 461 | -.action-home-index #content span.popover-span{ | |
| 462 | - padding: 1px 6px; | |
| 463 | - border-radius: 50%; | |
| 462 | +.action-home-index #content span.popover-span { | |
| 463 | + padding-top: 2px; | |
| 464 | 464 | background-color: #3867b7; |
| 465 | 465 | color: #ffffff; |
| 466 | 466 | font-weight: bold; |
| 467 | 467 | cursor: pointer; |
| 468 | + height: 15px; | |
| 469 | + font-family: arial; | |
| 470 | + width: 17px; | |
| 471 | + display: inline-block; | |
| 472 | + text-align: center; | |
| 473 | + border-radius: 50%; | |
| 468 | 474 | } |
| 469 | 475 | |
| 470 | 476 | /*** mais software block **/ |
| 471 | -.action-home-index #content #mais-software-block{ | |
| 477 | +.action-home-index #content #mais-software-block { | |
| 472 | 478 | margin: 11px 0px; |
| 473 | 479 | border: 1px solid #c0c1c1; |
| 474 | 480 | border-radius: 8px; | ... | ... |
css/overwriting-base-theme.css
| ... | ... | @@ -20,19 +20,19 @@ |
| 20 | 20 | } |
| 21 | 21 | |
| 22 | 22 | #wrapper { |
| 23 | - margin: 0 auto; | |
| 24 | - font-size: 1.2em; | |
| 25 | - width: 100%; | |
| 23 | + margin: 0 auto; | |
| 24 | + font-size: 1.2em; | |
| 25 | + width: 100%; | |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | .main-content { |
| 29 | - border-style: none; | |
| 30 | - box-shadow: none; | |
| 31 | - padding: 10px 20px; | |
| 29 | + border-style: none; | |
| 30 | + box-shadow: none; | |
| 31 | + padding: 10px 20px; | |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | 34 | .profile-image-block .admin-link { |
| 35 | - font-size: 100%; | |
| 35 | + font-size: 100%; | |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | 38 | /* ==> blocks.css <== */ | ... | ... |
css/popover.css
css/software-catalog-page.css
| ... | ... | @@ -74,16 +74,19 @@ |
| 74 | 74 | } |
| 75 | 75 | |
| 76 | 76 | .action-search-software_infos #software-search-container .search-form .doubts-catalog-software{ |
| 77 | - border:1px solid #3E67B1; | |
| 78 | - border-radius:50%; | |
| 79 | - padding:0px 3px; | |
| 80 | - font-size: 14px; | |
| 81 | - font-weight: 900; | |
| 82 | - background:#3E67B1; | |
| 83 | - color:#fff; | |
| 84 | - font-family: Arial; | |
| 77 | + padding-top: 2px; | |
| 78 | + background-color: #3867b7; | |
| 79 | + color: #ffffff; | |
| 80 | + font-weight: bold; | |
| 85 | 81 | cursor: pointer; |
| 82 | + height: 15px; | |
| 83 | + font-family: arial; | |
| 84 | + width: 17px; | |
| 85 | + display: inline-block; | |
| 86 | + text-align: center; | |
| 87 | + border-radius: 50%; | |
| 86 | 88 | } |
| 89 | + | |
| 87 | 90 | /******/ |
| 88 | 91 | |
| 89 | 92 | .action-search-software_infos #content .search-form .search-field .formfield { |
| ... | ... | @@ -93,7 +96,7 @@ |
| 93 | 96 | } |
| 94 | 97 | |
| 95 | 98 | .action-search-software_infos #content .search-form .search-field #search-input { |
| 96 | - width: 96%; | |
| 99 | + width: 95%; | |
| 97 | 100 | margin: 13px 0px 4px 13px; |
| 98 | 101 | padding: 7px; |
| 99 | 102 | background: #FFF; |
| ... | ... | @@ -283,6 +286,7 @@ |
| 283 | 286 | /*** Search Results ***/ |
| 284 | 287 | .action-search-software_infos #search-results { |
| 285 | 288 | border-top: 1px solid #d7d7d7; |
| 289 | + margin-top: 66px; | |
| 286 | 290 | } |
| 287 | 291 | |
| 288 | 292 | .action-search-software_infos #search-results.only-one-result-box .search-software-item { |
| ... | ... | @@ -292,7 +296,7 @@ |
| 292 | 296 | } |
| 293 | 297 | |
| 294 | 298 | .action-search-software_infos #search-results #search-results-empty{ |
| 295 | - padding: 15px 0px; | |
| 299 | + padding: 30px 0 15px 0; | |
| 296 | 300 | color: #172738; |
| 297 | 301 | font-size: 16px; |
| 298 | 302 | text-align: left; |
| ... | ... | @@ -359,7 +363,7 @@ |
| 359 | 363 | padding-right: 20px; |
| 360 | 364 | top: 0px; |
| 361 | 365 | position: absolute; |
| 362 | - color: #2C4B6B; | |
| 366 | + color: #172738; | |
| 363 | 367 | font-size: 13px; |
| 364 | 368 | font-family: Arial; |
| 365 | 369 | text-align: left; |
| ... | ... | @@ -368,8 +372,7 @@ |
| 368 | 372 | |
| 369 | 373 | .action-search-software_infos #search-results .search-software-item-column-left .extra_info::before{ |
| 370 | 374 | content: url("../images/ic-calendar.png"); |
| 371 | - margin-right: 10px; | |
| 372 | - margin-top: 6px; | |
| 375 | + margin: 6px 10px 20px 0; | |
| 373 | 376 | float: left; |
| 374 | 377 | } |
| 375 | 378 | |
| ... | ... | @@ -411,7 +414,7 @@ |
| 411 | 414 | float: left; |
| 412 | 415 | } |
| 413 | 416 | |
| 414 | -.action-search-software_infos #search-results .search-software-content-block #categories-list li{ | |
| 417 | +.action-search-software_infos #search-results .search-software-content-block #categories-list li { | |
| 415 | 418 | width: auto !important; /* force overwritting from base */ |
| 416 | 419 | margin-left: 7px !important; /* force overwritting from base */ |
| 417 | 420 | float: left; |
| ... | ... | @@ -421,6 +424,18 @@ |
| 421 | 424 | text-decoration: underline; |
| 422 | 425 | } |
| 423 | 426 | |
| 424 | -.action-search-software_infos #search-results .search-software-content-block #categories-list li a{ | |
| 427 | +.action-search-software_infos #search-results .search-software-content-block #categories-list li a { | |
| 425 | 428 | color: #3E67B1; |
| 426 | 429 | } |
| 430 | + | |
| 431 | +.action-search-software_infos #search-results #individually-category br { | |
| 432 | + display: none; | |
| 433 | +} | |
| 434 | + | |
| 435 | +.action-search-software_infos #search-results #individually-category a { | |
| 436 | + margin-right: 10px; | |
| 437 | + float: left; | |
| 438 | + color: #3E67B1; | |
| 439 | + font-size: 13px; | |
| 440 | + text-decoration: underline; | |
| 441 | +} | ... | ... |
css/software-pages.css
| ... | ... | @@ -543,9 +543,9 @@ |
| 543 | 543 | #content .main-block .article-body ul.etapas-publicacao li strong { |
| 544 | 544 | margin-right: 6px; |
| 545 | 545 | border-radius: 50%; |
| 546 | - padding: 1px; | |
| 546 | + padding: 1px 0 0 0; | |
| 547 | 547 | background: #333; |
| 548 | - height: 24px; | |
| 548 | + height: 23px; | |
| 549 | 549 | width: 24px; |
| 550 | 550 | color: #fff; |
| 551 | 551 | text-align: center; | ... | ... |