Commit b1b2f0ddf7bf304e054aec235ccf2688d2c4a1a1

Authored by Antonio Terceiro
2 parents 4215caf4 d8a0dcaa
Exists in master and in 79 other branches add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup_not_prod, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, dev_env_minimal, disable_email_dev, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_api, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, prezento, refactor_download_block, refactor_software_communities, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove-unused-images, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_simple_version, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_minimal_env, spb_to_rails4, spec_refactor, stable-4.1, stable-4.2, stable-4.x, temp_soft_comm_refactoring, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_software_api, update_softwares_boxes

Merge branch 'frontend-fixes' into 'master'

Frontend fixes

Tudo certo, @terceiro

Creio que as alterações da pkg_fixes estão sim nesta nova branch que o senhor criou.

Att, Álvaro Fernando.

See merge request !47
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
... ... @@ -57,11 +57,13 @@
57 57 }
58 58  
59 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 65 .action-organizations-index .main-block form#manage-profiles .search-field .formfield {
64   - width: 100%;
  66 + width: 60%;
65 67 margin-right: 0.5em;
66 68 float: left;
67 69 }
... ... @@ -80,13 +82,14 @@
80 82  
81 83 .action-organizations-index .main-block form#manage-profiles input.button.submit{
82 84 height: 32px;
83   - margin-top: 8px;
  85 + float: left;
  86 + margin-left: 10px;
84 87 padding: 5px 15px;
85 88 background: #3E67B1 none;
86 89 color: #FFF;
87 90 border-radius: 4px;
88 91 border: 1px solid #3E67B1;
89   - line-height: 22px;
  92 + line-height: 14px;
90 93 font-size: 14px;
91 94 text-transform: uppercase;
92 95 }
... ... @@ -107,6 +110,10 @@
107 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 117 /*** Features Settings ***/
111 118  
112 119 .controller-features #content form *{
... ... @@ -135,6 +142,98 @@
135 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 237 /*** Community Admin pages ***/
139 238 /* Homepage */
140 239 .action-profile_editor-index #profile-editor-index h1.block-title{
... ... @@ -157,3 +256,74 @@
157 256 border: none;
158 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 +}
  282 +
  283 +/* Edit software page */
  284 +
  285 +.action-profile_editor-edit_software_community #profile-is-template{
  286 + margin-top: 10px;
  287 +}
  288 +
  289 +.action-profile_editor-edit_software_community .field-privacy-selector{
  290 + vertical-align: bottom;
  291 +}
  292 +
  293 +/*Edition configuration profile */
  294 +
  295 +.action-profile_editor-edit #delete-profile{
  296 + margin-top:0px;
  297 +}
  298 +
  299 +/*form Change Password */
  300 +.action-account-change_password #content form input.button.with-text.icon-ok.submit{
  301 + height: 32px;
  302 + padding:0px 10px;
  303 +}
  304 +
  305 +.action-account-change_password input{
  306 +padding: 6px;
  307 +color: #585858;
  308 +background: #FFF;
  309 +border: 1px solid #ccc;
  310 +border-radius: 4px;
  311 +font-size: 15px;
  312 +font-family: Arial, helvetica;
  313 +}
  314 +
  315 +/* Members management */
  316 +.action-profile_members-index #members-list td{
  317 + padding-top: 5px;
  318 +}
  319 +
  320 +/*recover behavior of noosfero*/
  321 +.action-profile_members-change_role .role-permissions{
  322 + margin: 12px 0;
  323 + padding-left: 40px;
  324 +}
  325 +
  326 +/*recover behavior of noosfero*/
  327 +.action-profile_members-change_role .role-permissions li{
  328 + list-style: square;
  329 +}
... ...
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
... ... @@ -171,6 +171,21 @@
171 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 189 /* Community's area tabs */
175 190  
176 191 #content #discussions-content{
... ... @@ -209,7 +224,7 @@
209 224 }
210 225  
211 226 #discussions-content .quiet{
212   - line-height: 21px;
  227 + margin-bottom: 10px;
213 228 }
214 229  
215 230 #discussions-content div.quiet:last-child{
... ... @@ -256,17 +271,22 @@
256 271 }
257 272  
258 273 #content #discussions-content .subject{
259   - font-weight: 800;
  274 + font-weight: 700;
260 275 font-size: 16px
261 276 }
262 277  
263   -#repository-feed-tab .event-inline.event-item{
  278 +/*Respository tabs*/
  279 +
  280 +#repository-feed-tab .event-inline.event-item,
  281 +#repository-feed-tab .event-block.event-item{
264 282 border-bottom: 1px solid #ECEDF1;
265 283 margin-top:30px;
266   - padding: 0px 0px 80px 0px;
  284 + padding: 0px 0px 30px 0px;
  285 + min-height: 50px;
267 286 }
268 287  
269   -#repository-feed-tab .event-inline.event-item img{
  288 +#repository-feed-tab .event-inline.event-item img,
  289 +#repository-feed-tab .event-block.event-item img{
270 290 display: none;
271 291 }
272 292  
... ... @@ -274,11 +294,12 @@
274 294 border-right: 1px dotted #D3D6DE;
275 295 float:left;
276 296 width: 112px;
277   - height: 55px;
  297 + height: 58px;
278 298 margin-right: 20px;
279 299 }
280 300 #repository-feed-tab .event-item-timestamp .time_ago{
281 301 color:#172738;
  302 + font-family: arial;
282 303 }
283 304  
284 305 #repository-feed-tab .event-item-timestamp .time_ago:before{
... ... @@ -289,11 +310,12 @@
289 310 }
290 311  
291 312 #repository-feed-tab .event-title{
292   - max-height: 55px;
  313 + /*max-height: 55px;
293 314 overflow: hidden;
294 315 float:left;
295   - width: 70%;
  316 + width: 70%;*/
296 317 font-size: 16px;
  318 + font-family: arial, Helvetica;
297 319 }
298 320  
299 321 #content #repository-feed-tab .author_name{
... ... @@ -306,6 +328,25 @@
306 328 color:#3E67B1;
307 329 }
308 330  
  331 +#content #repository-feed-tab .project-name{
  332 + overflow: hidden;
  333 + height: 55px;
  334 +}
  335 +
  336 +#repository-feed-tab .event-item .event-body .event-note{
  337 + font-size: 16px;
  338 + white-space: nowrap;
  339 + width: 400px;
  340 + overflow-x:hidden;
  341 + text-overflow:ellipsis;
  342 +}
  343 +
  344 +#repository-feed-tab .event-item .event_commits,
  345 +#repository-feed-tab .event-item .event-body .event-note .md,
  346 +#repository-feed-tab .event-body img {
  347 + display: none;
  348 +}
  349 +
309 350 #repository-feed-tab .see-more-repository{
310 351 text-align: right;
311 352 display: block;
... ... @@ -340,6 +381,10 @@
340 381  
341 382 /* Blog tab*/
342 383  
  384 +#content #blog-tab .software-blog-post-empty{
  385 + margin-top: 30px;
  386 +}
  387 +
343 388 #content #blog-tab .blog-posts{
344 389 margin-top:15px;
345 390 }
... ... @@ -369,6 +414,7 @@
369 414 background: center/cover no-repeat;
370 415 float: left;
371 416 }
  417 +
372 418 #content #blog-tab .blog .blog-post .publishing-info {
373 419 border-top: none;
374 420 color: #172838;
... ... @@ -379,11 +425,13 @@
379 425 display:inline;
380 426 text-align: left;
381 427 }
  428 +
382 429 #content #blog-tab .blog .blog-post .publishing-info .date {
383 430 margin: 0px 0px 5px 0px;
384   - display: table-cell;
  431 + display: block;
385 432 font-size: 11px;
386 433 }
  434 +
387 435 #content #blog-tab .blog .blog-post .author {
388 436 display: none;
389 437 }
... ... @@ -463,7 +511,7 @@ float: left;
463 511  
464 512 /* Software Tab Data - Need to develop solution - Only display on profile page */
465 513  
466   -.profile-type-is-community #content .software-tab-data-block{
  514 +#content .software-tab-data-block{
467 515 display: none;
468 516 }
469 517  
... ... @@ -475,25 +523,31 @@ float: left;
475 523 /*** Right bar ***/
476 524  
477 525 .template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block,
478   -.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .link-list-block
  526 +.template-lefttopright.profile-type-is-community .action-profile-index #content .box-2 .link-list-block{
479 527 display: none;
480 528 }
481 529  
482 530 /*Block with Community information - Need to develop solution - Only display on profile page */
483 531  
484   -.profile-type-is-community .community-block{
  532 +.profile-type-is-community .block.community-block{
485 533 display: none;
486 534 }
487 535  
488   -.profile-type-is-community .action-profile_design-index #content .community-block,
489   -.profile-type-is-community .action-profile-index #content .community-block{
  536 +.profile-type-is-community .action-profile_design-index #content .block.community-block,
  537 +.profile-type-is-community .action-profile-index #content .block.community-block{
490 538 display: block;
  539 + margin-left: 10px;
491 540 border: 1px solid #ECEDF1;
492 541 border-radius: 4px;
493 542 }
494 543  
495 544 .profile-type-is-community #content .community-block-logo{
496 545 border-bottom: 3px solid #3E67B1;
  546 + padding: 10px;
  547 + height: 100px;
  548 + width: 165px;
  549 + display: table-cell;
  550 + vertical-align: middle;
497 551 }
498 552  
499 553 .profile-type-is-community #content .community-block-title{
... ... @@ -509,24 +563,20 @@ float: left;
509 563 line-height: 20px;
510 564 }
511 565  
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 566 .profile-type-is-community #content .community-block-logo a{
524 567 display: block;
525   - height: 100px;
  568 + height: auto;
526 569 overflow: hidden;
527 570 text-align: center;
528 571 }
529 572  
  573 +.profile-type-is-community #content .community-block-logo img.logo{
  574 + height: auto;
  575 + width: auto;
  576 + max-width: 160px;
  577 + max-height: 100px;
  578 +}
  579 +
530 580 /* Wiki block - Need to develop solution - Only display on profile page */
531 581 .template-default #content .box-3 .wiki-block,
532 582 .template-lefttopright #content .box-2 .wiki-block{
... ... @@ -550,6 +600,7 @@ float: left;
550 600  
551 601 .profile-type-is-community #content .members-block{
552 602 display: none;
  603 + margin-left: 10px;
553 604 border: 1px solid #D3D6DE;
554 605 border-radius: 4px;
555 606 }
... ... @@ -621,6 +672,7 @@ float: left;
621 672 /*height: 70px;*/
622 673 height: 100px;
623 674 max-height: 100px;
  675 + margin: 0;
624 676 }
625 677  
626 678 .profile-type-is-community #content .members-block .menu-submenu{
... ... @@ -663,18 +715,20 @@ float: left;
663 715 }
664 716  
665 717 .profile-type-is-community #content .members-block .common-profile-list-block li{
666   - margin: 0px !important;
  718 + margin: 0px;
667 719 }
668 720  
669 721 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{
670 722 display: block;
671   - height: 13px;
672   - top: 2px;
673   - left: 3px;
  723 + height: 16px;
  724 + top: 3px;
  725 + left: 4px;
  726 + padding-top: 0px;
674 727 padding-bottom: 0px;
  728 + margin: 0;
675 729 background: #172738;
676   - border: 1px solid #fff;
677   - opacity: 0.7;
  730 + border: none;
  731 + border-radius: 4px;
678 732 }
679 733  
680 734 .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{
... ... @@ -682,7 +736,7 @@ float: left;
682 736 color: #fff;
683 737 font-family: FontAwesome;
684 738 font-size: 8px;
685   - line-height: 11px;
  739 + line-height: 16px;
686 740 }
687 741  
688 742 .profile-type-is-community #content .members-block .common-profile-list-block .fn {
... ... @@ -708,9 +762,13 @@ float: left;
708 762 }
709 763  
710 764 .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;
  765 + max-width: 174px;
  766 + min-width: 170px;
  767 + margin: 0px;
  768 + padding: 0px 5px;
  769 +}
  770 +
  771 +.profile-type-is-community #content .members-block .menu-submenu ul{
714 772 padding: 0px;
715 773 }
716 774  
... ... @@ -722,7 +780,7 @@ float: left;
722 780 line-height: 30px;
723 781 }
724 782  
725   -.profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a.add-friend{
  783 +.profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li:last-child a{
726 784 border: none;
727 785 }
728 786  
... ... @@ -811,10 +869,14 @@ float: left;
811 869 margin-right: 5px;
812 870 }
813 871  
  872 +
814 873 .action-profile-members #content .page-members-header a.button.with-text:hover{
815 874 border-color: #3E67B1;
816 875 }
817 876  
  877 +.action-profile-members #content .box-1 .common-profile-list-block .page-members-header span{
  878 + margin-right: auto;
  879 +}
818 880  
819 881 /* Tabs */
820 882  
... ... @@ -880,7 +942,7 @@ float: left;
880 942 }
881 943  
882 944 .action-profile-members #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active {
883   - margin-bottom: -3px;
  945 + margin-bottom: -3px !important; /*important need in colab*/
884 946 padding-bottom: 1px;
885 947 border-bottom: 3px solid #FF0366;
886 948 }
... ... @@ -948,11 +1010,15 @@ float: left;
948 1010 }
949 1011  
950 1012 .action-profile-members .box-1 .common-profile-list-block span{
951   - margin-right: 9px;
  1013 + margin-right: 0px;
952 1014 width: 90px;
953 1015 height: 86px;
954 1016 }
955 1017  
  1018 +.action-profile-members .box-1 .common-profile-list-block .button-bar span{
  1019 + margin: 0px
  1020 +}
  1021 +
956 1022 .action-profile-members .common-profile-list-block img{
957 1023 border-radius: 4px;
958 1024 width: 82px;
... ... @@ -1045,9 +1111,9 @@ float: left;
1045 1111 .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger{
1046 1112 display: block;
1047 1113 background:#172738;
1048   - top:5px;
1049   - left:4px;
1050   - border:1px solid #172738;
  1114 + top: 5px;
  1115 + left: 4px;
  1116 + border: 1px solid #172738;
1051 1117 padding-bottom: 0px;
1052 1118 border-radius: 5px;
1053 1119 -moz-border-radius:5px;
... ...
src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
... ... @@ -60,6 +60,7 @@
60 60 }
61 61  
62 62 .controller-cms #content .main-content .formfieldline textarea{
  63 + max-width: 500px;
63 64 padding: 6px;
64 65 color: #585858;
65 66 background: none;
... ... @@ -140,14 +141,19 @@
140 141 height: 30px;
141 142 padding: 2px 15px;
142 143 margin-right: 10px;
143   - color: #FFF;
144   - background: #3E67B1;
145 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 159 .controller-cms #content .main-content form .button-bar input.button.with-text{
... ... @@ -164,12 +170,6 @@
164 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 173 .controller-cms #content .main-content form .box-title{
174 174 font-size: 15px;
175 175 font-family: Arial, helvetica;
... ... @@ -220,6 +220,9 @@
220 220 }
221 221  
222 222 /*** Article's edition page ***/
  223 +#content .text-editor-sidebar {
  224 + width: 400px;
  225 +}
223 226  
224 227 #content .text-editor-sidebar .header{
225 228 padding: 13px 10px;
... ... @@ -250,6 +253,10 @@
250 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 260 /*New Software form*/
254 261  
255 262 .action-software_communities_plugin_myprofile-new_software #content.current-step h3 {
... ... @@ -303,18 +310,22 @@
303 310 height: 100px;
304 311 }
305 312  
306   -.action-software_communities_plugin_myprofile-new_software #content #software-hostname {
307   - float: left;
  313 +.action-software_communities_plugin_myprofile-new_software #software-name-field span{
308 314 display: inline-block;
309   - vertical-align: middle;
310   - background: #EEE;
311   - border: 1px solid #CFCFCF;
  315 + min-width: 0;
  316 + width: auto;
  317 +}
  318 +
  319 +.action-software_communities_plugin_myprofile-new_software #software-name-field span #community-identifier{
  320 + width: auto;
  321 +}
  322 +
  323 +.action-software_communities_plugin_myprofile-new_software #content #software-hostname {
312 324 line-height: 22px;
313   - padding: 0px 7px;
  325 + padding: 0px;
314 326 color: #4A4A4A;
315 327 font-size: 20px;
316 328 text-transform: lowercase;
317   - min-width: 190px;
318 329 border-spacing: 20px;
319 330 }
320 331  
... ... @@ -406,7 +417,7 @@ font-size: 10px;
406 417 font-size: 13px;
407 418 }
408 419  
409   -/*Contact new form*/
  420 +/* Contact new form*/
410 421  
411 422 .action-contact-new #content .main-block form input[type="text"] {
412 423 display: block;
... ... @@ -474,4 +485,66 @@ font-size: 10px;
474 485 background: #fff;
475 486 line-height: 20px;
476 487 font-size: 13px;
477   -}
478 488 \ No newline at end of file
  489 +}
  490 +
  491 +/* Tasks edition */
  492 +
  493 +.action-tasks-index #content .main-block h1{
  494 + margin: 0px 0 25px 0;
  495 + border-bottom: 1px solid #d7d7d7;
  496 + padding-bottom: 25px;
  497 +}
  498 +
  499 +.action-tasks-index fieldset.filter_fields{
  500 + border: none;
  501 +}
  502 +
  503 +.action-tasks-index fieldset.filter_fields legend{
  504 + display: none;
  505 +}
  506 +
  507 +
  508 +.action-tasks-index select{
  509 + background: none;
  510 + border: 1px solid #D3D6DE;
  511 + border-radius: 4px;
  512 + padding: 4px 15px 4px 4px;
  513 + margin: 0px 0px 0px 10px;
  514 + font-size: 14px;
  515 +}
  516 +.action-tasks-index #content .main-block form input[type="text"] {
  517 + display: block;
  518 + height: 19px;
  519 + padding: 6px;
  520 + border: 1px solid #ccc;
  521 + border-radius: 4px;
  522 + width: 384px;
  523 + font-size: 15px;
  524 + font-family: arial, helvetica;
  525 + color: #585858;
  526 +}
  527 +
  528 +.action-tasks-index .task_box{
  529 + margin-bottom: 10px;
  530 + border-radius: 4px;
  531 + padding: 20px;
  532 + background-color: #ECEDF1;
  533 + color: #172738;
  534 + border: 1px solid #D3D6DE;
  535 +}
  536 +
  537 +.action-tasks-index .task_date {
  538 + font-size: 11px;
  539 +}
  540 +
  541 +.action-tasks-index .task_accept_radio,
  542 +.action-tasks-index .task_reject_radio,
  543 +.action-tasks-index .task_skip_radio{
  544 + margin: 5px 4px 15px 15px;
  545 + line-height: 20px;
  546 + position: absolute;
  547 +}
  548 +.action-tasks-index .task_decisions label{
  549 + margin: 2px 0px 2px 30px;
  550 + line-height: 22px;
  551 +}
... ...
src/noosfero-spb/noosfero-spb-theme/css/home-page.css
... ... @@ -18,6 +18,7 @@
18 18  
19 19 /* Read More pattern */
20 20  
  21 +.controller-environment_design .box .block-outer .read-more,
21 22 .action-home-index #content .box .block-outer .read-more{
22 23 border-bottom: none;
23 24 background: #eee;
... ... @@ -26,6 +27,7 @@
26 27 text-align: right;
27 28 }
28 29  
  30 +.controller-environment_design #content .box .block-outer .read-more a,
29 31 .action-home-index #content .box .block-outer .read-more a{
30 32 padding: 8px;
31 33 line-height: 20px;
... ... @@ -33,10 +35,12 @@
33 35 display: block;
34 36 }
35 37  
  38 +.controller-environment_design #content .box .block-outer .read-more a:hover,
36 39 .action-home-index #content .box .block-outer .read-more a:hover{
37 40 background: #dedede;
38 41 }
39 42  
  43 +.controller-environment_design #content .box .block-outer .read-more a::after,
40 44 .action-home-index #content .box .block-outer .read-more a::after{
41 45 margin-left: 7px;
42 46 border-radius: 4px;
... ... @@ -55,12 +59,14 @@
55 59  
56 60 /*** Software catalog search block **/
57 61  
  62 +.controller-environment_design #content #catalogo-software-search,
58 63 .action-home-index #content #catalogo-software-search{
59 64 width: 100%;
60 65 background-color: #1A397D;
61 66 border-radius: 4px;
62 67 }
63 68  
  69 +.controller-environment_design #content #catalogo-software-search h1,
64 70 .action-home-index #content #catalogo-software-search h1{
65 71 margin: 0px 15px 10px 15px;
66 72 border-bottom: none;
... ... @@ -71,6 +77,7 @@
71 77 text-align: left;
72 78 }
73 79  
  80 +.controller-environment_design #content #catalogo-software-search #search-Gadget,
74 81 .action-home-index #content #catalogo-software-search #search-Gadget{
75 82 margin: 0px 15px 9px 15px;
76 83 border: none;
... ... @@ -79,6 +86,7 @@
79 86 width: 90%;
80 87 }
81 88  
  89 +.controller-environment_design #content #catalogo-software-search .searchButton-catalog,
82 90 .action-home-index #content #catalogo-software-search .searchButton-catalog{
83 91 cursor: pointer;
84 92 margin: 0px 0px 15px 15px;
... ... @@ -92,7 +100,8 @@
92 100 text-transform: uppercase;
93 101 }
94 102  
95   -.action-home-index #content #catalogo-software-search #search-catalog-footer{
  103 +.controller-environment_design #content #catalogo-software-search #search-catalog-footer,
  104 +.action-home-index #content #catalogo-software-search #search-catalog-footer{
96 105 border-top: 1px solid;
97 106 border-bottom-left-radius: 4px;
98 107 border-bottom-right-radius: 4px;
... ... @@ -100,24 +109,28 @@
100 109 color: #FFFFFF;
101 110 }
102 111  
103   -.action-home-index #content #catalogo-software-search #search-catalog-footer p{
  112 +.controller-environment_design #content #catalogo-software-search #search-catalog-footer p,
  113 +.action-home-index #content #catalogo-software-search #search-catalog-footer p{
104 114 margin: 0px;
105 115 font-size: 11px;
106 116 text-align: right;
107 117 text-transform: uppercase;
108 118 }
109 119  
110   -.action-home-index #content #catalogo-software-search #search-catalog-footer a{
  120 +.controller-environment_design #content #catalogo-software-search #search-catalog-footer a,
  121 +.action-home-index #content #catalogo-software-search #search-catalog-footer a{
111 122 padding: 7px 0px 12px 0px;
112 123 color: #FFF;
113 124 display: block;
114 125 }
115 126  
  127 +.controller-environment_design #content #catalogo-software-search #search-catalog-footer a:hover,
116 128 .action-home-index #content #catalogo-software-search #search-catalog-footer a:hover{
117 129 background-color: #101A38;
118 130 }
119 131  
120   -.action-home-index #content #catalogo-software-search #bt_catalog-search::after{
  132 +.controller-environment_design #content #catalogo-software-search #bt_catalog-search::after,
  133 +.action-home-index #content #catalogo-software-search #bt_catalog-search::after{
121 134 margin: 0px 15px 0 5px;
122 135 border-radius: 4px;
123 136 padding: 0px 4px 0 7px;
... ... @@ -132,11 +145,13 @@
132 145 }
133 146  
134 147 /*** Softwares block **/
  148 +.controller-environment_design #content .softwares-block,
135 149 .action-home-index #content .softwares-block{
136 150 margin: 0px;
137 151 overflow: auto;
138 152 }
139 153  
  154 +.controller-environment_design #content .softwares-block .block-title,
140 155 .action-home-index #content .softwares-block .block-title{
141 156 margin: 0px 0px 25px 0px;
142 157 border-top: 4px solid #2c66ce;
... ... @@ -145,6 +160,7 @@
145 160 font-weight: 300;
146 161 }
147 162  
  163 +.controller-environment_design #content .softwares-block .block-footer-content a,
148 164 .action-home-index #content .softwares-block .block-footer-content a{
149 165 display:none;
150 166 }
... ... @@ -236,6 +252,7 @@
236 252  
237 253 /*** News block - display content block **/
238 254  
  255 +.controller-environment_design #content .display-content-block .block-title,
239 256 .action-home-index #content .display-content-block .block-title{
240 257 margin: 0px;
241 258 border-top: 4px solid #643C67;
... ... @@ -244,21 +261,25 @@
244 261 font-weight: 300;
245 262 }
246 263  
  264 +.controller-environment_design #content .display-content-block li,
247 265 .action-home-index #content .display-content-block li{
248 266 border-top: 1px solid #eee;
249 267 padding: 15px 0px 0px 0px;
250 268 min-height: 150px;
251 269 }
252 270  
  271 +.controller-environment_design #content .display-content-block li:first-child,
253 272 .action-home-index #content .display-content-block li:first-child{
254 273 border-top: 0px solid #eee;
255 274 }
256 275  
  276 +.controller-environment_design #content .display-content-block .published-at,
257 277 .action-home-index #content .display-content-block .published-at{
258 278 padding: 0px 0px 15px 0px;
259 279 color: #643C67;
260 280 }
261 281  
  282 +.controller-environment_design #content .display-content-block .image,
262 283 .action-home-index #content .display-content-block .image{
263 284 padding-right: 25px;
264 285 padding: 0px 25px 0px 0px;
... ... @@ -267,6 +288,7 @@
267 288 display: table-cell;
268 289 }
269 290  
  291 +.controller-environment_design #content .display-content-block .image a,
270 292 .action-home-index #content .display-content-block .image a{
271 293 border-radius: 8px;
272 294 height: 90px;
... ... @@ -274,11 +296,13 @@
274 296 display: block;
275 297 }
276 298  
  299 +.controller-environment_design #content .display-content-block .image img,
277 300 .action-home-index #content .display-content-block .image img{
278 301 border: 0px solid #c0c1c1;
279 302 max-width: 150px;
280 303 }
281 304  
  305 +.controller-environment_design #content .display-content-block .title,
282 306 .action-home-index #content .display-content-block .title{
283 307 margin: 2px 0px 4px 0px;
284 308 padding-right: 0px;
... ... @@ -287,41 +311,51 @@
287 311 overflow: hidden;
288 312 }
289 313  
  314 +.controller-environment_design #content .display-content-block .title a,
290 315 .action-home-index #content .display-content-block .title a{
291 316 padding: 0px;
292 317 color: #172738;
293 318 font: normal normal bold 16px/1.3em arial, helvetica, sans-serif;
294 319 }
295 320  
  321 +.controller-environment_design #content .display-content-block .lead,
296 322 .action-home-index #content .display-content-block .lead{
297 323 max-height: 47px;
298 324 overflow: hidden;
299 325 }
300 326  
  327 +.controller-environment_design #content .display-content-block .lead a,
301 328 .action-home-index #content .display-content-block .lead a{
302 329 color: #000000;
303 330 font: 15px/1.3em arial;
304 331 }
305 332  
  333 +.controller-environment_design #content .display-content-block .lead a:visited,
  334 +.controller-environment_design #content .lead a:visited,
  335 +.controller-environment_design #content .lead dl.portlet a:visited
306 336 .action-home-index #content .display-content-block .lead a:visited,
307 337 .action-home-index #content .lead a:visited,
308 338 .action-home-index #content .lead dl.portlet a:visited{
309 339 color: #172738;
310 340 }
311 341  
  342 +.controller-environment_design #content .display-content-block .notice-info,
312 343 .action-home-index #content .display-content-block .notice-info{
313 344 display: table-cell;
314 345 vertical-align: top;
315 346 }
316 347  
  348 +.controller-environment_design #content .display-content-block .read_more,
317 349 .action-home-index #content .display-content-block .read_more{
318 350 display: none;
319 351 }
320 352  
  353 +.controller-environment_design #content .display-content-block .read-more,
321 354 .action-home-index #content .display-content-block .read-more{
322 355 border-top: 1px solid #643C67;
323 356 }
324 357  
  358 +.controller-environment_design #content .display-content-block .read-more a::after,
325 359 .action-home-index #content .display-content-block .read-more a::after{
326 360 background: #643C67;
327 361 }
... ... @@ -332,6 +366,7 @@
332 366  
333 367 /*** What Is block - Article block **/
334 368  
  369 +.template-default .controller-environment_design #content .box-3 .article-block .block-title,
335 370 .template-default .action-home-index #content .box-3 .article-block .block-title{
336 371 border-top: 4px solid #08A649;
337 372 border-bottom: none;
... ... @@ -343,19 +378,23 @@
343 378 text-transform: none;
344 379 }
345 380  
  381 +.template-default .controller-environment_design #content .box-3 .article-block .read-more,
346 382 .template-default .action-home-index #content .box-3 .article-block .read-more{
347 383 margin-top: 30px;
348 384 border-top: 1px solid #08A649;
349 385 }
350 386  
  387 +.template-default .controller-environment_design #content .box-3 .article-block .read-more a::after,
351 388 .template-default .action-home-index #content .box-3 .article-block .read-more a::after{
352 389 background: #08A649;
353 390 }
354 391  
  392 +.template-default .controller-environment_design #content .box-3 .article-block .short-post,
355 393 .template-default .action-home-index #content .box-3 .article-block .short-post{
356 394 padding-top: 23px;
357 395 }
358 396  
  397 +.template-default .controller-environment_design #content .box-3 .article-block p,
359 398 .template-default .action-home-index #content .box-3 .article-block p{
360 399 margin: 0px 0px 14px 0px;
361 400 padding: 0px;
... ... @@ -364,18 +403,20 @@
364 403 text-transform: none;
365 404 }
366 405  
367   -/******* See As Well Block - Highlights block *******/
  406 +/******* Software Highlights block *******/
368 407  
  408 +.controller-environment_design #content .highlights-block .block-title,
369 409 .action-home-index #content .highlights-block .block-title{
370 410 display: none;
371 411 }
372 412  
  413 +.controller-environment_design #content .highlights-border,
373 414 .action-home-index #content .highlights-border{
374 415 border: 1px solid #c0c1c1;
375 416 border-radius: 8px;
376 417 width: auto;
377   - height: 248px;
378   - max-height: 250px;
  418 + height: 270px;
  419 + max-height: 270px;
379 420 background-color: #e8e9ec;
380 421 background-image: linear-gradient(
381 422 0deg,
... ... @@ -384,38 +425,44 @@
384 425 background-size: 100% 100%;
385 426 }
386 427  
387   -.action-home-index #content .highlights-container{
388   - border-radius: 8px;
  428 +.controller-environment_design #content .highlights-container,
  429 +.action-home-index #content .highlights-container {
  430 + border-radius: 8px 8px 0px 0px;
389 431 border-width: 0px 0px 1px 0px;
390 432 border-bottom: none;
391 433 padding: 0;
392 434 width: 100% !important;
393   - max-height: 230px;
394   - background: transparent;
  435 + max-height: 240px;
  436 + background: #FFF;
395 437 position: relative;
396 438 top: 0;
397 439 }
398 440  
399   -.action-home-index #content .highlights-image-link{
400   - padding: 18px 0px 0px 0px;
  441 +.controller-environment_design #content .highlights-image-link,
  442 +.action-home-index #content .highlights-image-link {
  443 + display: block;
  444 + padding: 0px;
401 445 border-radius: 0px 0px 8px 8px;
402   - width: 220px;
403   - max-height: 217px;
  446 + height: 250px !important;
404 447 background-color: #fff;
  448 + opacity: 1.0 !important;
405 449 }
406 450  
407   -.action-home-index #content .highlights-image-link img{
408   - height: 100px;
409   - max-width: 200px;
  451 +.controller-environment_design #content .highlights-image-link img,
  452 +.action-home-index #content .highlights-image-link img {
  453 + height: 80px;
  454 + max-width: 160px;
  455 + padding: 30px;
  456 + background: #FFF;
410 457 }
411 458  
412   -.action-home-index #content .highlights-label{
  459 +.controller-environment_design #content .highlights-label,
  460 +.action-home-index #content .highlights-label {
413 461 border-top: 4px solid #3b61a7;
414   - padding: 23px 20px 46px 20px;
415   - max-height: 60px;
  462 + padding: 20px;
  463 + height: 100px;
416 464 width: 190px;
417 465 position: relative;
418   - bottom: -18px;
419 466 background: #e8e9ec;
420 467 color: #172638;
421 468 text-align: center;
... ... @@ -423,13 +470,16 @@
423 470 vertical-align: middle;
424 471 }
425 472  
426   -.action-home-index #content .highlights-block-pager{
  473 +.controller-environment_design #content .highlights-block-pager,
  474 +.action-home-index #content .highlights-block-pager {
427 475 float: none;
428 476 display: block;
429 477 text-align: center;
  478 + padding: 10px 0px;
430 479 }
431 480  
432   -.action-home-index #content .highlights-block-pager a{
  481 +.controller-environment_design #content .highlights-block-pager a,
  482 +.action-home-index #content .highlights-block-pager a {
433 483 margin: 0 4px;
434 484 border-color: transparent;
435 485 border-radius: 50%;
... ... @@ -443,32 +493,41 @@
443 493 display: inline-block;
444 494 }
445 495  
446   -.action-home-index #content .highlights-block-pager a.activeSlide{
  496 +.controller-environment_design #content .highlights-block-pager a.activeSlide,
  497 +.action-home-index #content .highlights-block-pager a.activeSlide {
447 498 border-color: transparent;
448 499 background: #3e67b1;
449 500 color: transparent;
450 501 }
451 502  
452   -/*** software highlights block ***/
453   -
  503 +.controller-environment_design #content a.toggle-popover,
  504 +.controller-environment_design #content a.toggle-popover:hover,
454 505 .action-home-index #content a.toggle-popover,
455 506 .action-home-index #content a.toggle-popover:hover{
456 507 margin: 0 0 0 55px;
457 508 color: #3867b7;
458 509 cursor: pointer;
  510 + font-family: Arial, helvetica, sans-serif;
459 511 }
460 512  
461   -.action-home-index #content span.popover-span{
462   - padding: 1px 6px;
463   - border-radius: 50%;
  513 +.controller-environment_design #content span.popover-span,
  514 +.action-home-index #content span.popover-span {
  515 + padding-top: 2px;
464 516 background-color: #3867b7;
465 517 color: #ffffff;
466 518 font-weight: bold;
467 519 cursor: pointer;
  520 + height: 15px;
  521 + font-family: arial;
  522 + width: 17px;
  523 + display: inline-block;
  524 + text-align: center;
  525 + border-radius: 50%;
468 526 }
469 527  
470 528 /*** mais software block **/
471   -.action-home-index #content #mais-software-block{
  529 +.controller-environment_design #content #mais-software-block,
  530 +.action-home-index #content #mais-software-block {
472 531 margin: 11px 0px;
473 532 border: 1px solid #c0c1c1;
474 533 border-radius: 8px;
... ... @@ -478,6 +537,7 @@
478 537 font: 14px arial;
479 538 }
480 539  
  540 +.controller-environment_design #content #mais-software-block #sbp-information-softwares h2,
481 541 .action-home-index #content #mais-software-block #sbp-information-softwares h2{
482 542 margin: 10px 0px 0px 0px;
483 543 padding: 0px 0px 17px 15px;
... ... @@ -488,28 +548,34 @@
488 548 text-transform: uppercase;
489 549 }
490 550  
  551 +.controller-environment_design #content #mais-software-block #list-categories,
491 552 .action-home-index #content #mais-software-block #list-categories{
492 553 margin: 14px 14px 14px 14px;
493 554 }
494 555  
  556 +.controller-environment_design #content #mais-software-block #list-categories p,
495 557 .action-home-index #content #mais-software-block #list-categories p{
496 558 margin: 0 0 16px 0;
497 559 color: #464A55;
498 560 }
499 561  
  562 +.controller-environment_design #content #mais-software-block #list-categories ul li,
500 563 .action-home-index #content #mais-software-block #list-categories ul li{
501 564 margin: 18px 5px 5px 5px;
502 565 }
503 566  
  567 +.controller-environment_design #content #mais-software-block #list-categories li a,
504 568 .action-home-index #content #mais-software-block #list-categories li a{
505 569 color: #335277;
506 570 font-weight: bold;
507 571 }
508 572  
  573 +.controller-environment_design #content #mais-software-block #list-categories a:hover,
509 574 .action-home-index #content #mais-software-block #list-categories a:hover{
510 575 text-decoration: none;
511 576 }
512 577  
  578 +.controller-environment_design #content #mais-software-block #footer-mais-software,
513 579 .action-home-index #content #mais-software-block #footer-mais-software{
514 580 margin: 0px;
515 581 border-top: 1px solid #c0c1c1;
... ... @@ -519,6 +585,7 @@
519 585 text-transform: uppercase;
520 586 }
521 587  
  588 +.controller-environment_design #content #mais-software-block #footer-mais-software a,
522 589 .action-home-index #content #mais-software-block #footer-mais-software a{
523 590 color: #464A55;
524 591 }
... ...
src/noosfero-spb/noosfero-spb-theme/css/main-content.css
... ... @@ -42,7 +42,7 @@
42 42 #content .pagination a,
43 43 #content .pagination em,
44 44 #content .pagination span{
45   - padding: 5px 9px;
  45 + padding: 5px 0;
46 46 margin-right: 4px;
47 47 color: #172738;
48 48 border: 1px solid #D3D6DE;
... ... @@ -51,7 +51,13 @@
51 51 font-size: 12px;
52 52 font-weight: 700;
53 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 63 #content .pagination .current {
... ... @@ -59,14 +65,42 @@
59 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 77 #content .pagination .previous_page{
63 78 float: left;
64 79 }
65 80  
  81 +#content #article .pagination .next_page,
66 82 #content .pagination .next_page{
67 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 104 #content .pagination .previous_page,
71 105 #content .pagination .next_page{
72 106 width: auto;
... ... @@ -95,9 +129,9 @@
95 129 border: 1px solid #3E67B1;
96 130 font-size: 14px;
97 131 line-height: 32px;
98   - text-transform: uppercase;
99 132 }
100 133  
  134 +#content .button-bar a.button.with-text,
101 135 #content #article-actions a.button.with-text{
102 136 display: inline-block;
103 137 height: 18px;
... ... @@ -112,6 +146,18 @@
112 146 text-transform: none;
113 147 }
114 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,
115 161 #content #article-actions a.button.with-text span{
116 162 padding: 0;
117 163 }
... ... @@ -126,6 +172,7 @@
126 172 .action-profile-members #content .page-profile-header a.button.with-text{
127 173 border:none;
128 174 }
  175 +
129 176 .action-profile-members #content .button-bar a.button.with-text:hover{
130 177 border-color: #3E67B1;
131 178 }
... ... @@ -140,9 +187,10 @@
140 187 border: 1px solid #3E67B1;
141 188 font-size: 14px;
142 189 line-height: 32px;
143   - text-transform: uppercase;
144 190 }
145 191  
  192 +#content .button-bar .button.with-text.icon-save.submit:hover,
  193 +#content .button-bar a.button.with-text:hover,
146 194 #content a.button:hover,
147 195 #content #article-actions a.button.with-text:hover,
148 196 #content input.button.with-text:hover{
... ...
src/noosfero-spb/noosfero-spb-theme/css/notifications.css 0 → 100644
... ... @@ -0,0 +1,145 @@
  1 +.environment-notification-plugin-notification-bar{
  2 + display: block;
  3 +}
  4 +
  5 +#environment-notification-plugin-notification-manager{
  6 + overflow: auto;
  7 +}
  8 +
  9 +.environment-notification-plugin-notification-bar .notification .notification-close,
  10 +.environment-notification-plugin-notification-notification-modal .notification .notification-close{
  11 + background: url(public/images/close.png) no-repeat;
  12 + background-position: center;
  13 + width: 20px;
  14 + height: 20px;
  15 +}
  16 +
  17 +.environment-notification-plugin-notification-bar .warningnotification,
  18 +.environment-notification-plugin-notification-bar .informationnotification,
  19 +.environment-notification-plugin-notification-bar .successnotification,
  20 +.environment-notification-plugin-notification-bar .dangernotification,
  21 +.environment-notification-plugin-notification-bar .adminnotification,
  22 +.environment-notification-plugin-notification-notification-modal .warningnotification,
  23 +.environment-notification-plugin-notification-notification-modal .informationnotification,
  24 +.environment-notification-plugin-notification-notification-modal .successnotification,
  25 +.environment-notification-plugin-notification-notification-modal .dangernotification{
  26 + margin-bottom: 38px;
  27 + padding: 15px;
  28 + border-radius: 4px;
  29 + border: 1px solid blue;
  30 + font-size: 14px;
  31 + color: #FFFFFF;
  32 + overflow: auto;
  33 +}
  34 +
  35 +.environment-notification-plugin-notification-bar .warningnotification p,
  36 +.environment-notification-plugin-notification-bar .informationnotification p,
  37 +.environment-notification-plugin-notification-bar .successnotification p,
  38 +.environment-notification-plugin-notification-bar .dangernotification p,
  39 +.environment-notification-plugin-notification-bar .adminnotification p,
  40 +.environment-notification-plugin-notification-notification-modal .warningnotification p,
  41 +.environment-notification-plugin-notification-notification-modal .informationnotification p,
  42 +.environment-notification-plugin-notification-notification-modal .successnotification p,
  43 +.environment-notification-plugin-notification-notification-modal .dangernotification p{
  44 + margin: 0px;
  45 +}
  46 +
  47 +.environment-notification-plugin-notification-bar .warningnotification,
  48 +.environment-notification-plugin-notification-notification-modal .warningnotification{
  49 + background: #fcf8e3;
  50 + border: 1px solid #faebcc;
  51 + color: #8a6d3b;
  52 +}
  53 +
  54 +.environment-notification-plugin-notification-bar .warningnotification p a,
  55 +.environment-notification-plugin-notification-notification-modal .warningnotification p a{
  56 + font-weight: bold;
  57 + color: #8a6d3b;
  58 +}
  59 +
  60 +
  61 +.environment-notification-plugin-notification-bar .informationnotification,
  62 +.environment-notification-plugin-notification-notification-modal .informationnotification{
  63 + background: #d9edf7;
  64 + border: 1px solid #bce8f1;
  65 + color: #31708f;
  66 +}
  67 +
  68 +.environment-notification-plugin-notification-bar .informationnotification p a,
  69 +.environment-notification-plugin-notification-notification-modal .informationnotification p a{
  70 + font-weight: bold;
  71 + color: #31708f;
  72 +}
  73 +
  74 +.environment-notification-plugin-notification-bar .successnotification,
  75 +.environment-notification-plugin-notification-notification-modal .successnotification{
  76 + background: #dff0d8;
  77 + border: 1px solid #d6e9c6;
  78 + color: #3c763d;
  79 +}
  80 +
  81 +.environment-notification-plugin-notification-bar .successnotification p a
  82 +.environment-notification-plugin-notification-notification-modal .successnotification p a{
  83 + font-weight: bold;
  84 + color: #3c763d;
  85 +}
  86 +
  87 +.environment-notification-plugin-notification-bar .dangernotification,
  88 +.environment-notification-plugin-notification-notification-modal .dangernotification{
  89 + background: #f2dede;
  90 + border: 1px solid #ebccd1;
  91 + color: #a94442;
  92 +}
  93 +
  94 +.environment-notification-plugin-notification-bar .dangernotification p a,
  95 +.environment-notification-plugin-notification-notification-modal .dangernotification p a{
  96 + font-weight: bold;
  97 + color: #a94442;
  98 +}
  99 +
  100 +.environment-notification-plugin-notification-bar .adminnotification,
  101 +.environment-notification-plugin-notification-notification-modal .adminnotification{
  102 + background: #9a959a;
  103 + border: 1px solid #9a959a;
  104 +}
  105 +
  106 +.environment-notification-plugin-notification-bar .adminnotification p a,
  107 +.environment-notification-plugin-notification-notification-modal .adminnotification p a{
  108 + font-weight: bold;
  109 + color: white;
  110 +}
  111 +
  112 +.environment-notification-plugin-notification-bar .notification .notification-message,
  113 +.environment-notification-plugin-notification-notification-modal .notification .notification-message{
  114 + width: 90%;
  115 + float: left;
  116 +}
  117 +
  118 +.environment-notification-plugin-notification-bar .notification .notification-close{
  119 + background: url(../images/redclose.png) no-repeat;
  120 + background-position: center;
  121 + width: 20px;
  122 + height: 20px;
  123 + float: right;
  124 + cursor: pointer;
  125 +}
  126 +
  127 +.environment-notification-plugin-notification-bar .notification .notification-hide{
  128 + background: url(../images/greenhide.png) no-repeat;
  129 + background-position: center;
  130 + width: 20px;
  131 + height: 20px;
  132 + float: right;
  133 + cursor: pointer;
  134 +}
  135 +
  136 +.environment-notification-plugin-notification-notification-modal{
  137 + display: block;
  138 + min-width: 400px;
  139 + max-width: 700px;
  140 +}
  141 +
  142 +.environment-notification-plugin-form .notification-variables-options{
  143 + font-style: italic;
  144 + color: red;
  145 +}
... ...
src/noosfero-spb/noosfero-spb-theme/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 <== */
... ...
src/noosfero-spb/noosfero-spb-theme/css/popover.css
... ... @@ -151,7 +151,7 @@
151 151 font-size: 14px;
152 152 line-height: 20px;
153 153 }
154   -
  154 +
155 155 .highlights-popover span {
156 156 font-weight: bold;
157 157 border-bottom: 1px dotted #FFFFFF;
... ... @@ -163,17 +163,33 @@
163 163 #content .highlights-popover a:link {
164 164 font-weight: bold;
165 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 181 padding: 8px 15px;
168 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 187 font-family: "FontAwesome";
173 188 content: "\f067";
174 189 vertical-align: middle;
175 190 color: #ff0066;
176 191 padding: 0 5px 0 0;
  192 + font-size: 10px;
177 193 }
178 194  
179 195 .highlights-popover.top > .arrow,
... ...
src/noosfero-spb/noosfero-spb-theme/css/search-pages.css
... ... @@ -2,14 +2,22 @@
2 2  
3 3 .action-search-index #content form #search-header,
4 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 6 float: right;
8 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 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 21 color: #3E67B1;
14 22 border: 1px solid #3E67B1;
15 23 border-radius: 4px;
... ... @@ -20,7 +28,7 @@
20 28 }
21 29  
22 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 32 margin: -2px 0 0 -1px;
25 33 color: #3E67B1;
26 34 border: 1px solid #3E67B1;
... ... @@ -32,17 +40,17 @@
32 40 }
33 41  
34 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 44 border-radius: 0px 0px 4px 4px;
37 45 }
38 46  
39 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 49 padding-right: 21px;
42 50 }
43 51  
44 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 54 line-height: 15px;
47 55 }
48 56  
... ... @@ -55,51 +63,49 @@
55 63 .action-search-index #content form .search-field .formfield,
56 64 .action-search-people #content form .search-field .formfield,
57 65 .action-search-communities #content form .search-field .formfield{
58   - float: left;
59 66 width: 99%;
60 67 }
61 68 .action-search-index #content form .search-field .formfield input,
62 69 .action-search-people #content form .search-field .formfield input,
63   -.action-search-communities #content form .search-field .formfield input{
  70 +.action-search-communities #content form .search-field .formfield input {
64 71 margin-top: 0px;
65 72 padding: 6px;
66 73 height: 19px;
67 74 max-height: 19px;
68   - max-width: 98%;
69 75 background: none;
70 76 border: 1px solid #ccc;
71 77 border-radius: 4px;
  78 + margin-bottom: 15px;
  79 + font-size: 14px;
72 80 }
73 81  
74 82 .action-search-index #content form input.button.submit,
75 83 .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;
  84 +.action-search-communities #content form input.button.submit {
  85 + background: #3E67B1;
81 86 color: #FFF;
82 87 border-radius: 4px;
83   - border: 1px solid #3E67B1;
84   - font-size: 14px;
  88 + width: 108px;
85 89 line-height: 14px;
  90 + font-size: 14px;
  91 + font-family: "open_sansbold", Arial, sans-serif;
86 92 text-transform: uppercase;
87 93 }
88 94  
89 95 .action-search-index #content form input.button.submit:hover,
90 96 .action-search-people #content form input.button.submit:hover,
91   -.action-search-communities #content form input.button.submit:hover{
  97 +.action-search-communities #content form input.button.submit:hover {
92 98 background: #5E82C6;
93 99 }
94 100  
95 101 .action-search-people #search-results .search-results-type-people,
96   -.action-search-communities #search-results .search-results-type-community{
  102 +.action-search-communities #search-results .search-results-type-community {
97 103 background: none;
98 104 border: 1px solid #ccc;
99 105 border-radius: 10px;
100 106 }
101 107  
102   -.action-search-index #search-results h3{
  108 +.action-search-index #search-results h3 {
103 109 margin: 20px 0 10px 0;
104 110 color: #172738;
105 111 font-size:18px;
... ... @@ -109,7 +115,7 @@
109 115 font-variant: normal;
110 116 }
111 117  
112   -.action-search-index #search-results .search-results-innerbox{
  118 +.action-search-index #search-results .search-results-innerbox {
113 119 background: none;
114 120 border: 1px solid #ccc;
115 121 }
... ...
src/noosfero-spb/noosfero-spb-theme/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 +}
... ...
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
... ... @@ -65,7 +65,7 @@
65 65 }
66 66  
67 67 #content .download-block .download-list li {
68   - padding: 30px 10px 25px 10px;
  68 + padding: 30px 10px 25px 20px;
69 69 border-top: 1px solid #D3D6DE;
70 70 clear: both;
71 71 }
... ... @@ -156,10 +156,16 @@
156 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 166 border-bottom: none;
162   - padding-top: 25px;
  167 + padding-top: 25px; */
  168 + font-size: 18px;
163 169 }
164 170  
165 171 .profile-homepage #article .article-body p {
... ... @@ -169,10 +175,6 @@
169 175 font-size: 15px;
170 176 }
171 177  
172   -.profile-homepage #article .article-body hr {
173   - display: none;
174   -}
175   -
176 178 .profile-homepage #article .article-body ul {
177 179 background-repeat: no-repeat;
178 180 list-style-position: inside;
... ... @@ -301,7 +303,7 @@
301 303 padding: 12px 10px;
302 304 background: #EAEBEE;
303 305 color: #2C66CE;
304   - font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif;
  306 + font: normal normal normal 12px 'open_sansbold', arial, helvetica, sans-serif;
305 307 text-transform: uppercase;
306 308 display: block;
307 309 position: relative;
... ... @@ -312,8 +314,8 @@
312 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 319 margin-top: -2px;
318 320 padding: 4px 0px 4px 2px;
319 321 border-radius: 4px;
... ... @@ -426,16 +428,16 @@
426 428  
427 429 .template-lefttopright .box-2 #bt_wiki::after,
428 430 .template-lefttopright .box-2 #bt_repositorio::after{
  431 + width: 18px;
  432 + position: absolute;
  433 + right: 10px;
429 434 margin-top: -2px;
430 435 padding: 4px 0px 4px 2px;
431 436 border-radius: 4px;
432   - width: 18px;
433   - right: 10px;
434   - line-height: 20px;
435   - position: absolute;
436 437 background: #2C66CE;
437 438 color: #FFF;
438 439 font-size: 16px;
  440 + line-height: 12px;
439 441 text-align: center;
440 442 content: url('../images/right-arrow.png');
441 443 }
... ... @@ -461,23 +463,31 @@
461 463  
462 464 .software-metrics-block .metrics-list li {
463 465 display: table;
464   - margin-bottom: 10px;
  466 + margin-bottom: 8px;
465 467 }
466 468  
467   -.software-metrics-block .metrics-list li span,
468   -.software-metrics-block .metrics-list li a {
  469 +.software-metrics-block .metrics-list li span {
  470 + color: #2C66CE;
469 471 display: table-cell;
470 472 vertical-align: top;
471 473 }
472 474  
473   -#content .software-metrics-block .metrics-list li a:link {
474   - color: #2c66ce;
  475 +.software-metrics-block .metrics-list li span#visit-count {
  476 + padding-left: 1px;
475 477 }
476 478  
477   -.software-metrics-block span.arrow-globe-icon {
  479 +.software-metrics-block .metrics-list li span#visit-count,
  480 +.software-metrics-block .metrics-list li span#downloads-count,
  481 +.software-metrics-block .metrics-list li span#benefited-people,
  482 +.software-metrics-block .metrics-list li span#saved-resources {
  483 + padding-top: 4px;
  484 +}
  485 +
  486 +.software-metrics-block li span.arrow-globe-icon {
478 487 background: url('../images/arrow-globe-icon.png') no-repeat center center;
479 488 width: 25px;
480 489 height: 18px;
  490 + padding-left: 9px !important;
481 491 }
482 492  
483 493 .software-metrics-block span.downloads-icon {
... ... @@ -498,9 +508,9 @@
498 508 height: 20px;
499 509 }
500 510  
501   -.software-metrics-block .metrics-list li a {
  511 +.software-metrics-block .metrics-list li span {
502 512 letter-spacing: -0.1px;
503   - line-height: 20px;
  513 + line-height: 15px;
504 514 padding-left: 5px;
505 515 }
506 516  
... ... @@ -537,9 +547,9 @@
537 547 #content .main-block .article-body ul.etapas-publicacao li strong {
538 548 margin-right: 6px;
539 549 border-radius: 50%;
540   - padding: 1px;
  550 + padding: 1px 0 0 0;
541 551 background: #333;
542   - height: 24px;
  552 + height: 23px;
543 553 width: 24px;
544 554 color: #fff;
545 555 text-align: center;
... ...
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
... ... @@ -19,13 +19,13 @@
19 19  
20 20 .profile-homepage #content .organization-average-rating-container .rate-this-organization {
21 21 font-size: 14px;
22   - text-decoration: underline;
23 22 margin: 4px 0px 0px 6px;
24 23 padding: 0px 0px 0px 15px;
25 24 }
26 25  
27 26 .profile-homepage #content .organization-average-rating-container .rate-this-organization a {
28 27 color: #2c66ce;
  28 + text-decoration: underline;
29 29 }
30 30  
31 31 .profile-homepage #content .organization-average-rating-container .star-container .medium-star-negative,
... ... @@ -144,7 +144,7 @@
144 144 }
145 145  
146 146 #content .main-content .star-rate-data .star-rate-form {
147   - padding: 0 37px;
  147 + padding: 0 0 0 37px;
148 148 letter-spacing: 0.1px;
149 149 width: 100%;
150 150 }
... ... @@ -155,17 +155,22 @@
155 155 }
156 156  
157 157 #content .main-content .star-rate-data .star-profile-information {
158   - padding-left: 15px;
159 158 width: 79px;
160 159 }
161 160  
162 161 #content .main-content .star-rate-data .star-profile-information .star-profile-image {
163   - padding-top: 1px;
  162 + height: 60px;
  163 + width: 60px;
  164 + overflow: hidden;
  165 + border-radius: 4px;
164 166 }
165 167  
166 168 #content .main-content .star-rate-data .star-profile-information .star-profile-image img {
167   - border-radius: 4px;
168   - height: 60px;
  169 + height: auto;
  170 + width: 60px;
  171 +}
  172 +
  173 +#content .main-content .star-rate-data .star-profile-information .star-profile-name{
169 174 width: 60px;
170 175 }
171 176  
... ... @@ -210,7 +215,7 @@
210 215 font-weight: 700;
211 216 text-transform: uppercase;
212 217 color: #FFF;
213   - padding: 5px;
  218 + padding: 5px 10px;
214 219 height: 31px;
215 220 line-height: 20px;
216 221 font-family: Arial;
... ... @@ -221,6 +226,7 @@
221 226 }
222 227  
223 228 #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar {
  229 + margin-top: 20px;
224 230 padding-bottom: 50px;
225 231 }
226 232  
... ... @@ -287,29 +293,31 @@
287 293 }
288 294  
289 295 #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 {
  296 +#content .star-rate-form .star-comment-container .comments-display-fields:hover span::after {
291 297 opacity: 0.6;
292 298 }
293 299  
294 300 #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information {
295   - color: #172738;
296   - display: block;
297 301 float: left;
  302 + padding-bottom: 4px;
  303 + color: #172738;
298 304 font-size: 14px;
299 305 font-weight: 700;
300   - padding-bottom: 4px;
  306 +}
  307 +
  308 +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-down,
  309 +#content .star-rate-form .star-comment-container .comments-display-fields span.comments-arrow-up{
  310 + float: right;
301 311 }
302 312  
303 313 .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after {
304 314 content: url('../images/top-arrow-black.png');
305   - float: right;
306 315 padding-top: 7px;
307 316 padding-right: 6px;
308 317 }
309 318  
310 319 .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after {
311 320 content: url('../images/bottom-arrow-black.png');
312   - float: right;
313 321 padding-top: 7px;
314 322 padding-right: 6px;
315 323 }
... ... @@ -365,12 +373,20 @@
365 373  
366 374 .ratings-list .user-rating-block .star-profile-information .star-profile-name {
367 375 line-height: 16px;
368   - width: 70px;
  376 + width: 60px;
369 377 }
370 378  
371   -.ratings-list .star-profile-information .star-profile-image img {
372   - border-radius: 4px;
  379 +.ratings-list .star-profile-information .star-profile-image {
373 380 height: 60px;
  381 + width: 60px;
  382 + overflow: hidden;
  383 + border-radius: 4px;
  384 + margin: auto;
  385 +}
  386 +
  387 +.ratings-list .star-profile-information .star-profile-image img {
  388 + height: auto;
  389 + width: 60px;
374 390 }
375 391  
376 392 .ratings-list .user-rating-block .user-testimony-container {
... ... @@ -447,7 +463,7 @@
447 463  
448 464 .make-report-block .star-profile-information .star-profile-name {
449 465 margin-top: 8px;
450   - width: 70px;
  466 + width: 60px;
451 467 }
452 468  
453 469 .ratings-list .make-report-block .make-report-container {
... ... @@ -460,39 +476,38 @@
460 476 font-size: 18px;
461 477 }
462 478  
463   -.ratings-list .make-report-block .make-report-container .button-bar {
  479 +#content .ratings-list .make-report-block .make-report-container .button-bar {
464 480 padding-top: 6px;
465 481 }
466 482  
467   -.ratings-list .make-report-block .make-report-container .alert {
  483 +#content .ratings-list .make-report-block .make-report-container .alert {
468 484 margin-top: 37px;
469 485 padding-left: 1px;
470 486 }
471 487  
472   -.ratings-list .make-report-block .make-report-container .button-bar a,
473   -.star-rate-data .rating-cooldown .button-bar a,
474   -.star-rate-data .rating-vote-once .button-bar a {
  488 +#content .ratings-list .make-report-block .make-report-container .button-bar a,
  489 +#content .star-rate-data .rating-cooldown .button-bar a,
  490 +#content .star-rate-data .rating-vote-once .button-bar a {
475 491 background-color: #3E67B1;
476 492 background-image: none;
477 493 color: #fff;
478 494 font-weight: 700;
479 495 font-size: 14px;
480 496 font-style: normal;
481   - height: 31px;
482   - padding: 0px 7px 0px 7px;
  497 + padding: 8px 12px 8px 8px;
483 498 text-transform: uppercase;
484 499 }
485 500  
486   -.star-rate-data .rating-cooldown,
487   -.star-rate-data .rating-vote-once {
  501 +#content .star-rate-data .rating-cooldown,
  502 +#content .star-rate-data .rating-vote-once {
488 503 font-family: Arial;
489 504 font-size: 18px;
490 505 font-style: italic;
491 506 word-break: break-word;
492 507 }
493 508  
494   -.star-rate-data .rating-cooldown .button-bar a.disabled-button,
495   -.star-rate-data .rating-vote-once .button-bar a.disabled-button {
  509 +#content .star-rate-data .rating-cooldown .button-bar a.disabled-button,
  510 +#content .star-rate-data .rating-vote-once .button-bar a.disabled-button {
496 511 cursor: not-allowed;
497 512 opacity: 0.4;
498 513 }
... ...
src/noosfero-spb/noosfero-spb-theme/images/close.png 0 → 100644

240 Bytes

src/noosfero-spb/noosfero-spb-theme/images/greenhide.png 0 → 100644

794 Bytes

src/noosfero-spb/noosfero-spb-theme/images/hide.png 0 → 100644

389 Bytes

src/noosfero-spb/noosfero-spb-theme/images/redclose.png 0 → 100644

552 Bytes

src/noosfero-spb/noosfero-spb-theme/images/show.png 0 → 100644

364 Bytes

src/noosfero-spb/noosfero-spb-theme/style.css
... ... @@ -25,6 +25,7 @@
25 25 @import url(css/software-catalog-page.css);
26 26 @import url(css/tooltip.css);
27 27 @import url(css/popover.css);
  28 +@import url(css/notifications.css);
28 29  
29 30 @font-face{
30 31 font-weight: normal;
... ...
src/noosfero-spb/noosfero-spb-theme/theme.js
... ... @@ -225,11 +225,13 @@ $(&#39;#link-buscar&#39;).click(function(e) {
225 225 }
226 226  
227 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');
  230 + $('.star-rate-data .star-rate-form.rating-cooldown .button-bar a span').html('Avalie este software');
229 231 $('.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 232 $('.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');
  233 + $('.main-content .star-rate-data .star-rate-form .star-comment-container .button-bar input').attr('value', 'Enviar');
  234 + $('.main-content .star-rate-data .star-rate-form .star-rate-text').html('Avalie este software');
233 235 $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software');
234 236 $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)');
235 237 $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa');
... ...