Commit 67de9ad9fc9d1d9a98104eb062aa4680d879489d
Exists in
pkg_fixes
Merge branch 'pkg_fixes' of https://gitlab.com/softwarepublico/noosfero-spb-theme into pkg_fixes
Conflicts: css/use-report.css
Showing
12 changed files
with
376 additions
and
124 deletions
Show diff stats
css/administration-panel.css
| @@ -57,11 +57,13 @@ | @@ -57,11 +57,13 @@ | ||
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | .action-organizations-index .main-block form#manage-profiles .search-field{ | 59 | .action-organizations-index .main-block form#manage-profiles .search-field{ |
| 60 | - margin-bottom: 30px; | 60 | + margin-bottom: 20px; |
| 61 | + display: block; | ||
| 62 | + height: 30px; | ||
| 61 | } | 63 | } |
| 62 | 64 | ||
| 63 | .action-organizations-index .main-block form#manage-profiles .search-field .formfield { | 65 | .action-organizations-index .main-block form#manage-profiles .search-field .formfield { |
| 64 | - width: 100%; | 66 | + width: 60%; |
| 65 | margin-right: 0.5em; | 67 | margin-right: 0.5em; |
| 66 | float: left; | 68 | float: left; |
| 67 | } | 69 | } |
| @@ -80,13 +82,14 @@ | @@ -80,13 +82,14 @@ | ||
| 80 | 82 | ||
| 81 | .action-organizations-index .main-block form#manage-profiles input.button.submit{ | 83 | .action-organizations-index .main-block form#manage-profiles input.button.submit{ |
| 82 | height: 32px; | 84 | height: 32px; |
| 83 | - margin-top: 8px; | 85 | + float: left; |
| 86 | + margin-left: 10px; | ||
| 84 | padding: 5px 15px; | 87 | padding: 5px 15px; |
| 85 | background: #3E67B1 none; | 88 | background: #3E67B1 none; |
| 86 | color: #FFF; | 89 | color: #FFF; |
| 87 | border-radius: 4px; | 90 | border-radius: 4px; |
| 88 | border: 1px solid #3E67B1; | 91 | border: 1px solid #3E67B1; |
| 89 | - line-height: 22px; | 92 | + line-height: 14px; |
| 90 | font-size: 14px; | 93 | font-size: 14px; |
| 91 | text-transform: uppercase; | 94 | text-transform: uppercase; |
| 92 | } | 95 | } |
| @@ -107,6 +110,10 @@ | @@ -107,6 +110,10 @@ | ||
| 107 | padding: 2px 8px; | 110 | padding: 2px 8px; |
| 108 | } | 111 | } |
| 109 | 112 | ||
| 113 | +.action-organizations-index .main-block table#organizations-list td{ | ||
| 114 | + padding: 8px 8px 0; | ||
| 115 | +} | ||
| 116 | + | ||
| 110 | /*** Features Settings ***/ | 117 | /*** Features Settings ***/ |
| 111 | 118 | ||
| 112 | .controller-features #content form *{ | 119 | .controller-features #content form *{ |
| @@ -135,6 +142,98 @@ | @@ -135,6 +142,98 @@ | ||
| 135 | font-size: 15px; | 142 | font-size: 15px; |
| 136 | } | 143 | } |
| 137 | 144 | ||
| 145 | +/* Manage Users */ | ||
| 146 | +.action-users-index .main-block #search-users{ | ||
| 147 | + background-color: transparent; | ||
| 148 | +} | ||
| 149 | + | ||
| 150 | +.action-users-index .main-block #search-users .search-field{ | ||
| 151 | + margin-bottom: 20px; | ||
| 152 | + display: block; | ||
| 153 | + height: 30px; | ||
| 154 | +} | ||
| 155 | + | ||
| 156 | +.action-users-index .main-block #search-users .search-field .formfield { | ||
| 157 | + width: 70%; | ||
| 158 | + margin-right: 0.5em; | ||
| 159 | + float: left; | ||
| 160 | +} | ||
| 161 | + | ||
| 162 | +.action-users-index .main-block #search-users .search-field .formfield input { | ||
| 163 | + margin-top: 0px; | ||
| 164 | + margin-right: 0.5em; | ||
| 165 | + padding: 6px; | ||
| 166 | + min-width: 97%; | ||
| 167 | + height: 19px; | ||
| 168 | + max-height: 19px; | ||
| 169 | + background: none; | ||
| 170 | + border: 1px solid #ccc; | ||
| 171 | + border-radius: 4px; | ||
| 172 | +} | ||
| 173 | + | ||
| 174 | +.action-users-index .main-block #search-users input.button.submit{ | ||
| 175 | + height: 32px; | ||
| 176 | + float: left; | ||
| 177 | + margin-left: 10px; | ||
| 178 | + padding: 5px 15px; | ||
| 179 | + background: #3E67B1 none; | ||
| 180 | + color: #FFF; | ||
| 181 | + border-radius: 4px; | ||
| 182 | + border: 1px solid #3E67B1; | ||
| 183 | + line-height: 14px; | ||
| 184 | + font-size: 14px; | ||
| 185 | + text-transform: uppercase; | ||
| 186 | +} | ||
| 187 | + | ||
| 188 | +.action-users-index .main-block #search-users input.button.submit:hover{ | ||
| 189 | + background: #5E82C6; | ||
| 190 | +} | ||
| 191 | + | ||
| 192 | +.action-users-index .main-block #users-list th{ | ||
| 193 | + text-align: left; | ||
| 194 | + vertical-align: middle; | ||
| 195 | + padding: 2px 8px; | ||
| 196 | +} | ||
| 197 | + | ||
| 198 | +.action-users-index .main-block #users-list td{ | ||
| 199 | + padding: 8px 8px 0; | ||
| 200 | +} | ||
| 201 | + | ||
| 202 | +/* Manage Roles */ | ||
| 203 | +.action-role-index .main-block th{ | ||
| 204 | + text-align: left; | ||
| 205 | + vertical-align: middle; | ||
| 206 | + padding: 2px 8px; | ||
| 207 | +} | ||
| 208 | + | ||
| 209 | +.action-role-index .main-block td{ | ||
| 210 | + padding: 8px 8px 0; | ||
| 211 | +} | ||
| 212 | + | ||
| 213 | +.action-role-edit #content form input.button.with-text{ | ||
| 214 | + height: 30px; | ||
| 215 | + padding: 5px 15px; | ||
| 216 | + background: #FFF none; | ||
| 217 | + color: #3E67B1; | ||
| 218 | + border-radius: 4px; | ||
| 219 | + border: 1px solid #3E67B1; | ||
| 220 | + font-size: 14px; | ||
| 221 | + line-height: 14px; | ||
| 222 | +} | ||
| 223 | + | ||
| 224 | +/* Manage template */ | ||
| 225 | + | ||
| 226 | +.action-templates-index #content .template-kind th{ | ||
| 227 | + text-align: left; | ||
| 228 | + vertical-align: middle; | ||
| 229 | + padding: 2px 8px; | ||
| 230 | +} | ||
| 231 | + | ||
| 232 | +.action-templates-index #content .template-kind td{ | ||
| 233 | + padding: 8px 8px 0; | ||
| 234 | +} | ||
| 235 | + | ||
| 236 | + | ||
| 138 | /*** Community Admin pages ***/ | 237 | /*** Community Admin pages ***/ |
| 139 | /* Homepage */ | 238 | /* Homepage */ |
| 140 | .action-profile_editor-index #profile-editor-index h1.block-title{ | 239 | .action-profile_editor-index #profile-editor-index h1.block-title{ |
| @@ -157,3 +256,26 @@ | @@ -157,3 +256,26 @@ | ||
| 157 | border: none; | 256 | border: none; |
| 158 | background: none; | 257 | background: none; |
| 159 | } | 258 | } |
| 259 | + | ||
| 260 | +/* Tasks - tmp adjust */ | ||
| 261 | +.action-profile_editor-index #content .pending-tasks{ | ||
| 262 | + max-width: 500px; | ||
| 263 | + padding: 15px 20px; | ||
| 264 | + margin: 20px 0 30px 0; | ||
| 265 | + border: 1px dotted #ccc; | ||
| 266 | + border-left: 5px solid #FF0366; | ||
| 267 | + border-radius: 3px; | ||
| 268 | + display: block; | ||
| 269 | + background: #fff; | ||
| 270 | + line-height: 20px; | ||
| 271 | + font-size: 13px; | ||
| 272 | +} | ||
| 273 | + | ||
| 274 | +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text{ | ||
| 275 | + background: #3E67B1; | ||
| 276 | + color: #FFF; | ||
| 277 | +} | ||
| 278 | + | ||
| 279 | +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{ | ||
| 280 | + background: #5E82C6; | ||
| 281 | +} |
css/community-pages.css
| @@ -171,6 +171,21 @@ | @@ -171,6 +171,21 @@ | ||
| 171 | font-weight: 300; | 171 | font-weight: 300; |
| 172 | } | 172 | } |
| 173 | 173 | ||
| 174 | +/*tabs painel-admin*/ | ||
| 175 | +.action-admin_panel-site_info .ui-tabs .ui-tabs-nav li{ | ||
| 176 | + white-space: normal; | ||
| 177 | + word-wrap:break-word; | ||
| 178 | +} | ||
| 179 | + | ||
| 180 | +.action-admin_panel-site_info .ui-tabs .ui-tabs-nav .ui-tabs-anchor{ | ||
| 181 | + text-align: center; | ||
| 182 | + width: 11.2em; | ||
| 183 | + height: 2.5em; | ||
| 184 | + max-height: 2.5em; | ||
| 185 | + overflow: hidden; | ||
| 186 | + line-height: 16px; | ||
| 187 | +} | ||
| 188 | + | ||
| 174 | /* Community's area tabs */ | 189 | /* Community's area tabs */ |
| 175 | 190 | ||
| 176 | #content #discussions-content{ | 191 | #content #discussions-content{ |
| @@ -481,19 +496,25 @@ float: left; | @@ -481,19 +496,25 @@ float: left; | ||
| 481 | 496 | ||
| 482 | /*Block with Community information - Need to develop solution - Only display on profile page */ | 497 | /*Block with Community information - Need to develop solution - Only display on profile page */ |
| 483 | 498 | ||
| 484 | -.profile-type-is-community .community-block{ | 499 | +.profile-type-is-community .block.community-block{ |
| 485 | display: none; | 500 | display: none; |
| 486 | } | 501 | } |
| 487 | 502 | ||
| 488 | -.profile-type-is-community .action-profile_design-index #content .community-block, | ||
| 489 | -.profile-type-is-community .action-profile-index #content .community-block{ | 503 | +.profile-type-is-community .action-profile_design-index #content .block.community-block, |
| 504 | +.profile-type-is-community .action-profile-index #content .block.community-block{ | ||
| 490 | display: block; | 505 | display: block; |
| 506 | + margin-left: 10px; | ||
| 491 | border: 1px solid #ECEDF1; | 507 | border: 1px solid #ECEDF1; |
| 492 | border-radius: 4px; | 508 | border-radius: 4px; |
| 493 | } | 509 | } |
| 494 | 510 | ||
| 495 | .profile-type-is-community #content .community-block-logo{ | 511 | .profile-type-is-community #content .community-block-logo{ |
| 496 | border-bottom: 3px solid #3E67B1; | 512 | border-bottom: 3px solid #3E67B1; |
| 513 | + padding: 10px; | ||
| 514 | + height: 100px; | ||
| 515 | + width: 165px; | ||
| 516 | + display: table-cell; | ||
| 517 | + vertical-align: middle; | ||
| 497 | } | 518 | } |
| 498 | 519 | ||
| 499 | .profile-type-is-community #content .community-block-title{ | 520 | .profile-type-is-community #content .community-block-title{ |
| @@ -509,24 +530,20 @@ float: left; | @@ -509,24 +530,20 @@ float: left; | ||
| 509 | line-height: 20px; | 530 | line-height: 20px; |
| 510 | } | 531 | } |
| 511 | 532 | ||
| 512 | -.profile-type-is-community #content .community-block-logo{ | ||
| 513 | - padding: 10px; | ||
| 514 | -} | ||
| 515 | - | ||
| 516 | -.profile-type-is-community #content .community-block-logo img.logo{ | ||
| 517 | - height: auto; | ||
| 518 | - width: 100px; | ||
| 519 | - min-width: 100px; | ||
| 520 | - max-width: 170px; | ||
| 521 | -} | ||
| 522 | - | ||
| 523 | .profile-type-is-community #content .community-block-logo a{ | 533 | .profile-type-is-community #content .community-block-logo a{ |
| 524 | display: block; | 534 | display: block; |
| 525 | - height: 100px; | 535 | + height: auto; |
| 526 | overflow: hidden; | 536 | overflow: hidden; |
| 527 | text-align: center; | 537 | text-align: center; |
| 528 | } | 538 | } |
| 529 | 539 | ||
| 540 | +.profile-type-is-community #content .community-block-logo img.logo{ | ||
| 541 | + height: auto; | ||
| 542 | + width: auto; | ||
| 543 | + max-width: 160px; | ||
| 544 | + max-height: 100px; | ||
| 545 | +} | ||
| 546 | + | ||
| 530 | /* Wiki block - Need to develop solution - Only display on profile page */ | 547 | /* Wiki block - Need to develop solution - Only display on profile page */ |
| 531 | .template-default #content .box-3 .wiki-block, | 548 | .template-default #content .box-3 .wiki-block, |
| 532 | .template-lefttopright #content .box-2 .wiki-block{ | 549 | .template-lefttopright #content .box-2 .wiki-block{ |
| @@ -550,6 +567,7 @@ float: left; | @@ -550,6 +567,7 @@ float: left; | ||
| 550 | 567 | ||
| 551 | .profile-type-is-community #content .members-block{ | 568 | .profile-type-is-community #content .members-block{ |
| 552 | display: none; | 569 | display: none; |
| 570 | + margin-left: 10px; | ||
| 553 | border: 1px solid #D3D6DE; | 571 | border: 1px solid #D3D6DE; |
| 554 | border-radius: 4px; | 572 | border-radius: 4px; |
| 555 | } | 573 | } |
| @@ -621,6 +639,7 @@ float: left; | @@ -621,6 +639,7 @@ float: left; | ||
| 621 | /*height: 70px;*/ | 639 | /*height: 70px;*/ |
| 622 | height: 100px; | 640 | height: 100px; |
| 623 | max-height: 100px; | 641 | max-height: 100px; |
| 642 | + margin: 0; | ||
| 624 | } | 643 | } |
| 625 | 644 | ||
| 626 | .profile-type-is-community #content .members-block .menu-submenu{ | 645 | .profile-type-is-community #content .members-block .menu-submenu{ |
| @@ -663,18 +682,19 @@ float: left; | @@ -663,18 +682,19 @@ float: left; | ||
| 663 | } | 682 | } |
| 664 | 683 | ||
| 665 | .profile-type-is-community #content .members-block .common-profile-list-block li{ | 684 | .profile-type-is-community #content .members-block .common-profile-list-block li{ |
| 666 | - margin: 0px !important; | 685 | + margin: 0px; |
| 667 | } | 686 | } |
| 668 | 687 | ||
| 669 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ | 688 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ |
| 670 | display: block; | 689 | display: block; |
| 671 | height: 13px; | 690 | height: 13px; |
| 672 | - top: 2px; | ||
| 673 | - left: 3px; | 691 | + top: 3px; |
| 692 | + left: 4px; | ||
| 674 | padding-bottom: 0px; | 693 | padding-bottom: 0px; |
| 694 | + margin: 0; | ||
| 675 | background: #172738; | 695 | background: #172738; |
| 676 | - border: 1px solid #fff; | ||
| 677 | - opacity: 0.7; | 696 | + border: none; |
| 697 | + border-radius: 4px; | ||
| 678 | } | 698 | } |
| 679 | 699 | ||
| 680 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ | 700 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ |
| @@ -708,10 +728,10 @@ float: left; | @@ -708,10 +728,10 @@ float: left; | ||
| 708 | } | 728 | } |
| 709 | 729 | ||
| 710 | .profile-type-is-community #content .friends-block ul, #content .members-block ul { | 730 | .profile-type-is-community #content .friends-block ul, #content .members-block ul { |
| 711 | - min-width: 196px; | ||
| 712 | - width: 192px; | ||
| 713 | - margin: 0px 0px 0px 0px; | ||
| 714 | - padding: 0px; | 731 | + max-width: 174px; |
| 732 | + min-width: 170px; | ||
| 733 | + margin: 0px; | ||
| 734 | + padding: 0px 5px; | ||
| 715 | } | 735 | } |
| 716 | 736 | ||
| 717 | .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ | 737 | .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ |
| @@ -811,10 +831,14 @@ float: left; | @@ -811,10 +831,14 @@ float: left; | ||
| 811 | margin-right: 5px; | 831 | margin-right: 5px; |
| 812 | } | 832 | } |
| 813 | 833 | ||
| 834 | + | ||
| 814 | .action-profile-members #content .page-members-header a.button.with-text:hover{ | 835 | .action-profile-members #content .page-members-header a.button.with-text:hover{ |
| 815 | border-color: #3E67B1; | 836 | border-color: #3E67B1; |
| 816 | } | 837 | } |
| 817 | 838 | ||
| 839 | +.action-profile-members #content .box-1 .common-profile-list-block .page-members-header span{ | ||
| 840 | + margin-right: auto; | ||
| 841 | +} | ||
| 818 | 842 | ||
| 819 | /* Tabs */ | 843 | /* Tabs */ |
| 820 | 844 | ||
| @@ -880,7 +904,7 @@ float: left; | @@ -880,7 +904,7 @@ float: left; | ||
| 880 | } | 904 | } |
| 881 | 905 | ||
| 882 | .action-profile-members #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { | 906 | .action-profile-members #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { |
| 883 | - margin-bottom: -3px; | 907 | + margin-bottom: -3px !important; /*important need in colab*/ |
| 884 | padding-bottom: 1px; | 908 | padding-bottom: 1px; |
| 885 | border-bottom: 3px solid #FF0366; | 909 | border-bottom: 3px solid #FF0366; |
| 886 | } | 910 | } |
css/edition-pages.css
| @@ -60,6 +60,7 @@ | @@ -60,6 +60,7 @@ | ||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | .controller-cms #content .main-content .formfieldline textarea{ | 62 | .controller-cms #content .main-content .formfieldline textarea{ |
| 63 | + max-width: 500px; | ||
| 63 | padding: 6px; | 64 | padding: 6px; |
| 64 | color: #585858; | 65 | color: #585858; |
| 65 | background: none; | 66 | background: none; |
| @@ -140,14 +141,19 @@ | @@ -140,14 +141,19 @@ | ||
| 140 | height: 30px; | 141 | height: 30px; |
| 141 | padding: 2px 15px; | 142 | padding: 2px 15px; |
| 142 | margin-right: 10px; | 143 | margin-right: 10px; |
| 143 | - color: #FFF; | ||
| 144 | - background: #3E67B1; | ||
| 145 | font-size: 15px; | 144 | font-size: 15px; |
| 145 | + line-height: 14px; | ||
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | -.controller-cms #content .main-content form .button-bar input:hover{ | ||
| 149 | - background: #5E82C6; | ||
| 150 | - border: none; | 148 | +.controller-cms #content .main-content form .button-bar a span{ |
| 149 | + line-height: 32px; | ||
| 150 | +} | ||
| 151 | + | ||
| 152 | +.controller-cms #content .main-content form .button-bar input:hover, | ||
| 153 | +.controller-cms #content .main-content form .button-bar a.button:hover{ | ||
| 154 | + background: #3E67B1; | ||
| 155 | + border-color: #3E67B1; | ||
| 156 | + color: #FFF; | ||
| 151 | } | 157 | } |
| 152 | 158 | ||
| 153 | .controller-cms #content .main-content form .button-bar input.button.with-text{ | 159 | .controller-cms #content .main-content form .button-bar input.button.with-text{ |
| @@ -164,12 +170,6 @@ | @@ -164,12 +170,6 @@ | ||
| 164 | text-align: center; | 170 | text-align: center; |
| 165 | } | 171 | } |
| 166 | 172 | ||
| 167 | -.controller-cms #content .main-content form .button-bar a.button:hover{ | ||
| 168 | - background: none; | ||
| 169 | - color: #3E67B1; | ||
| 170 | - border-color: #3E67B1; | ||
| 171 | -} | ||
| 172 | - | ||
| 173 | .controller-cms #content .main-content form .box-title{ | 173 | .controller-cms #content .main-content form .box-title{ |
| 174 | font-size: 15px; | 174 | font-size: 15px; |
| 175 | font-family: Arial, helvetica; | 175 | font-family: Arial, helvetica; |
| @@ -220,6 +220,9 @@ | @@ -220,6 +220,9 @@ | ||
| 220 | } | 220 | } |
| 221 | 221 | ||
| 222 | /*** Article's edition page ***/ | 222 | /*** Article's edition page ***/ |
| 223 | +#content .text-editor-sidebar { | ||
| 224 | + width: 400px; | ||
| 225 | +} | ||
| 223 | 226 | ||
| 224 | #content .text-editor-sidebar .header{ | 227 | #content .text-editor-sidebar .header{ |
| 225 | padding: 13px 10px; | 228 | padding: 13px 10px; |
| @@ -250,6 +253,10 @@ | @@ -250,6 +253,10 @@ | ||
| 250 | border: 1px solid #D3D6DE; | 253 | border: 1px solid #D3D6DE; |
| 251 | } | 254 | } |
| 252 | 255 | ||
| 256 | +#content .text-editor-sidebar #published-media .section-title { | ||
| 257 | + display: inline-block; | ||
| 258 | +} | ||
| 259 | + | ||
| 253 | /*New Software form*/ | 260 | /*New Software form*/ |
| 254 | 261 | ||
| 255 | .action-software_communities_plugin_myprofile-new_software #content.current-step h3 { | 262 | .action-software_communities_plugin_myprofile-new_software #content.current-step h3 { |
css/home-page.css
| @@ -384,7 +384,7 @@ | @@ -384,7 +384,7 @@ | ||
| 384 | background-size: 100% 100%; | 384 | background-size: 100% 100%; |
| 385 | } | 385 | } |
| 386 | 386 | ||
| 387 | -.action-home-index #content .highlights-container{ | 387 | +.action-home-index #content .highlights-container { |
| 388 | border-radius: 8px; | 388 | border-radius: 8px; |
| 389 | border-width: 0px 0px 1px 0px; | 389 | border-width: 0px 0px 1px 0px; |
| 390 | border-bottom: none; | 390 | border-bottom: none; |
| @@ -396,7 +396,7 @@ | @@ -396,7 +396,7 @@ | ||
| 396 | top: 0; | 396 | top: 0; |
| 397 | } | 397 | } |
| 398 | 398 | ||
| 399 | -.action-home-index #content .highlights-image-link{ | 399 | +.action-home-index #content .highlights-image-link { |
| 400 | padding: 18px 0px 0px 0px; | 400 | padding: 18px 0px 0px 0px; |
| 401 | border-radius: 0px 0px 8px 8px; | 401 | border-radius: 0px 0px 8px 8px; |
| 402 | width: 220px; | 402 | width: 220px; |
| @@ -404,12 +404,12 @@ | @@ -404,12 +404,12 @@ | ||
| 404 | background-color: #fff; | 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 | height: 100px; | 408 | height: 100px; |
| 409 | max-width: 200px; | 409 | max-width: 200px; |
| 410 | } | 410 | } |
| 411 | 411 | ||
| 412 | -.action-home-index #content .highlights-label{ | 412 | +.action-home-index #content .highlights-label { |
| 413 | border-top: 4px solid #3b61a7; | 413 | border-top: 4px solid #3b61a7; |
| 414 | padding: 23px 20px 46px 20px; | 414 | padding: 23px 20px 46px 20px; |
| 415 | max-height: 60px; | 415 | max-height: 60px; |
| @@ -423,13 +423,13 @@ | @@ -423,13 +423,13 @@ | ||
| 423 | vertical-align: middle; | 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 | float: none; | 427 | float: none; |
| 428 | display: block; | 428 | display: block; |
| 429 | text-align: center; | 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 | margin: 0 4px; | 433 | margin: 0 4px; |
| 434 | border-color: transparent; | 434 | border-color: transparent; |
| 435 | border-radius: 50%; | 435 | border-radius: 50%; |
| @@ -443,7 +443,7 @@ | @@ -443,7 +443,7 @@ | ||
| 443 | display: inline-block; | 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 | border-color: transparent; | 447 | border-color: transparent; |
| 448 | background: #3e67b1; | 448 | background: #3e67b1; |
| 449 | color: transparent; | 449 | color: transparent; |
| @@ -456,19 +456,25 @@ | @@ -456,19 +456,25 @@ | ||
| 456 | margin: 0 0 0 55px; | 456 | margin: 0 0 0 55px; |
| 457 | color: #3867b7; | 457 | color: #3867b7; |
| 458 | cursor: pointer; | 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 | background-color: #3867b7; | 464 | background-color: #3867b7; |
| 465 | color: #ffffff; | 465 | color: #ffffff; |
| 466 | font-weight: bold; | 466 | font-weight: bold; |
| 467 | cursor: pointer; | 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 | /*** mais software block **/ | 476 | /*** mais software block **/ |
| 471 | -.action-home-index #content #mais-software-block{ | 477 | +.action-home-index #content #mais-software-block { |
| 472 | margin: 11px 0px; | 478 | margin: 11px 0px; |
| 473 | border: 1px solid #c0c1c1; | 479 | border: 1px solid #c0c1c1; |
| 474 | border-radius: 8px; | 480 | border-radius: 8px; |
css/main-content.css
| @@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
| 42 | #content .pagination a, | 42 | #content .pagination a, |
| 43 | #content .pagination em, | 43 | #content .pagination em, |
| 44 | #content .pagination span{ | 44 | #content .pagination span{ |
| 45 | - padding: 5px 9px; | 45 | + padding: 5px 0; |
| 46 | margin-right: 4px; | 46 | margin-right: 4px; |
| 47 | color: #172738; | 47 | color: #172738; |
| 48 | border: 1px solid #D3D6DE; | 48 | border: 1px solid #D3D6DE; |
| @@ -51,7 +51,13 @@ | @@ -51,7 +51,13 @@ | ||
| 51 | font-size: 12px; | 51 | font-size: 12px; |
| 52 | font-weight: 700; | 52 | font-weight: 700; |
| 53 | text-decoration: none; | 53 | text-decoration: none; |
| 54 | - display: inline-table; | 54 | + display: inline-block; |
| 55 | + width: 30px; | ||
| 56 | +} | ||
| 57 | + | ||
| 58 | +#content .pagination .previous-arrow, | ||
| 59 | +#content .pagination .next-arrow{ | ||
| 60 | + display: none; | ||
| 55 | } | 61 | } |
| 56 | 62 | ||
| 57 | #content .pagination .current { | 63 | #content .pagination .current { |
| @@ -59,14 +65,42 @@ | @@ -59,14 +65,42 @@ | ||
| 59 | font-style: normal; | 65 | font-style: normal; |
| 60 | } | 66 | } |
| 61 | 67 | ||
| 68 | +#content #article .pagination .previous_page, | ||
| 69 | +#content #article .pagination .next_page, | ||
| 70 | +#content .pagination .previous_page, | ||
| 71 | +#content .pagination .next_page{ | ||
| 72 | + position: relative; | ||
| 73 | + padding:5px 9px; | ||
| 74 | +} | ||
| 75 | + | ||
| 76 | +#content #article .pagination .previous_page, | ||
| 62 | #content .pagination .previous_page{ | 77 | #content .pagination .previous_page{ |
| 63 | float: left; | 78 | float: left; |
| 64 | } | 79 | } |
| 65 | 80 | ||
| 81 | +#content #article .pagination .next_page, | ||
| 66 | #content .pagination .next_page{ | 82 | #content .pagination .next_page{ |
| 67 | float: right; | 83 | float: right; |
| 68 | } | 84 | } |
| 69 | 85 | ||
| 86 | +#content .pagination .next_page:after, | ||
| 87 | +#content .pagination .previous_page:before{ | ||
| 88 | + font-family:"FontAwesome"; | ||
| 89 | + font-size: 15px; | ||
| 90 | + font-weight: bold; | ||
| 91 | + line-height: 10px; | ||
| 92 | +} | ||
| 93 | + | ||
| 94 | +#content .pagination .previous_page:before{ | ||
| 95 | + content:"\f104"; | ||
| 96 | + margin:0 10px 0 0; | ||
| 97 | +} | ||
| 98 | + | ||
| 99 | +#content .pagination .next_page:after{ | ||
| 100 | + content:"\f105"; | ||
| 101 | + margin:0 0 0 10px; | ||
| 102 | +} | ||
| 103 | + | ||
| 70 | #content .pagination .previous_page, | 104 | #content .pagination .previous_page, |
| 71 | #content .pagination .next_page{ | 105 | #content .pagination .next_page{ |
| 72 | width: auto; | 106 | width: auto; |
| @@ -97,6 +131,7 @@ | @@ -97,6 +131,7 @@ | ||
| 97 | line-height: 32px; | 131 | line-height: 32px; |
| 98 | } | 132 | } |
| 99 | 133 | ||
| 134 | +#content .button-bar a.button.with-text, | ||
| 100 | #content #article-actions a.button.with-text{ | 135 | #content #article-actions a.button.with-text{ |
| 101 | display: inline-block; | 136 | display: inline-block; |
| 102 | height: 18px; | 137 | height: 18px; |
| @@ -111,6 +146,18 @@ | @@ -111,6 +146,18 @@ | ||
| 111 | text-transform: none; | 146 | text-transform: none; |
| 112 | } | 147 | } |
| 113 | 148 | ||
| 149 | +#content .button-bar .button.with-text.icon-save.submit{ | ||
| 150 | + height: 30px; | ||
| 151 | + padding: 5px 15px; | ||
| 152 | + background: #FFF none; | ||
| 153 | + color: #3E67B1; | ||
| 154 | + border-radius: 4px; | ||
| 155 | + border: 1px solid #3E67B1; | ||
| 156 | + font-size: 14px; | ||
| 157 | + line-height: 14px; | ||
| 158 | +} | ||
| 159 | + | ||
| 160 | +#content .button-bar a.button.with-text span, | ||
| 114 | #content #article-actions a.button.with-text span{ | 161 | #content #article-actions a.button.with-text span{ |
| 115 | padding: 0; | 162 | padding: 0; |
| 116 | } | 163 | } |
| @@ -125,6 +172,7 @@ | @@ -125,6 +172,7 @@ | ||
| 125 | .action-profile-members #content .page-profile-header a.button.with-text{ | 172 | .action-profile-members #content .page-profile-header a.button.with-text{ |
| 126 | border:none; | 173 | border:none; |
| 127 | } | 174 | } |
| 175 | + | ||
| 128 | .action-profile-members #content .button-bar a.button.with-text:hover{ | 176 | .action-profile-members #content .button-bar a.button.with-text:hover{ |
| 129 | border-color: #3E67B1; | 177 | border-color: #3E67B1; |
| 130 | } | 178 | } |
| @@ -141,6 +189,8 @@ | @@ -141,6 +189,8 @@ | ||
| 141 | line-height: 32px; | 189 | line-height: 32px; |
| 142 | } | 190 | } |
| 143 | 191 | ||
| 192 | +#content .button-bar .button.with-text.icon-save.submit:hover, | ||
| 193 | +#content .button-bar a.button.with-text:hover, | ||
| 144 | #content a.button:hover, | 194 | #content a.button:hover, |
| 145 | #content #article-actions a.button.with-text:hover, | 195 | #content #article-actions a.button.with-text:hover, |
| 146 | #content input.button.with-text:hover{ | 196 | #content input.button.with-text:hover{ |
css/overwriting-base-theme.css
| @@ -20,19 +20,19 @@ | @@ -20,19 +20,19 @@ | ||
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | #wrapper { | 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 | .main-content { | 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 | .profile-image-block .admin-link { | 34 | .profile-image-block .admin-link { |
| 35 | - font-size: 100%; | 35 | + font-size: 100%; |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | /* ==> blocks.css <== */ | 38 | /* ==> blocks.css <== */ |
css/popover.css
| @@ -151,7 +151,7 @@ | @@ -151,7 +151,7 @@ | ||
| 151 | font-size: 14px; | 151 | font-size: 14px; |
| 152 | line-height: 20px; | 152 | line-height: 20px; |
| 153 | } | 153 | } |
| 154 | - | 154 | + |
| 155 | .highlights-popover span { | 155 | .highlights-popover span { |
| 156 | font-weight: bold; | 156 | font-weight: bold; |
| 157 | border-bottom: 1px dotted #FFFFFF; | 157 | border-bottom: 1px dotted #FFFFFF; |
| @@ -163,17 +163,33 @@ | @@ -163,17 +163,33 @@ | ||
| 163 | #content .highlights-popover a:link { | 163 | #content .highlights-popover a:link { |
| 164 | font-weight: bold; | 164 | font-weight: bold; |
| 165 | color: #FFFFFF; | 165 | color: #FFFFFF; |
| 166 | - display: block; | 166 | +} |
| 167 | + | ||
| 168 | +#content .highlights-popover .inner-content a, | ||
| 169 | +#content .highlights-popover .inner-content a:visited, | ||
| 170 | +#content .highlights-popover .inner-content a:hover, | ||
| 171 | +#content .highlights-popover .inner-content a:link{ | ||
| 172 | + font-weight: bold; | ||
| 173 | + color: #FFFFFF; | ||
| 174 | + border-bottom: dotted 1px; | ||
| 175 | +} | ||
| 176 | + | ||
| 177 | +#content .highlights-popover .see-all a, | ||
| 178 | +#content .highlights-popover .see-all a:visited, | ||
| 179 | +#content .highlights-popover .see-all a:hover, | ||
| 180 | +#content .highlights-popover .see-all a:link { | ||
| 167 | padding: 8px 15px; | 181 | padding: 8px 15px; |
| 168 | border-top: 1px dotted rgba(255,255,255,0.1); | 182 | border-top: 1px dotted rgba(255,255,255,0.1); |
| 183 | + display: block; | ||
| 169 | } | 184 | } |
| 170 | 185 | ||
| 171 | -.highlights-popover a:before { | 186 | +.highlights-popover .see-all a:before { |
| 172 | font-family: "FontAwesome"; | 187 | font-family: "FontAwesome"; |
| 173 | content: "\f067"; | 188 | content: "\f067"; |
| 174 | vertical-align: middle; | 189 | vertical-align: middle; |
| 175 | color: #ff0066; | 190 | color: #ff0066; |
| 176 | padding: 0 5px 0 0; | 191 | padding: 0 5px 0 0; |
| 192 | + font-size: 10px; | ||
| 177 | } | 193 | } |
| 178 | 194 | ||
| 179 | .highlights-popover.top > .arrow, | 195 | .highlights-popover.top > .arrow, |
css/search-pages.css
| @@ -2,14 +2,22 @@ | @@ -2,14 +2,22 @@ | ||
| 2 | 2 | ||
| 3 | .action-search-index #content form #search-header, | 3 | .action-search-index #content form #search-header, |
| 4 | .action-search-people #content form #search-header, | 4 | .action-search-people #content form #search-header, |
| 5 | -.action-search-communities #content form #search-header{ | ||
| 6 | - margin-top: 5px; | 5 | +.action-search-communities #content form #search-header { |
| 7 | float: right; | 6 | float: right; |
| 8 | border: none; | 7 | border: none; |
| 9 | } | 8 | } |
| 10 | 9 | ||
| 10 | +.action-search-index #content form #search-header { | ||
| 11 | + margin-top: 5px; | ||
| 12 | +} | ||
| 13 | + | ||
| 14 | +.action-search-people #content form #search-header, | ||
| 15 | +.action-search-communities #content form #search-header { | ||
| 16 | + margin: 0 0 15px 0 ; | ||
| 17 | +} | ||
| 18 | + | ||
| 11 | .action-search-people #content form #search-header #search-filters .sod_select, | 19 | .action-search-people #content form #search-header #search-filters .sod_select, |
| 12 | -.action-search-communities #content form #search-header #search-filters .sod_select{ | 20 | +.action-search-communities #content form #search-header #search-filters .sod_select { |
| 13 | color: #3E67B1; | 21 | color: #3E67B1; |
| 14 | border: 1px solid #3E67B1; | 22 | border: 1px solid #3E67B1; |
| 15 | border-radius: 4px; | 23 | border-radius: 4px; |
| @@ -20,7 +28,7 @@ | @@ -20,7 +28,7 @@ | ||
| 20 | } | 28 | } |
| 21 | 29 | ||
| 22 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list, | 30 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list, |
| 23 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list{ | 31 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list { |
| 24 | margin: -2px 0 0 -1px; | 32 | margin: -2px 0 0 -1px; |
| 25 | color: #3E67B1; | 33 | color: #3E67B1; |
| 26 | border: 1px solid #3E67B1; | 34 | border: 1px solid #3E67B1; |
| @@ -32,17 +40,17 @@ | @@ -32,17 +40,17 @@ | ||
| 32 | } | 40 | } |
| 33 | 41 | ||
| 34 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .active, | 42 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .active, |
| 35 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .active{ | 43 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .active { |
| 36 | border-radius: 0px 0px 4px 4px; | 44 | border-radius: 0px 0px 4px 4px; |
| 37 | } | 45 | } |
| 38 | 46 | ||
| 39 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .selected, | 47 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .selected, |
| 40 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .selected{ | 48 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .selected { |
| 41 | padding-right: 21px; | 49 | padding-right: 21px; |
| 42 | } | 50 | } |
| 43 | 51 | ||
| 44 | .action-search-people #content form #search-subheader .sod_select, | 52 | .action-search-people #content form #search-subheader .sod_select, |
| 45 | -.action-search-communities #content form #search-subheader .sod_select{ | 53 | +.action-search-communities #content form #search-subheader .sod_select { |
| 46 | line-height: 15px; | 54 | line-height: 15px; |
| 47 | } | 55 | } |
| 48 | 56 | ||
| @@ -60,46 +68,45 @@ | @@ -60,46 +68,45 @@ | ||
| 60 | } | 68 | } |
| 61 | .action-search-index #content form .search-field .formfield input, | 69 | .action-search-index #content form .search-field .formfield input, |
| 62 | .action-search-people #content form .search-field .formfield input, | 70 | .action-search-people #content form .search-field .formfield input, |
| 63 | -.action-search-communities #content form .search-field .formfield input{ | 71 | +.action-search-communities #content form .search-field .formfield input { |
| 64 | margin-top: 0px; | 72 | margin-top: 0px; |
| 65 | padding: 6px; | 73 | padding: 6px; |
| 66 | height: 19px; | 74 | height: 19px; |
| 67 | max-height: 19px; | 75 | max-height: 19px; |
| 68 | - max-width: 98%; | ||
| 69 | background: none; | 76 | background: none; |
| 70 | border: 1px solid #ccc; | 77 | border: 1px solid #ccc; |
| 71 | border-radius: 4px; | 78 | border-radius: 4px; |
| 79 | + margin-bottom: 15px; | ||
| 80 | + font-size: 14px; | ||
| 72 | } | 81 | } |
| 73 | 82 | ||
| 74 | .action-search-index #content form input.button.submit, | 83 | .action-search-index #content form input.button.submit, |
| 75 | .action-search-people #content form input.button.submit, | 84 | .action-search-people #content form input.button.submit, |
| 76 | -.action-search-communities #content form input.button.submit{ | ||
| 77 | - height: 32px; | ||
| 78 | - margin-top: 8px; | ||
| 79 | - padding: 5px 15px; | ||
| 80 | - background: #3E67B1 none; | 85 | +.action-search-communities #content form input.button.submit { |
| 86 | + background: #3E67B1; | ||
| 81 | color: #FFF; | 87 | color: #FFF; |
| 82 | border-radius: 4px; | 88 | border-radius: 4px; |
| 83 | - border: 1px solid #3E67B1; | ||
| 84 | - font-size: 14px; | 89 | + width: 108px; |
| 85 | line-height: 14px; | 90 | line-height: 14px; |
| 91 | + font-size: 14px; | ||
| 92 | + font-family: "open_sansbold", Arial, sans-serif; | ||
| 86 | text-transform: uppercase; | 93 | text-transform: uppercase; |
| 87 | } | 94 | } |
| 88 | 95 | ||
| 89 | .action-search-index #content form input.button.submit:hover, | 96 | .action-search-index #content form input.button.submit:hover, |
| 90 | .action-search-people #content form input.button.submit:hover, | 97 | .action-search-people #content form input.button.submit:hover, |
| 91 | -.action-search-communities #content form input.button.submit:hover{ | 98 | +.action-search-communities #content form input.button.submit:hover { |
| 92 | background: #5E82C6; | 99 | background: #5E82C6; |
| 93 | } | 100 | } |
| 94 | 101 | ||
| 95 | .action-search-people #search-results .search-results-type-people, | 102 | .action-search-people #search-results .search-results-type-people, |
| 96 | -.action-search-communities #search-results .search-results-type-community{ | 103 | +.action-search-communities #search-results .search-results-type-community { |
| 97 | background: none; | 104 | background: none; |
| 98 | border: 1px solid #ccc; | 105 | border: 1px solid #ccc; |
| 99 | border-radius: 10px; | 106 | border-radius: 10px; |
| 100 | } | 107 | } |
| 101 | 108 | ||
| 102 | -.action-search-index #search-results h3{ | 109 | +.action-search-index #search-results h3 { |
| 103 | margin: 20px 0 10px 0; | 110 | margin: 20px 0 10px 0; |
| 104 | color: #172738; | 111 | color: #172738; |
| 105 | font-size:18px; | 112 | font-size:18px; |
| @@ -109,7 +116,7 @@ | @@ -109,7 +116,7 @@ | ||
| 109 | font-variant: normal; | 116 | font-variant: normal; |
| 110 | } | 117 | } |
| 111 | 118 | ||
| 112 | -.action-search-index #search-results .search-results-innerbox{ | 119 | +.action-search-index #search-results .search-results-innerbox { |
| 113 | background: none; | 120 | background: none; |
| 114 | border: 1px solid #ccc; | 121 | border: 1px solid #ccc; |
| 115 | } | 122 | } |
css/software-catalog-page.css
| @@ -74,16 +74,19 @@ | @@ -74,16 +74,19 @@ | ||
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | .action-search-software_infos #software-search-container .search-form .doubts-catalog-software{ | 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 | cursor: pointer; | 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 | .action-search-software_infos #content .search-form .search-field .formfield { | 92 | .action-search-software_infos #content .search-form .search-field .formfield { |
| @@ -93,7 +96,7 @@ | @@ -93,7 +96,7 @@ | ||
| 93 | } | 96 | } |
| 94 | 97 | ||
| 95 | .action-search-software_infos #content .search-form .search-field #search-input { | 98 | .action-search-software_infos #content .search-form .search-field #search-input { |
| 96 | - width: 96%; | 99 | + width: 95%; |
| 97 | margin: 13px 0px 4px 13px; | 100 | margin: 13px 0px 4px 13px; |
| 98 | padding: 7px; | 101 | padding: 7px; |
| 99 | background: #FFF; | 102 | background: #FFF; |
| @@ -283,6 +286,7 @@ | @@ -283,6 +286,7 @@ | ||
| 283 | /*** Search Results ***/ | 286 | /*** Search Results ***/ |
| 284 | .action-search-software_infos #search-results { | 287 | .action-search-software_infos #search-results { |
| 285 | border-top: 1px solid #d7d7d7; | 288 | border-top: 1px solid #d7d7d7; |
| 289 | + margin-top: 66px; | ||
| 286 | } | 290 | } |
| 287 | 291 | ||
| 288 | .action-search-software_infos #search-results.only-one-result-box .search-software-item { | 292 | .action-search-software_infos #search-results.only-one-result-box .search-software-item { |
| @@ -292,7 +296,7 @@ | @@ -292,7 +296,7 @@ | ||
| 292 | } | 296 | } |
| 293 | 297 | ||
| 294 | .action-search-software_infos #search-results #search-results-empty{ | 298 | .action-search-software_infos #search-results #search-results-empty{ |
| 295 | - padding: 15px 0px; | 299 | + padding: 30px 0 15px 0; |
| 296 | color: #172738; | 300 | color: #172738; |
| 297 | font-size: 16px; | 301 | font-size: 16px; |
| 298 | text-align: left; | 302 | text-align: left; |
| @@ -359,7 +363,7 @@ | @@ -359,7 +363,7 @@ | ||
| 359 | padding-right: 20px; | 363 | padding-right: 20px; |
| 360 | top: 0px; | 364 | top: 0px; |
| 361 | position: absolute; | 365 | position: absolute; |
| 362 | - color: #2C4B6B; | 366 | + color: #172738; |
| 363 | font-size: 13px; | 367 | font-size: 13px; |
| 364 | font-family: Arial; | 368 | font-family: Arial; |
| 365 | text-align: left; | 369 | text-align: left; |
| @@ -368,8 +372,7 @@ | @@ -368,8 +372,7 @@ | ||
| 368 | 372 | ||
| 369 | .action-search-software_infos #search-results .search-software-item-column-left .extra_info::before{ | 373 | .action-search-software_infos #search-results .search-software-item-column-left .extra_info::before{ |
| 370 | content: url("../images/ic-calendar.png"); | 374 | content: url("../images/ic-calendar.png"); |
| 371 | - margin-right: 10px; | ||
| 372 | - margin-top: 6px; | 375 | + margin: 6px 10px 20px 0; |
| 373 | float: left; | 376 | float: left; |
| 374 | } | 377 | } |
| 375 | 378 | ||
| @@ -411,7 +414,7 @@ | @@ -411,7 +414,7 @@ | ||
| 411 | float: left; | 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 | width: auto !important; /* force overwritting from base */ | 418 | width: auto !important; /* force overwritting from base */ |
| 416 | margin-left: 7px !important; /* force overwritting from base */ | 419 | margin-left: 7px !important; /* force overwritting from base */ |
| 417 | float: left; | 420 | float: left; |
| @@ -421,6 +424,18 @@ | @@ -421,6 +424,18 @@ | ||
| 421 | text-decoration: underline; | 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 | color: #3E67B1; | 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
| @@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | #content .download-block .download-list li { | 67 | #content .download-block .download-list li { |
| 68 | - padding: 30px 10px 25px 10px; | 68 | + padding: 30px 10px 25px 20px; |
| 69 | border-top: 1px solid #D3D6DE; | 69 | border-top: 1px solid #D3D6DE; |
| 70 | clear: both; | 70 | clear: both; |
| 71 | } | 71 | } |
| @@ -156,10 +156,16 @@ | @@ -156,10 +156,16 @@ | ||
| 156 | display: none; | 156 | display: none; |
| 157 | } | 157 | } |
| 158 | 158 | ||
| 159 | -.profile-homepage #article .article-body h1 { | ||
| 160 | - border-top: 1px solid #ECEDF1; | 159 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h1, |
| 160 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h2, | ||
| 161 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h3, | ||
| 162 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h4, | ||
| 163 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h5, | ||
| 164 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h6 { | ||
| 165 | + /* border-top: 1px solid #ECEDF1; | ||
| 161 | border-bottom: none; | 166 | border-bottom: none; |
| 162 | - padding-top: 25px; | 167 | + padding-top: 25px; */ |
| 168 | + font-size: 18px; | ||
| 163 | } | 169 | } |
| 164 | 170 | ||
| 165 | .profile-homepage #article .article-body p { | 171 | .profile-homepage #article .article-body p { |
| @@ -169,10 +175,6 @@ | @@ -169,10 +175,6 @@ | ||
| 169 | font-size: 15px; | 175 | font-size: 15px; |
| 170 | } | 176 | } |
| 171 | 177 | ||
| 172 | -.profile-homepage #article .article-body hr { | ||
| 173 | - display: none; | ||
| 174 | -} | ||
| 175 | - | ||
| 176 | .profile-homepage #article .article-body ul { | 178 | .profile-homepage #article .article-body ul { |
| 177 | background-repeat: no-repeat; | 179 | background-repeat: no-repeat; |
| 178 | list-style-position: inside; | 180 | list-style-position: inside; |
| @@ -312,8 +314,8 @@ | @@ -312,8 +314,8 @@ | ||
| 312 | color:#172738; | 314 | color:#172738; |
| 313 | } | 315 | } |
| 314 | 316 | ||
| 315 | -.template-default .box-3 #bt_wiki:after, | ||
| 316 | -.template-default .box-3 #bt_repositorio:after{ | 317 | +.template-default .box-3 #bt_wiki::after, |
| 318 | +.template-default .box-3 #bt_repositorio::after{ | ||
| 317 | margin-top: -2px; | 319 | margin-top: -2px; |
| 318 | padding: 4px 0px 4px 2px; | 320 | padding: 4px 0px 4px 2px; |
| 319 | border-radius: 4px; | 321 | border-radius: 4px; |
| @@ -426,16 +428,16 @@ | @@ -426,16 +428,16 @@ | ||
| 426 | 428 | ||
| 427 | .template-lefttopright .box-2 #bt_wiki::after, | 429 | .template-lefttopright .box-2 #bt_wiki::after, |
| 428 | .template-lefttopright .box-2 #bt_repositorio::after{ | 430 | .template-lefttopright .box-2 #bt_repositorio::after{ |
| 431 | + width: 18px; | ||
| 432 | + position: absolute; | ||
| 433 | + right: 10px; | ||
| 429 | margin-top: -2px; | 434 | margin-top: -2px; |
| 430 | padding: 4px 0px 4px 2px; | 435 | padding: 4px 0px 4px 2px; |
| 431 | border-radius: 4px; | 436 | border-radius: 4px; |
| 432 | - width: 18px; | ||
| 433 | - right: 10px; | ||
| 434 | - line-height: 20px; | ||
| 435 | - position: absolute; | ||
| 436 | background: #2C66CE; | 437 | background: #2C66CE; |
| 437 | color: #FFF; | 438 | color: #FFF; |
| 438 | font-size: 16px; | 439 | font-size: 16px; |
| 440 | + line-height: 12px; | ||
| 439 | text-align: center; | 441 | text-align: center; |
| 440 | content: url('../images/right-arrow.png'); | 442 | content: url('../images/right-arrow.png'); |
| 441 | } | 443 | } |
| @@ -545,9 +547,9 @@ | @@ -545,9 +547,9 @@ | ||
| 545 | #content .main-block .article-body ul.etapas-publicacao li strong { | 547 | #content .main-block .article-body ul.etapas-publicacao li strong { |
| 546 | margin-right: 6px; | 548 | margin-right: 6px; |
| 547 | border-radius: 50%; | 549 | border-radius: 50%; |
| 548 | - padding: 1px; | 550 | + padding: 1px 0 0 0; |
| 549 | background: #333; | 551 | background: #333; |
| 550 | - height: 24px; | 552 | + height: 23px; |
| 551 | width: 24px; | 553 | width: 24px; |
| 552 | color: #fff; | 554 | color: #fff; |
| 553 | text-align: center; | 555 | text-align: center; |
css/use-report.css
| @@ -19,13 +19,13 @@ | @@ -19,13 +19,13 @@ | ||
| 19 | 19 | ||
| 20 | .profile-homepage #content .organization-average-rating-container .rate-this-organization { | 20 | .profile-homepage #content .organization-average-rating-container .rate-this-organization { |
| 21 | font-size: 14px; | 21 | font-size: 14px; |
| 22 | - text-decoration: underline; | ||
| 23 | margin: 4px 0px 0px 6px; | 22 | margin: 4px 0px 0px 6px; |
| 24 | padding: 0px 0px 0px 15px; | 23 | padding: 0px 0px 0px 15px; |
| 25 | } | 24 | } |
| 26 | 25 | ||
| 27 | .profile-homepage #content .organization-average-rating-container .rate-this-organization a { | 26 | .profile-homepage #content .organization-average-rating-container .rate-this-organization a { |
| 28 | color: #2c66ce; | 27 | color: #2c66ce; |
| 28 | + text-decoration: underline; | ||
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | .profile-homepage #content .organization-average-rating-container .star-container .medium-star-negative, | 31 | .profile-homepage #content .organization-average-rating-container .star-container .medium-star-negative, |
| @@ -287,29 +287,31 @@ | @@ -287,29 +287,31 @@ | ||
| 287 | } | 287 | } |
| 288 | 288 | ||
| 289 | #content .star-rate-form .star-comment-container .comments-display-fields:hover span, | 289 | #content .star-rate-form .star-comment-container .comments-display-fields:hover span, |
| 290 | -#content .star-rate-form .star-comment-container .comments-display-fields:hover span:after { | 290 | +#content .star-rate-form .star-comment-container .comments-display-fields:hover span::after { |
| 291 | opacity: 0.6; | 291 | opacity: 0.6; |
| 292 | } | 292 | } |
| 293 | 293 | ||
| 294 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { | 294 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { |
| 295 | - color: #172738; | ||
| 296 | - display: block; | ||
| 297 | float: left; | 295 | float: left; |
| 296 | + padding-bottom: 4px; | ||
| 297 | + color: #172738; | ||
| 298 | font-size: 14px; | 298 | font-size: 14px; |
| 299 | font-weight: 700; | 299 | font-weight: 700; |
| 300 | - padding-bottom: 4px; | 300 | +} |
| 301 | + | ||
| 302 | +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-down, | ||
| 303 | +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-up{ | ||
| 304 | + float: right; | ||
| 301 | } | 305 | } |
| 302 | 306 | ||
| 303 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after { | 307 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after { |
| 304 | content: url('../images/top-arrow-black.png'); | 308 | content: url('../images/top-arrow-black.png'); |
| 305 | - float: right; | ||
| 306 | padding-top: 7px; | 309 | padding-top: 7px; |
| 307 | padding-right: 6px; | 310 | padding-right: 6px; |
| 308 | } | 311 | } |
| 309 | 312 | ||
| 310 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { | 313 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { |
| 311 | content: url('../images/bottom-arrow-black.png'); | 314 | content: url('../images/bottom-arrow-black.png'); |
| 312 | - float: right; | ||
| 313 | padding-top: 7px; | 315 | padding-top: 7px; |
| 314 | padding-right: 6px; | 316 | padding-right: 6px; |
| 315 | } | 317 | } |
theme.js
| @@ -225,11 +225,12 @@ $('#link-buscar').click(function(e) { | @@ -225,11 +225,12 @@ $('#link-buscar').click(function(e) { | ||
| 225 | } | 225 | } |
| 226 | 226 | ||
| 227 | function set_use_report_content() { | 227 | function set_use_report_content() { |
| 228 | - $('.make-report-block .make-report-container .button-bar a span').html('avaliar o software'); | 228 | + $('.profile-homepage .organization-average-rating-container .rate-this-organization a').html('Avalie este software'); |
| 229 | + $('.make-report-block .make-report-container .button-bar a span').html('Avalie este software'); | ||
| 229 | $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); | 230 | $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); |
| 230 | $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); | 231 | $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); |
| 231 | - $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'enviar relato'); | ||
| 232 | - $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie o software'); | 232 | + $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'Enviar'); |
| 233 | + $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie este software'); | ||
| 233 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); | 234 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); |
| 234 | $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); | 235 | $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); |
| 235 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); | 236 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); |