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 | 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,26 @@ |
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 | +} | ... | ... |
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{ |
... | ... | @@ -481,19 +496,25 @@ float: left; |
481 | 496 | |
482 | 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 | 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 | 505 | display: block; |
506 | + margin-left: 10px; | |
491 | 507 | border: 1px solid #ECEDF1; |
492 | 508 | border-radius: 4px; |
493 | 509 | } |
494 | 510 | |
495 | 511 | .profile-type-is-community #content .community-block-logo{ |
496 | 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 | 520 | .profile-type-is-community #content .community-block-title{ |
... | ... | @@ -509,24 +530,20 @@ float: left; |
509 | 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 | 533 | .profile-type-is-community #content .community-block-logo a{ |
524 | 534 | display: block; |
525 | - height: 100px; | |
535 | + height: auto; | |
526 | 536 | overflow: hidden; |
527 | 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 | 547 | /* Wiki block - Need to develop solution - Only display on profile page */ |
531 | 548 | .template-default #content .box-3 .wiki-block, |
532 | 549 | .template-lefttopright #content .box-2 .wiki-block{ |
... | ... | @@ -550,6 +567,7 @@ float: left; |
550 | 567 | |
551 | 568 | .profile-type-is-community #content .members-block{ |
552 | 569 | display: none; |
570 | + margin-left: 10px; | |
553 | 571 | border: 1px solid #D3D6DE; |
554 | 572 | border-radius: 4px; |
555 | 573 | } |
... | ... | @@ -621,6 +639,7 @@ float: left; |
621 | 639 | /*height: 70px;*/ |
622 | 640 | height: 100px; |
623 | 641 | max-height: 100px; |
642 | + margin: 0; | |
624 | 643 | } |
625 | 644 | |
626 | 645 | .profile-type-is-community #content .members-block .menu-submenu{ |
... | ... | @@ -663,18 +682,19 @@ float: left; |
663 | 682 | } |
664 | 683 | |
665 | 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 | 688 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ |
670 | 689 | display: block; |
671 | 690 | height: 13px; |
672 | - top: 2px; | |
673 | - left: 3px; | |
691 | + top: 3px; | |
692 | + left: 4px; | |
674 | 693 | padding-bottom: 0px; |
694 | + margin: 0; | |
675 | 695 | background: #172738; |
676 | - border: 1px solid #fff; | |
677 | - opacity: 0.7; | |
696 | + border: none; | |
697 | + border-radius: 4px; | |
678 | 698 | } |
679 | 699 | |
680 | 700 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ |
... | ... | @@ -708,10 +728,10 @@ float: left; |
708 | 728 | } |
709 | 729 | |
710 | 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 | 737 | .profile-type-is-community #content .members-block .menu-submenu-content .menu-submenu-list li a{ |
... | ... | @@ -811,10 +831,14 @@ float: left; |
811 | 831 | margin-right: 5px; |
812 | 832 | } |
813 | 833 | |
834 | + | |
814 | 835 | .action-profile-members #content .page-members-header a.button.with-text:hover{ |
815 | 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 | 843 | /* Tabs */ |
820 | 844 | |
... | ... | @@ -880,7 +904,7 @@ float: left; |
880 | 904 | } |
881 | 905 | |
882 | 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 | 908 | padding-bottom: 1px; |
885 | 909 | border-bottom: 3px solid #FF0366; |
886 | 910 | } | ... | ... |
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 { | ... | ... |
css/home-page.css
... | ... | @@ -384,7 +384,7 @@ |
384 | 384 | background-size: 100% 100%; |
385 | 385 | } |
386 | 386 | |
387 | -.action-home-index #content .highlights-container{ | |
387 | +.action-home-index #content .highlights-container { | |
388 | 388 | border-radius: 8px; |
389 | 389 | border-width: 0px 0px 1px 0px; |
390 | 390 | border-bottom: none; |
... | ... | @@ -396,7 +396,7 @@ |
396 | 396 | top: 0; |
397 | 397 | } |
398 | 398 | |
399 | -.action-home-index #content .highlights-image-link{ | |
399 | +.action-home-index #content .highlights-image-link { | |
400 | 400 | padding: 18px 0px 0px 0px; |
401 | 401 | border-radius: 0px 0px 8px 8px; |
402 | 402 | width: 220px; |
... | ... | @@ -404,12 +404,12 @@ |
404 | 404 | background-color: #fff; |
405 | 405 | } |
406 | 406 | |
407 | -.action-home-index #content .highlights-image-link img{ | |
407 | +.action-home-index #content .highlights-image-link img { | |
408 | 408 | height: 100px; |
409 | 409 | max-width: 200px; |
410 | 410 | } |
411 | 411 | |
412 | -.action-home-index #content .highlights-label{ | |
412 | +.action-home-index #content .highlights-label { | |
413 | 413 | border-top: 4px solid #3b61a7; |
414 | 414 | padding: 23px 20px 46px 20px; |
415 | 415 | max-height: 60px; |
... | ... | @@ -423,13 +423,13 @@ |
423 | 423 | vertical-align: middle; |
424 | 424 | } |
425 | 425 | |
426 | -.action-home-index #content .highlights-block-pager{ | |
426 | +.action-home-index #content .highlights-block-pager { | |
427 | 427 | float: none; |
428 | 428 | display: block; |
429 | 429 | text-align: center; |
430 | 430 | } |
431 | 431 | |
432 | -.action-home-index #content .highlights-block-pager a{ | |
432 | +.action-home-index #content .highlights-block-pager a { | |
433 | 433 | margin: 0 4px; |
434 | 434 | border-color: transparent; |
435 | 435 | border-radius: 50%; |
... | ... | @@ -443,7 +443,7 @@ |
443 | 443 | display: inline-block; |
444 | 444 | } |
445 | 445 | |
446 | -.action-home-index #content .highlights-block-pager a.activeSlide{ | |
446 | +.action-home-index #content .highlights-block-pager a.activeSlide { | |
447 | 447 | border-color: transparent; |
448 | 448 | background: #3e67b1; |
449 | 449 | color: transparent; |
... | ... | @@ -456,19 +456,25 @@ |
456 | 456 | margin: 0 0 0 55px; |
457 | 457 | color: #3867b7; |
458 | 458 | cursor: pointer; |
459 | + font-family: Arial, helvetica, sans-serif; | |
459 | 460 | } |
460 | 461 | |
461 | -.action-home-index #content span.popover-span{ | |
462 | - padding: 1px 6px; | |
463 | - border-radius: 50%; | |
462 | +.action-home-index #content span.popover-span { | |
463 | + padding-top: 2px; | |
464 | 464 | background-color: #3867b7; |
465 | 465 | color: #ffffff; |
466 | 466 | font-weight: bold; |
467 | 467 | cursor: pointer; |
468 | + height: 15px; | |
469 | + font-family: arial; | |
470 | + width: 17px; | |
471 | + display: inline-block; | |
472 | + text-align: center; | |
473 | + border-radius: 50%; | |
468 | 474 | } |
469 | 475 | |
470 | 476 | /*** mais software block **/ |
471 | -.action-home-index #content #mais-software-block{ | |
477 | +.action-home-index #content #mais-software-block { | |
472 | 478 | margin: 11px 0px; |
473 | 479 | border: 1px solid #c0c1c1; |
474 | 480 | border-radius: 8px; | ... | ... |
css/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; |
... | ... | @@ -97,6 +131,7 @@ |
97 | 131 | line-height: 32px; |
98 | 132 | } |
99 | 133 | |
134 | +#content .button-bar a.button.with-text, | |
100 | 135 | #content #article-actions a.button.with-text{ |
101 | 136 | display: inline-block; |
102 | 137 | height: 18px; |
... | ... | @@ -111,6 +146,18 @@ |
111 | 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 | 161 | #content #article-actions a.button.with-text span{ |
115 | 162 | padding: 0; |
116 | 163 | } |
... | ... | @@ -125,6 +172,7 @@ |
125 | 172 | .action-profile-members #content .page-profile-header a.button.with-text{ |
126 | 173 | border:none; |
127 | 174 | } |
175 | + | |
128 | 176 | .action-profile-members #content .button-bar a.button.with-text:hover{ |
129 | 177 | border-color: #3E67B1; |
130 | 178 | } |
... | ... | @@ -141,6 +189,8 @@ |
141 | 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 | 194 | #content a.button:hover, |
145 | 195 | #content #article-actions a.button.with-text:hover, |
146 | 196 | #content input.button.with-text:hover{ | ... | ... |
css/overwriting-base-theme.css
... | ... | @@ -20,19 +20,19 @@ |
20 | 20 | } |
21 | 21 | |
22 | 22 | #wrapper { |
23 | - margin: 0 auto; | |
24 | - font-size: 1.2em; | |
25 | - width: 100%; | |
23 | + margin: 0 auto; | |
24 | + font-size: 1.2em; | |
25 | + width: 100%; | |
26 | 26 | } |
27 | 27 | |
28 | 28 | .main-content { |
29 | - border-style: none; | |
30 | - box-shadow: none; | |
31 | - padding: 10px 20px; | |
29 | + border-style: none; | |
30 | + box-shadow: none; | |
31 | + padding: 10px 20px; | |
32 | 32 | } |
33 | 33 | |
34 | 34 | .profile-image-block .admin-link { |
35 | - font-size: 100%; | |
35 | + font-size: 100%; | |
36 | 36 | } |
37 | 37 | |
38 | 38 | /* ==> blocks.css <== */ | ... | ... |
css/popover.css
... | ... | @@ -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, | ... | ... |
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 | |
... | ... | @@ -60,46 +68,45 @@ |
60 | 68 | } |
61 | 69 | .action-search-index #content form .search-field .formfield input, |
62 | 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 | 72 | margin-top: 0px; |
65 | 73 | padding: 6px; |
66 | 74 | height: 19px; |
67 | 75 | max-height: 19px; |
68 | - max-width: 98%; | |
69 | 76 | background: none; |
70 | 77 | border: 1px solid #ccc; |
71 | 78 | border-radius: 4px; |
79 | + margin-bottom: 15px; | |
80 | + font-size: 14px; | |
72 | 81 | } |
73 | 82 | |
74 | 83 | .action-search-index #content form input.button.submit, |
75 | 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 | 87 | color: #FFF; |
82 | 88 | border-radius: 4px; |
83 | - border: 1px solid #3E67B1; | |
84 | - font-size: 14px; | |
89 | + width: 108px; | |
85 | 90 | line-height: 14px; |
91 | + font-size: 14px; | |
92 | + font-family: "open_sansbold", Arial, sans-serif; | |
86 | 93 | text-transform: uppercase; |
87 | 94 | } |
88 | 95 | |
89 | 96 | .action-search-index #content form input.button.submit:hover, |
90 | 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 | 99 | background: #5E82C6; |
93 | 100 | } |
94 | 101 | |
95 | 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 | 104 | background: none; |
98 | 105 | border: 1px solid #ccc; |
99 | 106 | border-radius: 10px; |
100 | 107 | } |
101 | 108 | |
102 | -.action-search-index #search-results h3{ | |
109 | +.action-search-index #search-results h3 { | |
103 | 110 | margin: 20px 0 10px 0; |
104 | 111 | color: #172738; |
105 | 112 | font-size:18px; |
... | ... | @@ -109,7 +116,7 @@ |
109 | 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 | 120 | background: none; |
114 | 121 | border: 1px solid #ccc; |
115 | 122 | } | ... | ... |
css/software-catalog-page.css
... | ... | @@ -74,16 +74,19 @@ |
74 | 74 | } |
75 | 75 | |
76 | 76 | .action-search-software_infos #software-search-container .search-form .doubts-catalog-software{ |
77 | - border:1px solid #3E67B1; | |
78 | - border-radius:50%; | |
79 | - padding:0px 3px; | |
80 | - font-size: 14px; | |
81 | - font-weight: 900; | |
82 | - background:#3E67B1; | |
83 | - color:#fff; | |
84 | - font-family: Arial; | |
77 | + padding-top: 2px; | |
78 | + background-color: #3867b7; | |
79 | + color: #ffffff; | |
80 | + font-weight: bold; | |
85 | 81 | cursor: pointer; |
82 | + height: 15px; | |
83 | + font-family: arial; | |
84 | + width: 17px; | |
85 | + display: inline-block; | |
86 | + text-align: center; | |
87 | + border-radius: 50%; | |
86 | 88 | } |
89 | + | |
87 | 90 | /******/ |
88 | 91 | |
89 | 92 | .action-search-software_infos #content .search-form .search-field .formfield { |
... | ... | @@ -93,7 +96,7 @@ |
93 | 96 | } |
94 | 97 | |
95 | 98 | .action-search-software_infos #content .search-form .search-field #search-input { |
96 | - width: 96%; | |
99 | + width: 95%; | |
97 | 100 | margin: 13px 0px 4px 13px; |
98 | 101 | padding: 7px; |
99 | 102 | background: #FFF; |
... | ... | @@ -283,6 +286,7 @@ |
283 | 286 | /*** Search Results ***/ |
284 | 287 | .action-search-software_infos #search-results { |
285 | 288 | border-top: 1px solid #d7d7d7; |
289 | + margin-top: 66px; | |
286 | 290 | } |
287 | 291 | |
288 | 292 | .action-search-software_infos #search-results.only-one-result-box .search-software-item { |
... | ... | @@ -292,7 +296,7 @@ |
292 | 296 | } |
293 | 297 | |
294 | 298 | .action-search-software_infos #search-results #search-results-empty{ |
295 | - padding: 15px 0px; | |
299 | + padding: 30px 0 15px 0; | |
296 | 300 | color: #172738; |
297 | 301 | font-size: 16px; |
298 | 302 | text-align: left; |
... | ... | @@ -359,7 +363,7 @@ |
359 | 363 | padding-right: 20px; |
360 | 364 | top: 0px; |
361 | 365 | position: absolute; |
362 | - color: #2C4B6B; | |
366 | + color: #172738; | |
363 | 367 | font-size: 13px; |
364 | 368 | font-family: Arial; |
365 | 369 | text-align: left; |
... | ... | @@ -368,8 +372,7 @@ |
368 | 372 | |
369 | 373 | .action-search-software_infos #search-results .search-software-item-column-left .extra_info::before{ |
370 | 374 | content: url("../images/ic-calendar.png"); |
371 | - margin-right: 10px; | |
372 | - margin-top: 6px; | |
375 | + margin: 6px 10px 20px 0; | |
373 | 376 | float: left; |
374 | 377 | } |
375 | 378 | |
... | ... | @@ -411,7 +414,7 @@ |
411 | 414 | float: left; |
412 | 415 | } |
413 | 416 | |
414 | -.action-search-software_infos #search-results .search-software-content-block #categories-list li{ | |
417 | +.action-search-software_infos #search-results .search-software-content-block #categories-list li { | |
415 | 418 | width: auto !important; /* force overwritting from base */ |
416 | 419 | margin-left: 7px !important; /* force overwritting from base */ |
417 | 420 | float: left; |
... | ... | @@ -421,6 +424,18 @@ |
421 | 424 | text-decoration: underline; |
422 | 425 | } |
423 | 426 | |
424 | -.action-search-software_infos #search-results .search-software-content-block #categories-list li a{ | |
427 | +.action-search-software_infos #search-results .search-software-content-block #categories-list li a { | |
425 | 428 | color: #3E67B1; |
426 | 429 | } |
430 | + | |
431 | +.action-search-software_infos #search-results #individually-category br { | |
432 | + display: none; | |
433 | +} | |
434 | + | |
435 | +.action-search-software_infos #search-results #individually-category a { | |
436 | + margin-right: 10px; | |
437 | + float: left; | |
438 | + color: #3E67B1; | |
439 | + font-size: 13px; | |
440 | + text-decoration: underline; | |
441 | +} | ... | ... |
css/software-pages.css
... | ... | @@ -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; |
... | ... | @@ -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 | } |
... | ... | @@ -545,9 +547,9 @@ |
545 | 547 | #content .main-block .article-body ul.etapas-publicacao li strong { |
546 | 548 | margin-right: 6px; |
547 | 549 | border-radius: 50%; |
548 | - padding: 1px; | |
550 | + padding: 1px 0 0 0; | |
549 | 551 | background: #333; |
550 | - height: 24px; | |
552 | + height: 23px; | |
551 | 553 | width: 24px; |
552 | 554 | color: #fff; |
553 | 555 | text-align: center; | ... | ... |
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, |
... | ... | @@ -287,29 +287,31 @@ |
287 | 287 | } |
288 | 288 | |
289 | 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 | 291 | opacity: 0.6; |
292 | 292 | } |
293 | 293 | |
294 | 294 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { |
295 | - color: #172738; | |
296 | - display: block; | |
297 | 295 | float: left; |
296 | + padding-bottom: 4px; | |
297 | + color: #172738; | |
298 | 298 | font-size: 14px; |
299 | 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 | 307 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after { |
304 | 308 | content: url('../images/top-arrow-black.png'); |
305 | - float: right; | |
306 | 309 | padding-top: 7px; |
307 | 310 | padding-right: 6px; |
308 | 311 | } |
309 | 312 | |
310 | 313 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { |
311 | 314 | content: url('../images/bottom-arrow-black.png'); |
312 | - float: right; | |
313 | 315 | padding-top: 7px; |
314 | 316 | padding-right: 6px; |
315 | 317 | } | ... | ... |
theme.js
... | ... | @@ -225,11 +225,12 @@ $('#link-buscar').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'); | |
229 | 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 | 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 | 234 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); |
234 | 235 | $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); |
235 | 236 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); | ... | ... |