Commit e6f1052c2a9376153a17331b7704924e79c81ead
Exists in
pkg_fixes
Merge branch 'pkg_fixes' of portal.softwarepublico.gov.br:softwarepublico/noosfe…
…ro-spb-theme into pkg_fixes
Showing
5 changed files
with
117 additions
and
13 deletions
Show diff stats
css/administration-panel.css
@@ -257,6 +257,12 @@ | @@ -257,6 +257,12 @@ | ||
257 | background: none; | 257 | background: none; |
258 | } | 258 | } |
259 | 259 | ||
260 | +/* CMS */ | ||
261 | +.action-cms-index .cms-articles td{ | ||
262 | + padding: 2px 5px; | ||
263 | + vertical-align: middle; | ||
264 | +} | ||
265 | + | ||
260 | /* Tasks - tmp adjust */ | 266 | /* Tasks - tmp adjust */ |
261 | .action-profile_editor-index #content .pending-tasks{ | 267 | .action-profile_editor-index #content .pending-tasks{ |
262 | max-width: 500px; | 268 | max-width: 500px; |
@@ -279,3 +285,52 @@ | @@ -279,3 +285,52 @@ | ||
279 | .action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{ | 285 | .action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{ |
280 | background: #5E82C6; | 286 | background: #5E82C6; |
281 | } | 287 | } |
288 | + | ||
289 | +/* Edit software page */ | ||
290 | + | ||
291 | +.action-profile_editor-edit_software_community #profile-is-template{ | ||
292 | + margin-top: 10px; | ||
293 | +} | ||
294 | + | ||
295 | +.action-profile_editor-edit_software_community .field-privacy-selector{ | ||
296 | + vertical-align: bottom; | ||
297 | +} | ||
298 | + | ||
299 | +/* Members management */ | ||
300 | +.action-profile_members-index #members-list td{ | ||
301 | + padding-top: 5px; | ||
302 | +} | ||
303 | + | ||
304 | +/*recover behavior of noosfero*/ | ||
305 | +.action-profile_members-change_role .role-permissions{ | ||
306 | + margin: 12px 0; | ||
307 | + padding-left: 40px; | ||
308 | +} | ||
309 | + | ||
310 | +/*recover behavior of noosfero*/ | ||
311 | +.action-profile_members-change_role .role-permissions li{ | ||
312 | + list-style: square; | ||
313 | +} | ||
314 | + | ||
315 | +/*Edit configuration profile */ | ||
316 | + | ||
317 | +.action-profile_editor-edit #delete-profile{ | ||
318 | + margin-top:0px; | ||
319 | +} | ||
320 | + | ||
321 | +/*form Change Password */ | ||
322 | +.action-account-change_password #content form input.button.with-text.icon-ok.submit{ | ||
323 | + height: 32px; | ||
324 | + padding:0px 10px; | ||
325 | +} | ||
326 | + | ||
327 | +.action-account-change_password input{ | ||
328 | +padding: 6px; | ||
329 | +color: #585858; | ||
330 | +background: #FFF; | ||
331 | +border: 1px solid #ccc; | ||
332 | +border-radius: 4px; | ||
333 | +font-size: 15px; | ||
334 | +font-family: Arial, helvetica; | ||
335 | +} | ||
336 | + |
css/edition-pages.css
@@ -220,6 +220,9 @@ | @@ -220,6 +220,9 @@ | ||
220 | } | 220 | } |
221 | 221 | ||
222 | /*** Article's edition page ***/ | 222 | /*** Article's edition page ***/ |
223 | +#content .text-editor-sidebar { | ||
224 | + width: 400px; | ||
225 | +} | ||
223 | 226 | ||
224 | #content .text-editor-sidebar .header{ | 227 | #content .text-editor-sidebar .header{ |
225 | padding: 13px 10px; | 228 | padding: 13px 10px; |
@@ -250,6 +253,10 @@ | @@ -250,6 +253,10 @@ | ||
250 | border: 1px solid #D3D6DE; | 253 | border: 1px solid #D3D6DE; |
251 | } | 254 | } |
252 | 255 | ||
256 | +#content .text-editor-sidebar #published-media .section-title { | ||
257 | + display: inline-block; | ||
258 | +} | ||
259 | + | ||
253 | /*New Software form*/ | 260 | /*New Software form*/ |
254 | 261 | ||
255 | .action-software_communities_plugin_myprofile-new_software #content.current-step h3 { | 262 | .action-software_communities_plugin_myprofile-new_software #content.current-step h3 { |
css/main-content.css
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | #content .pagination a, | 42 | #content .pagination a, |
43 | #content .pagination em, | 43 | #content .pagination em, |
44 | #content .pagination span{ | 44 | #content .pagination span{ |
45 | - padding: 5px 9px; | 45 | + padding: 5px 0; |
46 | margin-right: 4px; | 46 | margin-right: 4px; |
47 | color: #172738; | 47 | color: #172738; |
48 | border: 1px solid #D3D6DE; | 48 | border: 1px solid #D3D6DE; |
@@ -51,7 +51,13 @@ | @@ -51,7 +51,13 @@ | ||
51 | font-size: 12px; | 51 | font-size: 12px; |
52 | font-weight: 700; | 52 | font-weight: 700; |
53 | text-decoration: none; | 53 | text-decoration: none; |
54 | - display: inline-table; | 54 | + display: inline-block; |
55 | + width: 30px; | ||
56 | +} | ||
57 | + | ||
58 | +#content .pagination .previous-arrow, | ||
59 | +#content .pagination .next-arrow{ | ||
60 | + display: none; | ||
55 | } | 61 | } |
56 | 62 | ||
57 | #content .pagination .current { | 63 | #content .pagination .current { |
@@ -59,14 +65,42 @@ | @@ -59,14 +65,42 @@ | ||
59 | font-style: normal; | 65 | font-style: normal; |
60 | } | 66 | } |
61 | 67 | ||
68 | +#content #article .pagination .previous_page, | ||
69 | +#content #article .pagination .next_page, | ||
70 | +#content .pagination .previous_page, | ||
71 | +#content .pagination .next_page{ | ||
72 | + position: relative; | ||
73 | + padding:5px 9px; | ||
74 | +} | ||
75 | + | ||
76 | +#content #article .pagination .previous_page, | ||
62 | #content .pagination .previous_page{ | 77 | #content .pagination .previous_page{ |
63 | float: left; | 78 | float: left; |
64 | } | 79 | } |
65 | 80 | ||
81 | +#content #article .pagination .next_page, | ||
66 | #content .pagination .next_page{ | 82 | #content .pagination .next_page{ |
67 | float: right; | 83 | float: right; |
68 | } | 84 | } |
69 | 85 | ||
86 | +#content .pagination .next_page:after, | ||
87 | +#content .pagination .previous_page:before{ | ||
88 | + font-family:"FontAwesome"; | ||
89 | + font-size: 15px; | ||
90 | + font-weight: bold; | ||
91 | + line-height: 10px; | ||
92 | +} | ||
93 | + | ||
94 | +#content .pagination .previous_page:before{ | ||
95 | + content:"\f104"; | ||
96 | + margin:0 10px 0 0; | ||
97 | +} | ||
98 | + | ||
99 | +#content .pagination .next_page:after{ | ||
100 | + content:"\f105"; | ||
101 | + margin:0 0 0 10px; | ||
102 | +} | ||
103 | + | ||
70 | #content .pagination .previous_page, | 104 | #content .pagination .previous_page, |
71 | #content .pagination .next_page{ | 105 | #content .pagination .next_page{ |
72 | width: auto; | 106 | width: auto; |
css/software-pages.css
@@ -463,23 +463,31 @@ | @@ -463,23 +463,31 @@ | ||
463 | 463 | ||
464 | .software-metrics-block .metrics-list li { | 464 | .software-metrics-block .metrics-list li { |
465 | display: table; | 465 | display: table; |
466 | - margin-bottom: 10px; | 466 | + margin-bottom: 8px; |
467 | } | 467 | } |
468 | 468 | ||
469 | -.software-metrics-block .metrics-list li span, | ||
470 | -.software-metrics-block .metrics-list li a { | 469 | +.software-metrics-block .metrics-list li span { |
470 | + color: #2C66CE; | ||
471 | display: table-cell; | 471 | display: table-cell; |
472 | vertical-align: top; | 472 | vertical-align: top; |
473 | } | 473 | } |
474 | 474 | ||
475 | -#content .software-metrics-block .metrics-list li a:link { | ||
476 | - color: #2c66ce; | 475 | +.software-metrics-block .metrics-list li span#visit-count { |
476 | + padding-left: 1px; | ||
477 | +} | ||
478 | + | ||
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; | ||
477 | } | 484 | } |
478 | 485 | ||
479 | -.software-metrics-block span.arrow-globe-icon { | 486 | +.software-metrics-block li span.arrow-globe-icon { |
480 | background: url('../images/arrow-globe-icon.png') no-repeat center center; | 487 | background: url('../images/arrow-globe-icon.png') no-repeat center center; |
481 | width: 25px; | 488 | width: 25px; |
482 | height: 18px; | 489 | height: 18px; |
490 | + padding-left: 9px !important; | ||
483 | } | 491 | } |
484 | 492 | ||
485 | .software-metrics-block span.downloads-icon { | 493 | .software-metrics-block span.downloads-icon { |
@@ -500,9 +508,9 @@ | @@ -500,9 +508,9 @@ | ||
500 | height: 20px; | 508 | height: 20px; |
501 | } | 509 | } |
502 | 510 | ||
503 | -.software-metrics-block .metrics-list li a { | 511 | +.software-metrics-block .metrics-list li span { |
504 | letter-spacing: -0.1px; | 512 | letter-spacing: -0.1px; |
505 | - line-height: 20px; | 513 | + line-height: 15px; |
506 | padding-left: 5px; | 514 | padding-left: 5px; |
507 | } | 515 | } |
508 | 516 |
css/use-report.css
@@ -144,7 +144,7 @@ | @@ -144,7 +144,7 @@ | ||
144 | } | 144 | } |
145 | 145 | ||
146 | #content .main-content .star-rate-data .star-rate-form { | 146 | #content .main-content .star-rate-data .star-rate-form { |
147 | - padding: 0 37px; | 147 | + padding: 0 0 0 37px; |
148 | letter-spacing: 0.1px; | 148 | letter-spacing: 0.1px; |
149 | width: 100%; | 149 | width: 100%; |
150 | } | 150 | } |
@@ -155,7 +155,6 @@ | @@ -155,7 +155,6 @@ | ||
155 | } | 155 | } |
156 | 156 | ||
157 | #content .main-content .star-rate-data .star-profile-information { | 157 | #content .main-content .star-rate-data .star-profile-information { |
158 | - padding-left: 15px; | ||
159 | width: 79px; | 158 | width: 79px; |
160 | } | 159 | } |
161 | 160 | ||
@@ -210,7 +209,7 @@ | @@ -210,7 +209,7 @@ | ||
210 | font-weight: 700; | 209 | font-weight: 700; |
211 | text-transform: uppercase; | 210 | text-transform: uppercase; |
212 | color: #FFF; | 211 | color: #FFF; |
213 | - padding: 5px 20px; | 212 | + padding: 5px 10px; |
214 | height: 31px; | 213 | height: 31px; |
215 | line-height: 20px; | 214 | line-height: 20px; |
216 | font-family: Arial; | 215 | font-family: Arial; |
@@ -221,6 +220,7 @@ | @@ -221,6 +220,7 @@ | ||
221 | } | 220 | } |
222 | 221 | ||
223 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { | 222 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { |
223 | + margin-top: 20px; | ||
224 | padding-bottom: 50px; | 224 | padding-bottom: 50px; |
225 | } | 225 | } |
226 | 226 |