Commit b1b2f0ddf7bf304e054aec235ccf2688d2c4a1a1
Exists in
master
and in
79 other branches
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
Showing
19 changed files
with
837 additions
and
203 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/administration-panel.css
| @@ -57,11 +57,13 @@ | @@ -57,11 +57,13 @@ | ||
| 57 | } | 57 | } |
| 58 | 58 | ||
| 59 | .action-organizations-index .main-block form#manage-profiles .search-field{ | 59 | .action-organizations-index .main-block form#manage-profiles .search-field{ |
| 60 | - margin-bottom: 30px; | 60 | + margin-bottom: 20px; |
| 61 | + display: block; | ||
| 62 | + height: 30px; | ||
| 61 | } | 63 | } |
| 62 | 64 | ||
| 63 | .action-organizations-index .main-block form#manage-profiles .search-field .formfield { | 65 | .action-organizations-index .main-block form#manage-profiles .search-field .formfield { |
| 64 | - width: 100%; | 66 | + width: 60%; |
| 65 | margin-right: 0.5em; | 67 | margin-right: 0.5em; |
| 66 | float: left; | 68 | float: left; |
| 67 | } | 69 | } |
| @@ -80,13 +82,14 @@ | @@ -80,13 +82,14 @@ | ||
| 80 | 82 | ||
| 81 | .action-organizations-index .main-block form#manage-profiles input.button.submit{ | 83 | .action-organizations-index .main-block form#manage-profiles input.button.submit{ |
| 82 | height: 32px; | 84 | height: 32px; |
| 83 | - margin-top: 8px; | 85 | + float: left; |
| 86 | + margin-left: 10px; | ||
| 84 | padding: 5px 15px; | 87 | padding: 5px 15px; |
| 85 | background: #3E67B1 none; | 88 | background: #3E67B1 none; |
| 86 | color: #FFF; | 89 | color: #FFF; |
| 87 | border-radius: 4px; | 90 | border-radius: 4px; |
| 88 | border: 1px solid #3E67B1; | 91 | border: 1px solid #3E67B1; |
| 89 | - line-height: 22px; | 92 | + line-height: 14px; |
| 90 | font-size: 14px; | 93 | font-size: 14px; |
| 91 | text-transform: uppercase; | 94 | text-transform: uppercase; |
| 92 | } | 95 | } |
| @@ -107,6 +110,10 @@ | @@ -107,6 +110,10 @@ | ||
| 107 | padding: 2px 8px; | 110 | padding: 2px 8px; |
| 108 | } | 111 | } |
| 109 | 112 | ||
| 113 | +.action-organizations-index .main-block table#organizations-list td{ | ||
| 114 | + padding: 8px 8px 0; | ||
| 115 | +} | ||
| 116 | + | ||
| 110 | /*** Features Settings ***/ | 117 | /*** Features Settings ***/ |
| 111 | 118 | ||
| 112 | .controller-features #content form *{ | 119 | .controller-features #content form *{ |
| @@ -135,6 +142,98 @@ | @@ -135,6 +142,98 @@ | ||
| 135 | font-size: 15px; | 142 | font-size: 15px; |
| 136 | } | 143 | } |
| 137 | 144 | ||
| 145 | +/* Manage Users */ | ||
| 146 | +.action-users-index .main-block #search-users{ | ||
| 147 | + background-color: transparent; | ||
| 148 | +} | ||
| 149 | + | ||
| 150 | +.action-users-index .main-block #search-users .search-field{ | ||
| 151 | + margin-bottom: 20px; | ||
| 152 | + display: block; | ||
| 153 | + height: 30px; | ||
| 154 | +} | ||
| 155 | + | ||
| 156 | +.action-users-index .main-block #search-users .search-field .formfield { | ||
| 157 | + width: 70%; | ||
| 158 | + margin-right: 0.5em; | ||
| 159 | + float: left; | ||
| 160 | +} | ||
| 161 | + | ||
| 162 | +.action-users-index .main-block #search-users .search-field .formfield input { | ||
| 163 | + margin-top: 0px; | ||
| 164 | + margin-right: 0.5em; | ||
| 165 | + padding: 6px; | ||
| 166 | + min-width: 97%; | ||
| 167 | + height: 19px; | ||
| 168 | + max-height: 19px; | ||
| 169 | + background: none; | ||
| 170 | + border: 1px solid #ccc; | ||
| 171 | + border-radius: 4px; | ||
| 172 | +} | ||
| 173 | + | ||
| 174 | +.action-users-index .main-block #search-users input.button.submit{ | ||
| 175 | + height: 32px; | ||
| 176 | + float: left; | ||
| 177 | + margin-left: 10px; | ||
| 178 | + padding: 5px 15px; | ||
| 179 | + background: #3E67B1 none; | ||
| 180 | + color: #FFF; | ||
| 181 | + border-radius: 4px; | ||
| 182 | + border: 1px solid #3E67B1; | ||
| 183 | + line-height: 14px; | ||
| 184 | + font-size: 14px; | ||
| 185 | + text-transform: uppercase; | ||
| 186 | +} | ||
| 187 | + | ||
| 188 | +.action-users-index .main-block #search-users input.button.submit:hover{ | ||
| 189 | + background: #5E82C6; | ||
| 190 | +} | ||
| 191 | + | ||
| 192 | +.action-users-index .main-block #users-list th{ | ||
| 193 | + text-align: left; | ||
| 194 | + vertical-align: middle; | ||
| 195 | + padding: 2px 8px; | ||
| 196 | +} | ||
| 197 | + | ||
| 198 | +.action-users-index .main-block #users-list td{ | ||
| 199 | + padding: 8px 8px 0; | ||
| 200 | +} | ||
| 201 | + | ||
| 202 | +/* Manage Roles */ | ||
| 203 | +.action-role-index .main-block th{ | ||
| 204 | + text-align: left; | ||
| 205 | + vertical-align: middle; | ||
| 206 | + padding: 2px 8px; | ||
| 207 | +} | ||
| 208 | + | ||
| 209 | +.action-role-index .main-block td{ | ||
| 210 | + padding: 8px 8px 0; | ||
| 211 | +} | ||
| 212 | + | ||
| 213 | +.action-role-edit #content form input.button.with-text{ | ||
| 214 | + height: 30px; | ||
| 215 | + padding: 5px 15px; | ||
| 216 | + background: #FFF none; | ||
| 217 | + color: #3E67B1; | ||
| 218 | + border-radius: 4px; | ||
| 219 | + border: 1px solid #3E67B1; | ||
| 220 | + font-size: 14px; | ||
| 221 | + line-height: 14px; | ||
| 222 | +} | ||
| 223 | + | ||
| 224 | +/* Manage template */ | ||
| 225 | + | ||
| 226 | +.action-templates-index #content .template-kind th{ | ||
| 227 | + text-align: left; | ||
| 228 | + vertical-align: middle; | ||
| 229 | + padding: 2px 8px; | ||
| 230 | +} | ||
| 231 | + | ||
| 232 | +.action-templates-index #content .template-kind td{ | ||
| 233 | + padding: 8px 8px 0; | ||
| 234 | +} | ||
| 235 | + | ||
| 236 | + | ||
| 138 | /*** Community Admin pages ***/ | 237 | /*** Community Admin pages ***/ |
| 139 | /* Homepage */ | 238 | /* Homepage */ |
| 140 | .action-profile_editor-index #profile-editor-index h1.block-title{ | 239 | .action-profile_editor-index #profile-editor-index h1.block-title{ |
| @@ -157,3 +256,74 @@ | @@ -157,3 +256,74 @@ | ||
| 157 | border: none; | 256 | border: none; |
| 158 | background: none; | 257 | background: none; |
| 159 | } | 258 | } |
| 259 | + | ||
| 260 | +/* Tasks - tmp adjust */ | ||
| 261 | +.action-profile_editor-index #content .pending-tasks{ | ||
| 262 | + max-width: 500px; | ||
| 263 | + padding: 15px 20px; | ||
| 264 | + margin: 20px 0 30px 0; | ||
| 265 | + border: 1px dotted #ccc; | ||
| 266 | + border-left: 5px solid #FF0366; | ||
| 267 | + border-radius: 3px; | ||
| 268 | + display: block; | ||
| 269 | + background: #fff; | ||
| 270 | + line-height: 20px; | ||
| 271 | + font-size: 13px; | ||
| 272 | +} | ||
| 273 | + | ||
| 274 | +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text{ | ||
| 275 | + background: #3E67B1; | ||
| 276 | + color: #FFF; | ||
| 277 | +} | ||
| 278 | + | ||
| 279 | +.action-profile_editor-index #content .pending-tasks .button.icon-todo.with-text:hover{ | ||
| 280 | + background: #5E82C6; | ||
| 281 | +} | ||
| 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,6 +171,21 @@ | ||
| 171 | font-weight: 300; | 171 | font-weight: 300; |
| 172 | } | 172 | } |
| 173 | 173 | ||
| 174 | +/*tabs painel-admin*/ | ||
| 175 | +.action-admin_panel-site_info .ui-tabs .ui-tabs-nav li{ | ||
| 176 | + white-space: normal; | ||
| 177 | + word-wrap:break-word; | ||
| 178 | +} | ||
| 179 | + | ||
| 180 | +.action-admin_panel-site_info .ui-tabs .ui-tabs-nav .ui-tabs-anchor{ | ||
| 181 | + text-align: center; | ||
| 182 | + width: 11.2em; | ||
| 183 | + height: 2.5em; | ||
| 184 | + max-height: 2.5em; | ||
| 185 | + overflow: hidden; | ||
| 186 | + line-height: 16px; | ||
| 187 | +} | ||
| 188 | + | ||
| 174 | /* Community's area tabs */ | 189 | /* Community's area tabs */ |
| 175 | 190 | ||
| 176 | #content #discussions-content{ | 191 | #content #discussions-content{ |
| @@ -209,7 +224,7 @@ | @@ -209,7 +224,7 @@ | ||
| 209 | } | 224 | } |
| 210 | 225 | ||
| 211 | #discussions-content .quiet{ | 226 | #discussions-content .quiet{ |
| 212 | - line-height: 21px; | 227 | + margin-bottom: 10px; |
| 213 | } | 228 | } |
| 214 | 229 | ||
| 215 | #discussions-content div.quiet:last-child{ | 230 | #discussions-content div.quiet:last-child{ |
| @@ -256,17 +271,22 @@ | @@ -256,17 +271,22 @@ | ||
| 256 | } | 271 | } |
| 257 | 272 | ||
| 258 | #content #discussions-content .subject{ | 273 | #content #discussions-content .subject{ |
| 259 | - font-weight: 800; | 274 | + font-weight: 700; |
| 260 | font-size: 16px | 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 | border-bottom: 1px solid #ECEDF1; | 282 | border-bottom: 1px solid #ECEDF1; |
| 265 | margin-top:30px; | 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 | display: none; | 290 | display: none; |
| 271 | } | 291 | } |
| 272 | 292 | ||
| @@ -274,11 +294,12 @@ | @@ -274,11 +294,12 @@ | ||
| 274 | border-right: 1px dotted #D3D6DE; | 294 | border-right: 1px dotted #D3D6DE; |
| 275 | float:left; | 295 | float:left; |
| 276 | width: 112px; | 296 | width: 112px; |
| 277 | - height: 55px; | 297 | + height: 58px; |
| 278 | margin-right: 20px; | 298 | margin-right: 20px; |
| 279 | } | 299 | } |
| 280 | #repository-feed-tab .event-item-timestamp .time_ago{ | 300 | #repository-feed-tab .event-item-timestamp .time_ago{ |
| 281 | color:#172738; | 301 | color:#172738; |
| 302 | + font-family: arial; | ||
| 282 | } | 303 | } |
| 283 | 304 | ||
| 284 | #repository-feed-tab .event-item-timestamp .time_ago:before{ | 305 | #repository-feed-tab .event-item-timestamp .time_ago:before{ |
| @@ -289,11 +310,12 @@ | @@ -289,11 +310,12 @@ | ||
| 289 | } | 310 | } |
| 290 | 311 | ||
| 291 | #repository-feed-tab .event-title{ | 312 | #repository-feed-tab .event-title{ |
| 292 | - max-height: 55px; | 313 | + /*max-height: 55px; |
| 293 | overflow: hidden; | 314 | overflow: hidden; |
| 294 | float:left; | 315 | float:left; |
| 295 | - width: 70%; | 316 | + width: 70%;*/ |
| 296 | font-size: 16px; | 317 | font-size: 16px; |
| 318 | + font-family: arial, Helvetica; | ||
| 297 | } | 319 | } |
| 298 | 320 | ||
| 299 | #content #repository-feed-tab .author_name{ | 321 | #content #repository-feed-tab .author_name{ |
| @@ -306,6 +328,25 @@ | @@ -306,6 +328,25 @@ | ||
| 306 | color:#3E67B1; | 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 | #repository-feed-tab .see-more-repository{ | 350 | #repository-feed-tab .see-more-repository{ |
| 310 | text-align: right; | 351 | text-align: right; |
| 311 | display: block; | 352 | display: block; |
| @@ -340,6 +381,10 @@ | @@ -340,6 +381,10 @@ | ||
| 340 | 381 | ||
| 341 | /* Blog tab*/ | 382 | /* Blog tab*/ |
| 342 | 383 | ||
| 384 | +#content #blog-tab .software-blog-post-empty{ | ||
| 385 | + margin-top: 30px; | ||
| 386 | +} | ||
| 387 | + | ||
| 343 | #content #blog-tab .blog-posts{ | 388 | #content #blog-tab .blog-posts{ |
| 344 | margin-top:15px; | 389 | margin-top:15px; |
| 345 | } | 390 | } |
| @@ -369,6 +414,7 @@ | @@ -369,6 +414,7 @@ | ||
| 369 | background: center/cover no-repeat; | 414 | background: center/cover no-repeat; |
| 370 | float: left; | 415 | float: left; |
| 371 | } | 416 | } |
| 417 | + | ||
| 372 | #content #blog-tab .blog .blog-post .publishing-info { | 418 | #content #blog-tab .blog .blog-post .publishing-info { |
| 373 | border-top: none; | 419 | border-top: none; |
| 374 | color: #172838; | 420 | color: #172838; |
| @@ -379,11 +425,13 @@ | @@ -379,11 +425,13 @@ | ||
| 379 | display:inline; | 425 | display:inline; |
| 380 | text-align: left; | 426 | text-align: left; |
| 381 | } | 427 | } |
| 428 | + | ||
| 382 | #content #blog-tab .blog .blog-post .publishing-info .date { | 429 | #content #blog-tab .blog .blog-post .publishing-info .date { |
| 383 | margin: 0px 0px 5px 0px; | 430 | margin: 0px 0px 5px 0px; |
| 384 | - display: table-cell; | 431 | + display: block; |
| 385 | font-size: 11px; | 432 | font-size: 11px; |
| 386 | } | 433 | } |
| 434 | + | ||
| 387 | #content #blog-tab .blog .blog-post .author { | 435 | #content #blog-tab .blog .blog-post .author { |
| 388 | display: none; | 436 | display: none; |
| 389 | } | 437 | } |
| @@ -463,7 +511,7 @@ float: left; | @@ -463,7 +511,7 @@ float: left; | ||
| 463 | 511 | ||
| 464 | /* Software Tab Data - Need to develop solution - Only display on profile page */ | 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 | display: none; | 515 | display: none; |
| 468 | } | 516 | } |
| 469 | 517 | ||
| @@ -475,25 +523,31 @@ float: left; | @@ -475,25 +523,31 @@ float: left; | ||
| 475 | /*** Right bar ***/ | 523 | /*** Right bar ***/ |
| 476 | 524 | ||
| 477 | .template-default.profile-type-is-community .action-profile-index #content .box-3 .link-list-block, | 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 | display: none; | 527 | display: none; |
| 480 | } | 528 | } |
| 481 | 529 | ||
| 482 | /*Block with Community information - Need to develop solution - Only display on profile page */ | 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 | display: none; | 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 | display: block; | 538 | display: block; |
| 539 | + margin-left: 10px; | ||
| 491 | border: 1px solid #ECEDF1; | 540 | border: 1px solid #ECEDF1; |
| 492 | border-radius: 4px; | 541 | border-radius: 4px; |
| 493 | } | 542 | } |
| 494 | 543 | ||
| 495 | .profile-type-is-community #content .community-block-logo{ | 544 | .profile-type-is-community #content .community-block-logo{ |
| 496 | border-bottom: 3px solid #3E67B1; | 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 | .profile-type-is-community #content .community-block-title{ | 553 | .profile-type-is-community #content .community-block-title{ |
| @@ -509,24 +563,20 @@ float: left; | @@ -509,24 +563,20 @@ float: left; | ||
| 509 | line-height: 20px; | 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 | .profile-type-is-community #content .community-block-logo a{ | 566 | .profile-type-is-community #content .community-block-logo a{ |
| 524 | display: block; | 567 | display: block; |
| 525 | - height: 100px; | 568 | + height: auto; |
| 526 | overflow: hidden; | 569 | overflow: hidden; |
| 527 | text-align: center; | 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 | /* Wiki block - Need to develop solution - Only display on profile page */ | 580 | /* Wiki block - Need to develop solution - Only display on profile page */ |
| 531 | .template-default #content .box-3 .wiki-block, | 581 | .template-default #content .box-3 .wiki-block, |
| 532 | .template-lefttopright #content .box-2 .wiki-block{ | 582 | .template-lefttopright #content .box-2 .wiki-block{ |
| @@ -550,6 +600,7 @@ float: left; | @@ -550,6 +600,7 @@ float: left; | ||
| 550 | 600 | ||
| 551 | .profile-type-is-community #content .members-block{ | 601 | .profile-type-is-community #content .members-block{ |
| 552 | display: none; | 602 | display: none; |
| 603 | + margin-left: 10px; | ||
| 553 | border: 1px solid #D3D6DE; | 604 | border: 1px solid #D3D6DE; |
| 554 | border-radius: 4px; | 605 | border-radius: 4px; |
| 555 | } | 606 | } |
| @@ -621,6 +672,7 @@ float: left; | @@ -621,6 +672,7 @@ float: left; | ||
| 621 | /*height: 70px;*/ | 672 | /*height: 70px;*/ |
| 622 | height: 100px; | 673 | height: 100px; |
| 623 | max-height: 100px; | 674 | max-height: 100px; |
| 675 | + margin: 0; | ||
| 624 | } | 676 | } |
| 625 | 677 | ||
| 626 | .profile-type-is-community #content .members-block .menu-submenu{ | 678 | .profile-type-is-community #content .members-block .menu-submenu{ |
| @@ -663,18 +715,20 @@ float: left; | @@ -663,18 +715,20 @@ float: left; | ||
| 663 | } | 715 | } |
| 664 | 716 | ||
| 665 | .profile-type-is-community #content .members-block .common-profile-list-block li{ | 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 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ | 721 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger{ |
| 670 | display: block; | 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 | padding-bottom: 0px; | 727 | padding-bottom: 0px; |
| 728 | + margin: 0; | ||
| 675 | background: #172738; | 729 | background: #172738; |
| 676 | - border: 1px solid #fff; | ||
| 677 | - opacity: 0.7; | 730 | + border: none; |
| 731 | + border-radius: 4px; | ||
| 678 | } | 732 | } |
| 679 | 733 | ||
| 680 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ | 734 | .profile-type-is-community #content .members-block .common-profile-list-block .vcard .menu-submenu-trigger::before{ |
| @@ -682,7 +736,7 @@ float: left; | @@ -682,7 +736,7 @@ float: left; | ||
| 682 | color: #fff; | 736 | color: #fff; |
| 683 | font-family: FontAwesome; | 737 | font-family: FontAwesome; |
| 684 | font-size: 8px; | 738 | font-size: 8px; |
| 685 | - line-height: 11px; | 739 | + line-height: 16px; |
| 686 | } | 740 | } |
| 687 | 741 | ||
| 688 | .profile-type-is-community #content .members-block .common-profile-list-block .fn { | 742 | .profile-type-is-community #content .members-block .common-profile-list-block .fn { |
| @@ -708,9 +762,13 @@ float: left; | @@ -708,9 +762,13 @@ float: left; | ||
| 708 | } | 762 | } |
| 709 | 763 | ||
| 710 | .profile-type-is-community #content .friends-block ul, #content .members-block ul { | 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 | padding: 0px; | 772 | padding: 0px; |
| 715 | } | 773 | } |
| 716 | 774 | ||
| @@ -722,7 +780,7 @@ float: left; | @@ -722,7 +780,7 @@ float: left; | ||
| 722 | line-height: 30px; | 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 | border: none; | 784 | border: none; |
| 727 | } | 785 | } |
| 728 | 786 | ||
| @@ -811,10 +869,14 @@ float: left; | @@ -811,10 +869,14 @@ float: left; | ||
| 811 | margin-right: 5px; | 869 | margin-right: 5px; |
| 812 | } | 870 | } |
| 813 | 871 | ||
| 872 | + | ||
| 814 | .action-profile-members #content .page-members-header a.button.with-text:hover{ | 873 | .action-profile-members #content .page-members-header a.button.with-text:hover{ |
| 815 | border-color: #3E67B1; | 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 | /* Tabs */ | 881 | /* Tabs */ |
| 820 | 882 | ||
| @@ -880,7 +942,7 @@ float: left; | @@ -880,7 +942,7 @@ float: left; | ||
| 880 | } | 942 | } |
| 881 | 943 | ||
| 882 | .action-profile-members #content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { | 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 | padding-bottom: 1px; | 946 | padding-bottom: 1px; |
| 885 | border-bottom: 3px solid #FF0366; | 947 | border-bottom: 3px solid #FF0366; |
| 886 | } | 948 | } |
| @@ -948,11 +1010,15 @@ float: left; | @@ -948,11 +1010,15 @@ float: left; | ||
| 948 | } | 1010 | } |
| 949 | 1011 | ||
| 950 | .action-profile-members .box-1 .common-profile-list-block span{ | 1012 | .action-profile-members .box-1 .common-profile-list-block span{ |
| 951 | - margin-right: 9px; | 1013 | + margin-right: 0px; |
| 952 | width: 90px; | 1014 | width: 90px; |
| 953 | height: 86px; | 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 | .action-profile-members .common-profile-list-block img{ | 1022 | .action-profile-members .common-profile-list-block img{ |
| 957 | border-radius: 4px; | 1023 | border-radius: 4px; |
| 958 | width: 82px; | 1024 | width: 82px; |
| @@ -1045,9 +1111,9 @@ float: left; | @@ -1045,9 +1111,9 @@ float: left; | ||
| 1045 | .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger{ | 1111 | .action-profile-members .common-profile-list-block .vcard .menu-submenu-trigger{ |
| 1046 | display: block; | 1112 | display: block; |
| 1047 | background:#172738; | 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 | padding-bottom: 0px; | 1117 | padding-bottom: 0px; |
| 1052 | border-radius: 5px; | 1118 | border-radius: 5px; |
| 1053 | -moz-border-radius:5px; | 1119 | -moz-border-radius:5px; |
src/noosfero-spb/noosfero-spb-theme/css/edition-pages.css
| @@ -60,6 +60,7 @@ | @@ -60,6 +60,7 @@ | ||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | .controller-cms #content .main-content .formfieldline textarea{ | 62 | .controller-cms #content .main-content .formfieldline textarea{ |
| 63 | + max-width: 500px; | ||
| 63 | padding: 6px; | 64 | padding: 6px; |
| 64 | color: #585858; | 65 | color: #585858; |
| 65 | background: none; | 66 | background: none; |
| @@ -140,14 +141,19 @@ | @@ -140,14 +141,19 @@ | ||
| 140 | height: 30px; | 141 | height: 30px; |
| 141 | padding: 2px 15px; | 142 | padding: 2px 15px; |
| 142 | margin-right: 10px; | 143 | margin-right: 10px; |
| 143 | - color: #FFF; | ||
| 144 | - background: #3E67B1; | ||
| 145 | font-size: 15px; | 144 | font-size: 15px; |
| 145 | + line-height: 14px; | ||
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | -.controller-cms #content .main-content form .button-bar input:hover{ | ||
| 149 | - background: #5E82C6; | ||
| 150 | - border: none; | 148 | +.controller-cms #content .main-content form .button-bar a span{ |
| 149 | + line-height: 32px; | ||
| 150 | +} | ||
| 151 | + | ||
| 152 | +.controller-cms #content .main-content form .button-bar input:hover, | ||
| 153 | +.controller-cms #content .main-content form .button-bar a.button:hover{ | ||
| 154 | + background: #3E67B1; | ||
| 155 | + border-color: #3E67B1; | ||
| 156 | + color: #FFF; | ||
| 151 | } | 157 | } |
| 152 | 158 | ||
| 153 | .controller-cms #content .main-content form .button-bar input.button.with-text{ | 159 | .controller-cms #content .main-content form .button-bar input.button.with-text{ |
| @@ -164,12 +170,6 @@ | @@ -164,12 +170,6 @@ | ||
| 164 | text-align: center; | 170 | text-align: center; |
| 165 | } | 171 | } |
| 166 | 172 | ||
| 167 | -.controller-cms #content .main-content form .button-bar a.button:hover{ | ||
| 168 | - background: none; | ||
| 169 | - color: #3E67B1; | ||
| 170 | - border-color: #3E67B1; | ||
| 171 | -} | ||
| 172 | - | ||
| 173 | .controller-cms #content .main-content form .box-title{ | 173 | .controller-cms #content .main-content form .box-title{ |
| 174 | font-size: 15px; | 174 | font-size: 15px; |
| 175 | font-family: Arial, helvetica; | 175 | font-family: Arial, helvetica; |
| @@ -220,6 +220,9 @@ | @@ -220,6 +220,9 @@ | ||
| 220 | } | 220 | } |
| 221 | 221 | ||
| 222 | /*** Article's edition page ***/ | 222 | /*** Article's edition page ***/ |
| 223 | +#content .text-editor-sidebar { | ||
| 224 | + width: 400px; | ||
| 225 | +} | ||
| 223 | 226 | ||
| 224 | #content .text-editor-sidebar .header{ | 227 | #content .text-editor-sidebar .header{ |
| 225 | padding: 13px 10px; | 228 | padding: 13px 10px; |
| @@ -250,6 +253,10 @@ | @@ -250,6 +253,10 @@ | ||
| 250 | border: 1px solid #D3D6DE; | 253 | border: 1px solid #D3D6DE; |
| 251 | } | 254 | } |
| 252 | 255 | ||
| 256 | +#content .text-editor-sidebar #published-media .section-title { | ||
| 257 | + display: inline-block; | ||
| 258 | +} | ||
| 259 | + | ||
| 253 | /*New Software form*/ | 260 | /*New Software form*/ |
| 254 | 261 | ||
| 255 | .action-software_communities_plugin_myprofile-new_software #content.current-step h3 { | 262 | .action-software_communities_plugin_myprofile-new_software #content.current-step h3 { |
| @@ -303,18 +310,22 @@ | @@ -303,18 +310,22 @@ | ||
| 303 | height: 100px; | 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 | display: inline-block; | 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 | line-height: 22px; | 324 | line-height: 22px; |
| 313 | - padding: 0px 7px; | 325 | + padding: 0px; |
| 314 | color: #4A4A4A; | 326 | color: #4A4A4A; |
| 315 | font-size: 20px; | 327 | font-size: 20px; |
| 316 | text-transform: lowercase; | 328 | text-transform: lowercase; |
| 317 | - min-width: 190px; | ||
| 318 | border-spacing: 20px; | 329 | border-spacing: 20px; |
| 319 | } | 330 | } |
| 320 | 331 | ||
| @@ -406,7 +417,7 @@ font-size: 10px; | @@ -406,7 +417,7 @@ font-size: 10px; | ||
| 406 | font-size: 13px; | 417 | font-size: 13px; |
| 407 | } | 418 | } |
| 408 | 419 | ||
| 409 | -/*Contact new form*/ | 420 | +/* Contact new form*/ |
| 410 | 421 | ||
| 411 | .action-contact-new #content .main-block form input[type="text"] { | 422 | .action-contact-new #content .main-block form input[type="text"] { |
| 412 | display: block; | 423 | display: block; |
| @@ -474,4 +485,66 @@ font-size: 10px; | @@ -474,4 +485,66 @@ font-size: 10px; | ||
| 474 | background: #fff; | 485 | background: #fff; |
| 475 | line-height: 20px; | 486 | line-height: 20px; |
| 476 | font-size: 13px; | 487 | font-size: 13px; |
| 477 | -} | ||
| 478 | \ No newline at end of file | 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,6 +18,7 @@ | ||
| 18 | 18 | ||
| 19 | /* Read More pattern */ | 19 | /* Read More pattern */ |
| 20 | 20 | ||
| 21 | +.controller-environment_design .box .block-outer .read-more, | ||
| 21 | .action-home-index #content .box .block-outer .read-more{ | 22 | .action-home-index #content .box .block-outer .read-more{ |
| 22 | border-bottom: none; | 23 | border-bottom: none; |
| 23 | background: #eee; | 24 | background: #eee; |
| @@ -26,6 +27,7 @@ | @@ -26,6 +27,7 @@ | ||
| 26 | text-align: right; | 27 | text-align: right; |
| 27 | } | 28 | } |
| 28 | 29 | ||
| 30 | +.controller-environment_design #content .box .block-outer .read-more a, | ||
| 29 | .action-home-index #content .box .block-outer .read-more a{ | 31 | .action-home-index #content .box .block-outer .read-more a{ |
| 30 | padding: 8px; | 32 | padding: 8px; |
| 31 | line-height: 20px; | 33 | line-height: 20px; |
| @@ -33,10 +35,12 @@ | @@ -33,10 +35,12 @@ | ||
| 33 | display: block; | 35 | display: block; |
| 34 | } | 36 | } |
| 35 | 37 | ||
| 38 | +.controller-environment_design #content .box .block-outer .read-more a:hover, | ||
| 36 | .action-home-index #content .box .block-outer .read-more a:hover{ | 39 | .action-home-index #content .box .block-outer .read-more a:hover{ |
| 37 | background: #dedede; | 40 | background: #dedede; |
| 38 | } | 41 | } |
| 39 | 42 | ||
| 43 | +.controller-environment_design #content .box .block-outer .read-more a::after, | ||
| 40 | .action-home-index #content .box .block-outer .read-more a::after{ | 44 | .action-home-index #content .box .block-outer .read-more a::after{ |
| 41 | margin-left: 7px; | 45 | margin-left: 7px; |
| 42 | border-radius: 4px; | 46 | border-radius: 4px; |
| @@ -55,12 +59,14 @@ | @@ -55,12 +59,14 @@ | ||
| 55 | 59 | ||
| 56 | /*** Software catalog search block **/ | 60 | /*** Software catalog search block **/ |
| 57 | 61 | ||
| 62 | +.controller-environment_design #content #catalogo-software-search, | ||
| 58 | .action-home-index #content #catalogo-software-search{ | 63 | .action-home-index #content #catalogo-software-search{ |
| 59 | width: 100%; | 64 | width: 100%; |
| 60 | background-color: #1A397D; | 65 | background-color: #1A397D; |
| 61 | border-radius: 4px; | 66 | border-radius: 4px; |
| 62 | } | 67 | } |
| 63 | 68 | ||
| 69 | +.controller-environment_design #content #catalogo-software-search h1, | ||
| 64 | .action-home-index #content #catalogo-software-search h1{ | 70 | .action-home-index #content #catalogo-software-search h1{ |
| 65 | margin: 0px 15px 10px 15px; | 71 | margin: 0px 15px 10px 15px; |
| 66 | border-bottom: none; | 72 | border-bottom: none; |
| @@ -71,6 +77,7 @@ | @@ -71,6 +77,7 @@ | ||
| 71 | text-align: left; | 77 | text-align: left; |
| 72 | } | 78 | } |
| 73 | 79 | ||
| 80 | +.controller-environment_design #content #catalogo-software-search #search-Gadget, | ||
| 74 | .action-home-index #content #catalogo-software-search #search-Gadget{ | 81 | .action-home-index #content #catalogo-software-search #search-Gadget{ |
| 75 | margin: 0px 15px 9px 15px; | 82 | margin: 0px 15px 9px 15px; |
| 76 | border: none; | 83 | border: none; |
| @@ -79,6 +86,7 @@ | @@ -79,6 +86,7 @@ | ||
| 79 | width: 90%; | 86 | width: 90%; |
| 80 | } | 87 | } |
| 81 | 88 | ||
| 89 | +.controller-environment_design #content #catalogo-software-search .searchButton-catalog, | ||
| 82 | .action-home-index #content #catalogo-software-search .searchButton-catalog{ | 90 | .action-home-index #content #catalogo-software-search .searchButton-catalog{ |
| 83 | cursor: pointer; | 91 | cursor: pointer; |
| 84 | margin: 0px 0px 15px 15px; | 92 | margin: 0px 0px 15px 15px; |
| @@ -92,7 +100,8 @@ | @@ -92,7 +100,8 @@ | ||
| 92 | text-transform: uppercase; | 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 | border-top: 1px solid; | 105 | border-top: 1px solid; |
| 97 | border-bottom-left-radius: 4px; | 106 | border-bottom-left-radius: 4px; |
| 98 | border-bottom-right-radius: 4px; | 107 | border-bottom-right-radius: 4px; |
| @@ -100,24 +109,28 @@ | @@ -100,24 +109,28 @@ | ||
| 100 | color: #FFFFFF; | 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 | margin: 0px; | 114 | margin: 0px; |
| 105 | font-size: 11px; | 115 | font-size: 11px; |
| 106 | text-align: right; | 116 | text-align: right; |
| 107 | text-transform: uppercase; | 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 | padding: 7px 0px 12px 0px; | 122 | padding: 7px 0px 12px 0px; |
| 112 | color: #FFF; | 123 | color: #FFF; |
| 113 | display: block; | 124 | display: block; |
| 114 | } | 125 | } |
| 115 | 126 | ||
| 127 | +.controller-environment_design #content #catalogo-software-search #search-catalog-footer a:hover, | ||
| 116 | .action-home-index #content #catalogo-software-search #search-catalog-footer a:hover{ | 128 | .action-home-index #content #catalogo-software-search #search-catalog-footer a:hover{ |
| 117 | background-color: #101A38; | 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 | margin: 0px 15px 0 5px; | 134 | margin: 0px 15px 0 5px; |
| 122 | border-radius: 4px; | 135 | border-radius: 4px; |
| 123 | padding: 0px 4px 0 7px; | 136 | padding: 0px 4px 0 7px; |
| @@ -132,11 +145,13 @@ | @@ -132,11 +145,13 @@ | ||
| 132 | } | 145 | } |
| 133 | 146 | ||
| 134 | /*** Softwares block **/ | 147 | /*** Softwares block **/ |
| 148 | +.controller-environment_design #content .softwares-block, | ||
| 135 | .action-home-index #content .softwares-block{ | 149 | .action-home-index #content .softwares-block{ |
| 136 | margin: 0px; | 150 | margin: 0px; |
| 137 | overflow: auto; | 151 | overflow: auto; |
| 138 | } | 152 | } |
| 139 | 153 | ||
| 154 | +.controller-environment_design #content .softwares-block .block-title, | ||
| 140 | .action-home-index #content .softwares-block .block-title{ | 155 | .action-home-index #content .softwares-block .block-title{ |
| 141 | margin: 0px 0px 25px 0px; | 156 | margin: 0px 0px 25px 0px; |
| 142 | border-top: 4px solid #2c66ce; | 157 | border-top: 4px solid #2c66ce; |
| @@ -145,6 +160,7 @@ | @@ -145,6 +160,7 @@ | ||
| 145 | font-weight: 300; | 160 | font-weight: 300; |
| 146 | } | 161 | } |
| 147 | 162 | ||
| 163 | +.controller-environment_design #content .softwares-block .block-footer-content a, | ||
| 148 | .action-home-index #content .softwares-block .block-footer-content a{ | 164 | .action-home-index #content .softwares-block .block-footer-content a{ |
| 149 | display:none; | 165 | display:none; |
| 150 | } | 166 | } |
| @@ -236,6 +252,7 @@ | @@ -236,6 +252,7 @@ | ||
| 236 | 252 | ||
| 237 | /*** News block - display content block **/ | 253 | /*** News block - display content block **/ |
| 238 | 254 | ||
| 255 | +.controller-environment_design #content .display-content-block .block-title, | ||
| 239 | .action-home-index #content .display-content-block .block-title{ | 256 | .action-home-index #content .display-content-block .block-title{ |
| 240 | margin: 0px; | 257 | margin: 0px; |
| 241 | border-top: 4px solid #643C67; | 258 | border-top: 4px solid #643C67; |
| @@ -244,21 +261,25 @@ | @@ -244,21 +261,25 @@ | ||
| 244 | font-weight: 300; | 261 | font-weight: 300; |
| 245 | } | 262 | } |
| 246 | 263 | ||
| 264 | +.controller-environment_design #content .display-content-block li, | ||
| 247 | .action-home-index #content .display-content-block li{ | 265 | .action-home-index #content .display-content-block li{ |
| 248 | border-top: 1px solid #eee; | 266 | border-top: 1px solid #eee; |
| 249 | padding: 15px 0px 0px 0px; | 267 | padding: 15px 0px 0px 0px; |
| 250 | min-height: 150px; | 268 | min-height: 150px; |
| 251 | } | 269 | } |
| 252 | 270 | ||
| 271 | +.controller-environment_design #content .display-content-block li:first-child, | ||
| 253 | .action-home-index #content .display-content-block li:first-child{ | 272 | .action-home-index #content .display-content-block li:first-child{ |
| 254 | border-top: 0px solid #eee; | 273 | border-top: 0px solid #eee; |
| 255 | } | 274 | } |
| 256 | 275 | ||
| 276 | +.controller-environment_design #content .display-content-block .published-at, | ||
| 257 | .action-home-index #content .display-content-block .published-at{ | 277 | .action-home-index #content .display-content-block .published-at{ |
| 258 | padding: 0px 0px 15px 0px; | 278 | padding: 0px 0px 15px 0px; |
| 259 | color: #643C67; | 279 | color: #643C67; |
| 260 | } | 280 | } |
| 261 | 281 | ||
| 282 | +.controller-environment_design #content .display-content-block .image, | ||
| 262 | .action-home-index #content .display-content-block .image{ | 283 | .action-home-index #content .display-content-block .image{ |
| 263 | padding-right: 25px; | 284 | padding-right: 25px; |
| 264 | padding: 0px 25px 0px 0px; | 285 | padding: 0px 25px 0px 0px; |
| @@ -267,6 +288,7 @@ | @@ -267,6 +288,7 @@ | ||
| 267 | display: table-cell; | 288 | display: table-cell; |
| 268 | } | 289 | } |
| 269 | 290 | ||
| 291 | +.controller-environment_design #content .display-content-block .image a, | ||
| 270 | .action-home-index #content .display-content-block .image a{ | 292 | .action-home-index #content .display-content-block .image a{ |
| 271 | border-radius: 8px; | 293 | border-radius: 8px; |
| 272 | height: 90px; | 294 | height: 90px; |
| @@ -274,11 +296,13 @@ | @@ -274,11 +296,13 @@ | ||
| 274 | display: block; | 296 | display: block; |
| 275 | } | 297 | } |
| 276 | 298 | ||
| 299 | +.controller-environment_design #content .display-content-block .image img, | ||
| 277 | .action-home-index #content .display-content-block .image img{ | 300 | .action-home-index #content .display-content-block .image img{ |
| 278 | border: 0px solid #c0c1c1; | 301 | border: 0px solid #c0c1c1; |
| 279 | max-width: 150px; | 302 | max-width: 150px; |
| 280 | } | 303 | } |
| 281 | 304 | ||
| 305 | +.controller-environment_design #content .display-content-block .title, | ||
| 282 | .action-home-index #content .display-content-block .title{ | 306 | .action-home-index #content .display-content-block .title{ |
| 283 | margin: 2px 0px 4px 0px; | 307 | margin: 2px 0px 4px 0px; |
| 284 | padding-right: 0px; | 308 | padding-right: 0px; |
| @@ -287,41 +311,51 @@ | @@ -287,41 +311,51 @@ | ||
| 287 | overflow: hidden; | 311 | overflow: hidden; |
| 288 | } | 312 | } |
| 289 | 313 | ||
| 314 | +.controller-environment_design #content .display-content-block .title a, | ||
| 290 | .action-home-index #content .display-content-block .title a{ | 315 | .action-home-index #content .display-content-block .title a{ |
| 291 | padding: 0px; | 316 | padding: 0px; |
| 292 | color: #172738; | 317 | color: #172738; |
| 293 | font: normal normal bold 16px/1.3em arial, helvetica, sans-serif; | 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 | .action-home-index #content .display-content-block .lead{ | 322 | .action-home-index #content .display-content-block .lead{ |
| 297 | max-height: 47px; | 323 | max-height: 47px; |
| 298 | overflow: hidden; | 324 | overflow: hidden; |
| 299 | } | 325 | } |
| 300 | 326 | ||
| 327 | +.controller-environment_design #content .display-content-block .lead a, | ||
| 301 | .action-home-index #content .display-content-block .lead a{ | 328 | .action-home-index #content .display-content-block .lead a{ |
| 302 | color: #000000; | 329 | color: #000000; |
| 303 | font: 15px/1.3em arial; | 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 | .action-home-index #content .display-content-block .lead a:visited, | 336 | .action-home-index #content .display-content-block .lead a:visited, |
| 307 | .action-home-index #content .lead a:visited, | 337 | .action-home-index #content .lead a:visited, |
| 308 | .action-home-index #content .lead dl.portlet a:visited{ | 338 | .action-home-index #content .lead dl.portlet a:visited{ |
| 309 | color: #172738; | 339 | color: #172738; |
| 310 | } | 340 | } |
| 311 | 341 | ||
| 342 | +.controller-environment_design #content .display-content-block .notice-info, | ||
| 312 | .action-home-index #content .display-content-block .notice-info{ | 343 | .action-home-index #content .display-content-block .notice-info{ |
| 313 | display: table-cell; | 344 | display: table-cell; |
| 314 | vertical-align: top; | 345 | vertical-align: top; |
| 315 | } | 346 | } |
| 316 | 347 | ||
| 348 | +.controller-environment_design #content .display-content-block .read_more, | ||
| 317 | .action-home-index #content .display-content-block .read_more{ | 349 | .action-home-index #content .display-content-block .read_more{ |
| 318 | display: none; | 350 | display: none; |
| 319 | } | 351 | } |
| 320 | 352 | ||
| 353 | +.controller-environment_design #content .display-content-block .read-more, | ||
| 321 | .action-home-index #content .display-content-block .read-more{ | 354 | .action-home-index #content .display-content-block .read-more{ |
| 322 | border-top: 1px solid #643C67; | 355 | border-top: 1px solid #643C67; |
| 323 | } | 356 | } |
| 324 | 357 | ||
| 358 | +.controller-environment_design #content .display-content-block .read-more a::after, | ||
| 325 | .action-home-index #content .display-content-block .read-more a::after{ | 359 | .action-home-index #content .display-content-block .read-more a::after{ |
| 326 | background: #643C67; | 360 | background: #643C67; |
| 327 | } | 361 | } |
| @@ -332,6 +366,7 @@ | @@ -332,6 +366,7 @@ | ||
| 332 | 366 | ||
| 333 | /*** What Is block - Article block **/ | 367 | /*** What Is block - Article block **/ |
| 334 | 368 | ||
| 369 | +.template-default .controller-environment_design #content .box-3 .article-block .block-title, | ||
| 335 | .template-default .action-home-index #content .box-3 .article-block .block-title{ | 370 | .template-default .action-home-index #content .box-3 .article-block .block-title{ |
| 336 | border-top: 4px solid #08A649; | 371 | border-top: 4px solid #08A649; |
| 337 | border-bottom: none; | 372 | border-bottom: none; |
| @@ -343,19 +378,23 @@ | @@ -343,19 +378,23 @@ | ||
| 343 | text-transform: none; | 378 | text-transform: none; |
| 344 | } | 379 | } |
| 345 | 380 | ||
| 381 | +.template-default .controller-environment_design #content .box-3 .article-block .read-more, | ||
| 346 | .template-default .action-home-index #content .box-3 .article-block .read-more{ | 382 | .template-default .action-home-index #content .box-3 .article-block .read-more{ |
| 347 | margin-top: 30px; | 383 | margin-top: 30px; |
| 348 | border-top: 1px solid #08A649; | 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 | .template-default .action-home-index #content .box-3 .article-block .read-more a::after{ | 388 | .template-default .action-home-index #content .box-3 .article-block .read-more a::after{ |
| 352 | background: #08A649; | 389 | background: #08A649; |
| 353 | } | 390 | } |
| 354 | 391 | ||
| 392 | +.template-default .controller-environment_design #content .box-3 .article-block .short-post, | ||
| 355 | .template-default .action-home-index #content .box-3 .article-block .short-post{ | 393 | .template-default .action-home-index #content .box-3 .article-block .short-post{ |
| 356 | padding-top: 23px; | 394 | padding-top: 23px; |
| 357 | } | 395 | } |
| 358 | 396 | ||
| 397 | +.template-default .controller-environment_design #content .box-3 .article-block p, | ||
| 359 | .template-default .action-home-index #content .box-3 .article-block p{ | 398 | .template-default .action-home-index #content .box-3 .article-block p{ |
| 360 | margin: 0px 0px 14px 0px; | 399 | margin: 0px 0px 14px 0px; |
| 361 | padding: 0px; | 400 | padding: 0px; |
| @@ -364,18 +403,20 @@ | @@ -364,18 +403,20 @@ | ||
| 364 | text-transform: none; | 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 | .action-home-index #content .highlights-block .block-title{ | 409 | .action-home-index #content .highlights-block .block-title{ |
| 370 | display: none; | 410 | display: none; |
| 371 | } | 411 | } |
| 372 | 412 | ||
| 413 | +.controller-environment_design #content .highlights-border, | ||
| 373 | .action-home-index #content .highlights-border{ | 414 | .action-home-index #content .highlights-border{ |
| 374 | border: 1px solid #c0c1c1; | 415 | border: 1px solid #c0c1c1; |
| 375 | border-radius: 8px; | 416 | border-radius: 8px; |
| 376 | width: auto; | 417 | width: auto; |
| 377 | - height: 248px; | ||
| 378 | - max-height: 250px; | 418 | + height: 270px; |
| 419 | + max-height: 270px; | ||
| 379 | background-color: #e8e9ec; | 420 | background-color: #e8e9ec; |
| 380 | background-image: linear-gradient( | 421 | background-image: linear-gradient( |
| 381 | 0deg, | 422 | 0deg, |
| @@ -384,38 +425,44 @@ | @@ -384,38 +425,44 @@ | ||
| 384 | background-size: 100% 100%; | 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 | border-width: 0px 0px 1px 0px; | 431 | border-width: 0px 0px 1px 0px; |
| 390 | border-bottom: none; | 432 | border-bottom: none; |
| 391 | padding: 0; | 433 | padding: 0; |
| 392 | width: 100% !important; | 434 | width: 100% !important; |
| 393 | - max-height: 230px; | ||
| 394 | - background: transparent; | 435 | + max-height: 240px; |
| 436 | + background: #FFF; | ||
| 395 | position: relative; | 437 | position: relative; |
| 396 | top: 0; | 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 | border-radius: 0px 0px 8px 8px; | 445 | border-radius: 0px 0px 8px 8px; |
| 402 | - width: 220px; | ||
| 403 | - max-height: 217px; | 446 | + height: 250px !important; |
| 404 | background-color: #fff; | 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 | border-top: 4px solid #3b61a7; | 461 | border-top: 4px solid #3b61a7; |
| 414 | - padding: 23px 20px 46px 20px; | ||
| 415 | - max-height: 60px; | 462 | + padding: 20px; |
| 463 | + height: 100px; | ||
| 416 | width: 190px; | 464 | width: 190px; |
| 417 | position: relative; | 465 | position: relative; |
| 418 | - bottom: -18px; | ||
| 419 | background: #e8e9ec; | 466 | background: #e8e9ec; |
| 420 | color: #172638; | 467 | color: #172638; |
| 421 | text-align: center; | 468 | text-align: center; |
| @@ -423,13 +470,16 @@ | @@ -423,13 +470,16 @@ | ||
| 423 | vertical-align: middle; | 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 | float: none; | 475 | float: none; |
| 428 | display: block; | 476 | display: block; |
| 429 | text-align: center; | 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 | margin: 0 4px; | 483 | margin: 0 4px; |
| 434 | border-color: transparent; | 484 | border-color: transparent; |
| 435 | border-radius: 50%; | 485 | border-radius: 50%; |
| @@ -443,32 +493,41 @@ | @@ -443,32 +493,41 @@ | ||
| 443 | display: inline-block; | 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 | border-color: transparent; | 498 | border-color: transparent; |
| 448 | background: #3e67b1; | 499 | background: #3e67b1; |
| 449 | color: transparent; | 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 | .action-home-index #content a.toggle-popover, | 505 | .action-home-index #content a.toggle-popover, |
| 455 | .action-home-index #content a.toggle-popover:hover{ | 506 | .action-home-index #content a.toggle-popover:hover{ |
| 456 | margin: 0 0 0 55px; | 507 | margin: 0 0 0 55px; |
| 457 | color: #3867b7; | 508 | color: #3867b7; |
| 458 | cursor: pointer; | 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 | background-color: #3867b7; | 516 | background-color: #3867b7; |
| 465 | color: #ffffff; | 517 | color: #ffffff; |
| 466 | font-weight: bold; | 518 | font-weight: bold; |
| 467 | cursor: pointer; | 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 | /*** mais software block **/ | 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 | margin: 11px 0px; | 531 | margin: 11px 0px; |
| 473 | border: 1px solid #c0c1c1; | 532 | border: 1px solid #c0c1c1; |
| 474 | border-radius: 8px; | 533 | border-radius: 8px; |
| @@ -478,6 +537,7 @@ | @@ -478,6 +537,7 @@ | ||
| 478 | font: 14px arial; | 537 | font: 14px arial; |
| 479 | } | 538 | } |
| 480 | 539 | ||
| 540 | +.controller-environment_design #content #mais-software-block #sbp-information-softwares h2, | ||
| 481 | .action-home-index #content #mais-software-block #sbp-information-softwares h2{ | 541 | .action-home-index #content #mais-software-block #sbp-information-softwares h2{ |
| 482 | margin: 10px 0px 0px 0px; | 542 | margin: 10px 0px 0px 0px; |
| 483 | padding: 0px 0px 17px 15px; | 543 | padding: 0px 0px 17px 15px; |
| @@ -488,28 +548,34 @@ | @@ -488,28 +548,34 @@ | ||
| 488 | text-transform: uppercase; | 548 | text-transform: uppercase; |
| 489 | } | 549 | } |
| 490 | 550 | ||
| 551 | +.controller-environment_design #content #mais-software-block #list-categories, | ||
| 491 | .action-home-index #content #mais-software-block #list-categories{ | 552 | .action-home-index #content #mais-software-block #list-categories{ |
| 492 | margin: 14px 14px 14px 14px; | 553 | margin: 14px 14px 14px 14px; |
| 493 | } | 554 | } |
| 494 | 555 | ||
| 556 | +.controller-environment_design #content #mais-software-block #list-categories p, | ||
| 495 | .action-home-index #content #mais-software-block #list-categories p{ | 557 | .action-home-index #content #mais-software-block #list-categories p{ |
| 496 | margin: 0 0 16px 0; | 558 | margin: 0 0 16px 0; |
| 497 | color: #464A55; | 559 | color: #464A55; |
| 498 | } | 560 | } |
| 499 | 561 | ||
| 562 | +.controller-environment_design #content #mais-software-block #list-categories ul li, | ||
| 500 | .action-home-index #content #mais-software-block #list-categories ul li{ | 563 | .action-home-index #content #mais-software-block #list-categories ul li{ |
| 501 | margin: 18px 5px 5px 5px; | 564 | margin: 18px 5px 5px 5px; |
| 502 | } | 565 | } |
| 503 | 566 | ||
| 567 | +.controller-environment_design #content #mais-software-block #list-categories li a, | ||
| 504 | .action-home-index #content #mais-software-block #list-categories li a{ | 568 | .action-home-index #content #mais-software-block #list-categories li a{ |
| 505 | color: #335277; | 569 | color: #335277; |
| 506 | font-weight: bold; | 570 | font-weight: bold; |
| 507 | } | 571 | } |
| 508 | 572 | ||
| 573 | +.controller-environment_design #content #mais-software-block #list-categories a:hover, | ||
| 509 | .action-home-index #content #mais-software-block #list-categories a:hover{ | 574 | .action-home-index #content #mais-software-block #list-categories a:hover{ |
| 510 | text-decoration: none; | 575 | text-decoration: none; |
| 511 | } | 576 | } |
| 512 | 577 | ||
| 578 | +.controller-environment_design #content #mais-software-block #footer-mais-software, | ||
| 513 | .action-home-index #content #mais-software-block #footer-mais-software{ | 579 | .action-home-index #content #mais-software-block #footer-mais-software{ |
| 514 | margin: 0px; | 580 | margin: 0px; |
| 515 | border-top: 1px solid #c0c1c1; | 581 | border-top: 1px solid #c0c1c1; |
| @@ -519,6 +585,7 @@ | @@ -519,6 +585,7 @@ | ||
| 519 | text-transform: uppercase; | 585 | text-transform: uppercase; |
| 520 | } | 586 | } |
| 521 | 587 | ||
| 588 | +.controller-environment_design #content #mais-software-block #footer-mais-software a, | ||
| 522 | .action-home-index #content #mais-software-block #footer-mais-software a{ | 589 | .action-home-index #content #mais-software-block #footer-mais-software a{ |
| 523 | color: #464A55; | 590 | color: #464A55; |
| 524 | } | 591 | } |
src/noosfero-spb/noosfero-spb-theme/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; |
| @@ -95,9 +129,9 @@ | @@ -95,9 +129,9 @@ | ||
| 95 | border: 1px solid #3E67B1; | 129 | border: 1px solid #3E67B1; |
| 96 | font-size: 14px; | 130 | font-size: 14px; |
| 97 | line-height: 32px; | 131 | line-height: 32px; |
| 98 | - text-transform: uppercase; | ||
| 99 | } | 132 | } |
| 100 | 133 | ||
| 134 | +#content .button-bar a.button.with-text, | ||
| 101 | #content #article-actions a.button.with-text{ | 135 | #content #article-actions a.button.with-text{ |
| 102 | display: inline-block; | 136 | display: inline-block; |
| 103 | height: 18px; | 137 | height: 18px; |
| @@ -112,6 +146,18 @@ | @@ -112,6 +146,18 @@ | ||
| 112 | text-transform: none; | 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 | #content #article-actions a.button.with-text span{ | 161 | #content #article-actions a.button.with-text span{ |
| 116 | padding: 0; | 162 | padding: 0; |
| 117 | } | 163 | } |
| @@ -126,6 +172,7 @@ | @@ -126,6 +172,7 @@ | ||
| 126 | .action-profile-members #content .page-profile-header a.button.with-text{ | 172 | .action-profile-members #content .page-profile-header a.button.with-text{ |
| 127 | border:none; | 173 | border:none; |
| 128 | } | 174 | } |
| 175 | + | ||
| 129 | .action-profile-members #content .button-bar a.button.with-text:hover{ | 176 | .action-profile-members #content .button-bar a.button.with-text:hover{ |
| 130 | border-color: #3E67B1; | 177 | border-color: #3E67B1; |
| 131 | } | 178 | } |
| @@ -140,9 +187,10 @@ | @@ -140,9 +187,10 @@ | ||
| 140 | border: 1px solid #3E67B1; | 187 | border: 1px solid #3E67B1; |
| 141 | font-size: 14px; | 188 | font-size: 14px; |
| 142 | line-height: 32px; | 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 | #content a.button:hover, | 194 | #content a.button:hover, |
| 147 | #content #article-actions a.button.with-text:hover, | 195 | #content #article-actions a.button.with-text:hover, |
| 148 | #content input.button.with-text:hover{ | 196 | #content input.button.with-text:hover{ |
src/noosfero-spb/noosfero-spb-theme/css/notifications.css
0 → 100644
| @@ -0,0 +1,145 @@ | @@ -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,19 +20,19 @@ | ||
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | #wrapper { | 22 | #wrapper { |
| 23 | - margin: 0 auto; | ||
| 24 | - font-size: 1.2em; | ||
| 25 | - width: 100%; | 23 | + margin: 0 auto; |
| 24 | + font-size: 1.2em; | ||
| 25 | + width: 100%; | ||
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | .main-content { | 28 | .main-content { |
| 29 | - border-style: none; | ||
| 30 | - box-shadow: none; | ||
| 31 | - padding: 10px 20px; | 29 | + border-style: none; |
| 30 | + box-shadow: none; | ||
| 31 | + padding: 10px 20px; | ||
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | .profile-image-block .admin-link { | 34 | .profile-image-block .admin-link { |
| 35 | - font-size: 100%; | 35 | + font-size: 100%; |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | /* ==> blocks.css <== */ | 38 | /* ==> blocks.css <== */ |
src/noosfero-spb/noosfero-spb-theme/css/popover.css
| @@ -151,7 +151,7 @@ | @@ -151,7 +151,7 @@ | ||
| 151 | font-size: 14px; | 151 | font-size: 14px; |
| 152 | line-height: 20px; | 152 | line-height: 20px; |
| 153 | } | 153 | } |
| 154 | - | 154 | + |
| 155 | .highlights-popover span { | 155 | .highlights-popover span { |
| 156 | font-weight: bold; | 156 | font-weight: bold; |
| 157 | border-bottom: 1px dotted #FFFFFF; | 157 | border-bottom: 1px dotted #FFFFFF; |
| @@ -163,17 +163,33 @@ | @@ -163,17 +163,33 @@ | ||
| 163 | #content .highlights-popover a:link { | 163 | #content .highlights-popover a:link { |
| 164 | font-weight: bold; | 164 | font-weight: bold; |
| 165 | color: #FFFFFF; | 165 | color: #FFFFFF; |
| 166 | - display: block; | 166 | +} |
| 167 | + | ||
| 168 | +#content .highlights-popover .inner-content a, | ||
| 169 | +#content .highlights-popover .inner-content a:visited, | ||
| 170 | +#content .highlights-popover .inner-content a:hover, | ||
| 171 | +#content .highlights-popover .inner-content a:link{ | ||
| 172 | + font-weight: bold; | ||
| 173 | + color: #FFFFFF; | ||
| 174 | + border-bottom: dotted 1px; | ||
| 175 | +} | ||
| 176 | + | ||
| 177 | +#content .highlights-popover .see-all a, | ||
| 178 | +#content .highlights-popover .see-all a:visited, | ||
| 179 | +#content .highlights-popover .see-all a:hover, | ||
| 180 | +#content .highlights-popover .see-all a:link { | ||
| 167 | padding: 8px 15px; | 181 | padding: 8px 15px; |
| 168 | border-top: 1px dotted rgba(255,255,255,0.1); | 182 | border-top: 1px dotted rgba(255,255,255,0.1); |
| 183 | + display: block; | ||
| 169 | } | 184 | } |
| 170 | 185 | ||
| 171 | -.highlights-popover a:before { | 186 | +.highlights-popover .see-all a:before { |
| 172 | font-family: "FontAwesome"; | 187 | font-family: "FontAwesome"; |
| 173 | content: "\f067"; | 188 | content: "\f067"; |
| 174 | vertical-align: middle; | 189 | vertical-align: middle; |
| 175 | color: #ff0066; | 190 | color: #ff0066; |
| 176 | padding: 0 5px 0 0; | 191 | padding: 0 5px 0 0; |
| 192 | + font-size: 10px; | ||
| 177 | } | 193 | } |
| 178 | 194 | ||
| 179 | .highlights-popover.top > .arrow, | 195 | .highlights-popover.top > .arrow, |
src/noosfero-spb/noosfero-spb-theme/css/search-pages.css
| @@ -2,14 +2,22 @@ | @@ -2,14 +2,22 @@ | ||
| 2 | 2 | ||
| 3 | .action-search-index #content form #search-header, | 3 | .action-search-index #content form #search-header, |
| 4 | .action-search-people #content form #search-header, | 4 | .action-search-people #content form #search-header, |
| 5 | -.action-search-communities #content form #search-header{ | ||
| 6 | - margin-top: 5px; | 5 | +.action-search-communities #content form #search-header { |
| 7 | float: right; | 6 | float: right; |
| 8 | border: none; | 7 | border: none; |
| 9 | } | 8 | } |
| 10 | 9 | ||
| 10 | +.action-search-index #content form #search-header { | ||
| 11 | + margin-top: 5px; | ||
| 12 | +} | ||
| 13 | + | ||
| 14 | +.action-search-people #content form #search-header, | ||
| 15 | +.action-search-communities #content form #search-header { | ||
| 16 | + margin: 0 0 15px 0 ; | ||
| 17 | +} | ||
| 18 | + | ||
| 11 | .action-search-people #content form #search-header #search-filters .sod_select, | 19 | .action-search-people #content form #search-header #search-filters .sod_select, |
| 12 | -.action-search-communities #content form #search-header #search-filters .sod_select{ | 20 | +.action-search-communities #content form #search-header #search-filters .sod_select { |
| 13 | color: #3E67B1; | 21 | color: #3E67B1; |
| 14 | border: 1px solid #3E67B1; | 22 | border: 1px solid #3E67B1; |
| 15 | border-radius: 4px; | 23 | border-radius: 4px; |
| @@ -20,7 +28,7 @@ | @@ -20,7 +28,7 @@ | ||
| 20 | } | 28 | } |
| 21 | 29 | ||
| 22 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list, | 30 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list, |
| 23 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list{ | 31 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list { |
| 24 | margin: -2px 0 0 -1px; | 32 | margin: -2px 0 0 -1px; |
| 25 | color: #3E67B1; | 33 | color: #3E67B1; |
| 26 | border: 1px solid #3E67B1; | 34 | border: 1px solid #3E67B1; |
| @@ -32,17 +40,17 @@ | @@ -32,17 +40,17 @@ | ||
| 32 | } | 40 | } |
| 33 | 41 | ||
| 34 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .active, | 42 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .active, |
| 35 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .active{ | 43 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .active { |
| 36 | border-radius: 0px 0px 4px 4px; | 44 | border-radius: 0px 0px 4px 4px; |
| 37 | } | 45 | } |
| 38 | 46 | ||
| 39 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .selected, | 47 | .action-search-people #content form #search-header #search-filters .sod_select .sod_list .selected, |
| 40 | -.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .selected{ | 48 | +.action-search-communities #content form #search-header #search-filters .sod_select .sod_list .selected { |
| 41 | padding-right: 21px; | 49 | padding-right: 21px; |
| 42 | } | 50 | } |
| 43 | 51 | ||
| 44 | .action-search-people #content form #search-subheader .sod_select, | 52 | .action-search-people #content form #search-subheader .sod_select, |
| 45 | -.action-search-communities #content form #search-subheader .sod_select{ | 53 | +.action-search-communities #content form #search-subheader .sod_select { |
| 46 | line-height: 15px; | 54 | line-height: 15px; |
| 47 | } | 55 | } |
| 48 | 56 | ||
| @@ -55,51 +63,49 @@ | @@ -55,51 +63,49 @@ | ||
| 55 | .action-search-index #content form .search-field .formfield, | 63 | .action-search-index #content form .search-field .formfield, |
| 56 | .action-search-people #content form .search-field .formfield, | 64 | .action-search-people #content form .search-field .formfield, |
| 57 | .action-search-communities #content form .search-field .formfield{ | 65 | .action-search-communities #content form .search-field .formfield{ |
| 58 | - float: left; | ||
| 59 | width: 99%; | 66 | width: 99%; |
| 60 | } | 67 | } |
| 61 | .action-search-index #content form .search-field .formfield input, | 68 | .action-search-index #content form .search-field .formfield input, |
| 62 | .action-search-people #content form .search-field .formfield input, | 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 | margin-top: 0px; | 71 | margin-top: 0px; |
| 65 | padding: 6px; | 72 | padding: 6px; |
| 66 | height: 19px; | 73 | height: 19px; |
| 67 | max-height: 19px; | 74 | max-height: 19px; |
| 68 | - max-width: 98%; | ||
| 69 | background: none; | 75 | background: none; |
| 70 | border: 1px solid #ccc; | 76 | border: 1px solid #ccc; |
| 71 | border-radius: 4px; | 77 | border-radius: 4px; |
| 78 | + margin-bottom: 15px; | ||
| 79 | + font-size: 14px; | ||
| 72 | } | 80 | } |
| 73 | 81 | ||
| 74 | .action-search-index #content form input.button.submit, | 82 | .action-search-index #content form input.button.submit, |
| 75 | .action-search-people #content form input.button.submit, | 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 | color: #FFF; | 86 | color: #FFF; |
| 82 | border-radius: 4px; | 87 | border-radius: 4px; |
| 83 | - border: 1px solid #3E67B1; | ||
| 84 | - font-size: 14px; | 88 | + width: 108px; |
| 85 | line-height: 14px; | 89 | line-height: 14px; |
| 90 | + font-size: 14px; | ||
| 91 | + font-family: "open_sansbold", Arial, sans-serif; | ||
| 86 | text-transform: uppercase; | 92 | text-transform: uppercase; |
| 87 | } | 93 | } |
| 88 | 94 | ||
| 89 | .action-search-index #content form input.button.submit:hover, | 95 | .action-search-index #content form input.button.submit:hover, |
| 90 | .action-search-people #content form input.button.submit:hover, | 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 | background: #5E82C6; | 98 | background: #5E82C6; |
| 93 | } | 99 | } |
| 94 | 100 | ||
| 95 | .action-search-people #search-results .search-results-type-people, | 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 | background: none; | 103 | background: none; |
| 98 | border: 1px solid #ccc; | 104 | border: 1px solid #ccc; |
| 99 | border-radius: 10px; | 105 | border-radius: 10px; |
| 100 | } | 106 | } |
| 101 | 107 | ||
| 102 | -.action-search-index #search-results h3{ | 108 | +.action-search-index #search-results h3 { |
| 103 | margin: 20px 0 10px 0; | 109 | margin: 20px 0 10px 0; |
| 104 | color: #172738; | 110 | color: #172738; |
| 105 | font-size:18px; | 111 | font-size:18px; |
| @@ -109,7 +115,7 @@ | @@ -109,7 +115,7 @@ | ||
| 109 | font-variant: normal; | 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 | background: none; | 119 | background: none; |
| 114 | border: 1px solid #ccc; | 120 | border: 1px solid #ccc; |
| 115 | } | 121 | } |
src/noosfero-spb/noosfero-spb-theme/css/software-catalog-page.css
| @@ -74,16 +74,19 @@ | @@ -74,16 +74,19 @@ | ||
| 74 | } | 74 | } |
| 75 | 75 | ||
| 76 | .action-search-software_infos #software-search-container .search-form .doubts-catalog-software{ | 76 | .action-search-software_infos #software-search-container .search-form .doubts-catalog-software{ |
| 77 | - border:1px solid #3E67B1; | ||
| 78 | - border-radius:50%; | ||
| 79 | - padding:0px 3px; | ||
| 80 | - font-size: 14px; | ||
| 81 | - font-weight: 900; | ||
| 82 | - background:#3E67B1; | ||
| 83 | - color:#fff; | ||
| 84 | - font-family: Arial; | 77 | + padding-top: 2px; |
| 78 | + background-color: #3867b7; | ||
| 79 | + color: #ffffff; | ||
| 80 | + font-weight: bold; | ||
| 85 | cursor: pointer; | 81 | cursor: pointer; |
| 82 | + height: 15px; | ||
| 83 | + font-family: arial; | ||
| 84 | + width: 17px; | ||
| 85 | + display: inline-block; | ||
| 86 | + text-align: center; | ||
| 87 | + border-radius: 50%; | ||
| 86 | } | 88 | } |
| 89 | + | ||
| 87 | /******/ | 90 | /******/ |
| 88 | 91 | ||
| 89 | .action-search-software_infos #content .search-form .search-field .formfield { | 92 | .action-search-software_infos #content .search-form .search-field .formfield { |
| @@ -93,7 +96,7 @@ | @@ -93,7 +96,7 @@ | ||
| 93 | } | 96 | } |
| 94 | 97 | ||
| 95 | .action-search-software_infos #content .search-form .search-field #search-input { | 98 | .action-search-software_infos #content .search-form .search-field #search-input { |
| 96 | - width: 96%; | 99 | + width: 95%; |
| 97 | margin: 13px 0px 4px 13px; | 100 | margin: 13px 0px 4px 13px; |
| 98 | padding: 7px; | 101 | padding: 7px; |
| 99 | background: #FFF; | 102 | background: #FFF; |
| @@ -283,6 +286,7 @@ | @@ -283,6 +286,7 @@ | ||
| 283 | /*** Search Results ***/ | 286 | /*** Search Results ***/ |
| 284 | .action-search-software_infos #search-results { | 287 | .action-search-software_infos #search-results { |
| 285 | border-top: 1px solid #d7d7d7; | 288 | border-top: 1px solid #d7d7d7; |
| 289 | + margin-top: 66px; | ||
| 286 | } | 290 | } |
| 287 | 291 | ||
| 288 | .action-search-software_infos #search-results.only-one-result-box .search-software-item { | 292 | .action-search-software_infos #search-results.only-one-result-box .search-software-item { |
| @@ -292,7 +296,7 @@ | @@ -292,7 +296,7 @@ | ||
| 292 | } | 296 | } |
| 293 | 297 | ||
| 294 | .action-search-software_infos #search-results #search-results-empty{ | 298 | .action-search-software_infos #search-results #search-results-empty{ |
| 295 | - padding: 15px 0px; | 299 | + padding: 30px 0 15px 0; |
| 296 | color: #172738; | 300 | color: #172738; |
| 297 | font-size: 16px; | 301 | font-size: 16px; |
| 298 | text-align: left; | 302 | text-align: left; |
| @@ -359,7 +363,7 @@ | @@ -359,7 +363,7 @@ | ||
| 359 | padding-right: 20px; | 363 | padding-right: 20px; |
| 360 | top: 0px; | 364 | top: 0px; |
| 361 | position: absolute; | 365 | position: absolute; |
| 362 | - color: #2C4B6B; | 366 | + color: #172738; |
| 363 | font-size: 13px; | 367 | font-size: 13px; |
| 364 | font-family: Arial; | 368 | font-family: Arial; |
| 365 | text-align: left; | 369 | text-align: left; |
| @@ -368,8 +372,7 @@ | @@ -368,8 +372,7 @@ | ||
| 368 | 372 | ||
| 369 | .action-search-software_infos #search-results .search-software-item-column-left .extra_info::before{ | 373 | .action-search-software_infos #search-results .search-software-item-column-left .extra_info::before{ |
| 370 | content: url("../images/ic-calendar.png"); | 374 | content: url("../images/ic-calendar.png"); |
| 371 | - margin-right: 10px; | ||
| 372 | - margin-top: 6px; | 375 | + margin: 6px 10px 20px 0; |
| 373 | float: left; | 376 | float: left; |
| 374 | } | 377 | } |
| 375 | 378 | ||
| @@ -411,7 +414,7 @@ | @@ -411,7 +414,7 @@ | ||
| 411 | float: left; | 414 | float: left; |
| 412 | } | 415 | } |
| 413 | 416 | ||
| 414 | -.action-search-software_infos #search-results .search-software-content-block #categories-list li{ | 417 | +.action-search-software_infos #search-results .search-software-content-block #categories-list li { |
| 415 | width: auto !important; /* force overwritting from base */ | 418 | width: auto !important; /* force overwritting from base */ |
| 416 | margin-left: 7px !important; /* force overwritting from base */ | 419 | margin-left: 7px !important; /* force overwritting from base */ |
| 417 | float: left; | 420 | float: left; |
| @@ -421,6 +424,18 @@ | @@ -421,6 +424,18 @@ | ||
| 421 | text-decoration: underline; | 424 | text-decoration: underline; |
| 422 | } | 425 | } |
| 423 | 426 | ||
| 424 | -.action-search-software_infos #search-results .search-software-content-block #categories-list li a{ | 427 | +.action-search-software_infos #search-results .search-software-content-block #categories-list li a { |
| 425 | color: #3E67B1; | 428 | color: #3E67B1; |
| 426 | } | 429 | } |
| 430 | + | ||
| 431 | +.action-search-software_infos #search-results #individually-category br { | ||
| 432 | + display: none; | ||
| 433 | +} | ||
| 434 | + | ||
| 435 | +.action-search-software_infos #search-results #individually-category a { | ||
| 436 | + margin-right: 10px; | ||
| 437 | + float: left; | ||
| 438 | + color: #3E67B1; | ||
| 439 | + font-size: 13px; | ||
| 440 | + text-decoration: underline; | ||
| 441 | +} |
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
| @@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
| 65 | } | 65 | } |
| 66 | 66 | ||
| 67 | #content .download-block .download-list li { | 67 | #content .download-block .download-list li { |
| 68 | - padding: 30px 10px 25px 10px; | 68 | + padding: 30px 10px 25px 20px; |
| 69 | border-top: 1px solid #D3D6DE; | 69 | border-top: 1px solid #D3D6DE; |
| 70 | clear: both; | 70 | clear: both; |
| 71 | } | 71 | } |
| @@ -156,10 +156,16 @@ | @@ -156,10 +156,16 @@ | ||
| 156 | display: none; | 156 | display: none; |
| 157 | } | 157 | } |
| 158 | 158 | ||
| 159 | -.profile-homepage #article .article-body h1 { | ||
| 160 | - border-top: 1px solid #ECEDF1; | 159 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h1, |
| 160 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h2, | ||
| 161 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h3, | ||
| 162 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h4, | ||
| 163 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h5, | ||
| 164 | +.profile-type-is-community .profile-homepage .main-block #article .article-body h6 { | ||
| 165 | + /* border-top: 1px solid #ECEDF1; | ||
| 161 | border-bottom: none; | 166 | border-bottom: none; |
| 162 | - padding-top: 25px; | 167 | + padding-top: 25px; */ |
| 168 | + font-size: 18px; | ||
| 163 | } | 169 | } |
| 164 | 170 | ||
| 165 | .profile-homepage #article .article-body p { | 171 | .profile-homepage #article .article-body p { |
| @@ -169,10 +175,6 @@ | @@ -169,10 +175,6 @@ | ||
| 169 | font-size: 15px; | 175 | font-size: 15px; |
| 170 | } | 176 | } |
| 171 | 177 | ||
| 172 | -.profile-homepage #article .article-body hr { | ||
| 173 | - display: none; | ||
| 174 | -} | ||
| 175 | - | ||
| 176 | .profile-homepage #article .article-body ul { | 178 | .profile-homepage #article .article-body ul { |
| 177 | background-repeat: no-repeat; | 179 | background-repeat: no-repeat; |
| 178 | list-style-position: inside; | 180 | list-style-position: inside; |
| @@ -301,7 +303,7 @@ | @@ -301,7 +303,7 @@ | ||
| 301 | padding: 12px 10px; | 303 | padding: 12px 10px; |
| 302 | background: #EAEBEE; | 304 | background: #EAEBEE; |
| 303 | color: #2C66CE; | 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 | text-transform: uppercase; | 307 | text-transform: uppercase; |
| 306 | display: block; | 308 | display: block; |
| 307 | position: relative; | 309 | position: relative; |
| @@ -312,8 +314,8 @@ | @@ -312,8 +314,8 @@ | ||
| 312 | color:#172738; | 314 | color:#172738; |
| 313 | } | 315 | } |
| 314 | 316 | ||
| 315 | -.template-default .box-3 #bt_wiki:after, | ||
| 316 | -.template-default .box-3 #bt_repositorio:after{ | 317 | +.template-default .box-3 #bt_wiki::after, |
| 318 | +.template-default .box-3 #bt_repositorio::after{ | ||
| 317 | margin-top: -2px; | 319 | margin-top: -2px; |
| 318 | padding: 4px 0px 4px 2px; | 320 | padding: 4px 0px 4px 2px; |
| 319 | border-radius: 4px; | 321 | border-radius: 4px; |
| @@ -426,16 +428,16 @@ | @@ -426,16 +428,16 @@ | ||
| 426 | 428 | ||
| 427 | .template-lefttopright .box-2 #bt_wiki::after, | 429 | .template-lefttopright .box-2 #bt_wiki::after, |
| 428 | .template-lefttopright .box-2 #bt_repositorio::after{ | 430 | .template-lefttopright .box-2 #bt_repositorio::after{ |
| 431 | + width: 18px; | ||
| 432 | + position: absolute; | ||
| 433 | + right: 10px; | ||
| 429 | margin-top: -2px; | 434 | margin-top: -2px; |
| 430 | padding: 4px 0px 4px 2px; | 435 | padding: 4px 0px 4px 2px; |
| 431 | border-radius: 4px; | 436 | border-radius: 4px; |
| 432 | - width: 18px; | ||
| 433 | - right: 10px; | ||
| 434 | - line-height: 20px; | ||
| 435 | - position: absolute; | ||
| 436 | background: #2C66CE; | 437 | background: #2C66CE; |
| 437 | color: #FFF; | 438 | color: #FFF; |
| 438 | font-size: 16px; | 439 | font-size: 16px; |
| 440 | + line-height: 12px; | ||
| 439 | text-align: center; | 441 | text-align: center; |
| 440 | content: url('../images/right-arrow.png'); | 442 | content: url('../images/right-arrow.png'); |
| 441 | } | 443 | } |
| @@ -461,23 +463,31 @@ | @@ -461,23 +463,31 @@ | ||
| 461 | 463 | ||
| 462 | .software-metrics-block .metrics-list li { | 464 | .software-metrics-block .metrics-list li { |
| 463 | display: table; | 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 | display: table-cell; | 471 | display: table-cell; |
| 470 | vertical-align: top; | 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 | background: url('../images/arrow-globe-icon.png') no-repeat center center; | 487 | background: url('../images/arrow-globe-icon.png') no-repeat center center; |
| 479 | width: 25px; | 488 | width: 25px; |
| 480 | height: 18px; | 489 | height: 18px; |
| 490 | + padding-left: 9px !important; | ||
| 481 | } | 491 | } |
| 482 | 492 | ||
| 483 | .software-metrics-block span.downloads-icon { | 493 | .software-metrics-block span.downloads-icon { |
| @@ -498,9 +508,9 @@ | @@ -498,9 +508,9 @@ | ||
| 498 | height: 20px; | 508 | height: 20px; |
| 499 | } | 509 | } |
| 500 | 510 | ||
| 501 | -.software-metrics-block .metrics-list li a { | 511 | +.software-metrics-block .metrics-list li span { |
| 502 | letter-spacing: -0.1px; | 512 | letter-spacing: -0.1px; |
| 503 | - line-height: 20px; | 513 | + line-height: 15px; |
| 504 | padding-left: 5px; | 514 | padding-left: 5px; |
| 505 | } | 515 | } |
| 506 | 516 | ||
| @@ -537,9 +547,9 @@ | @@ -537,9 +547,9 @@ | ||
| 537 | #content .main-block .article-body ul.etapas-publicacao li strong { | 547 | #content .main-block .article-body ul.etapas-publicacao li strong { |
| 538 | margin-right: 6px; | 548 | margin-right: 6px; |
| 539 | border-radius: 50%; | 549 | border-radius: 50%; |
| 540 | - padding: 1px; | 550 | + padding: 1px 0 0 0; |
| 541 | background: #333; | 551 | background: #333; |
| 542 | - height: 24px; | 552 | + height: 23px; |
| 543 | width: 24px; | 553 | width: 24px; |
| 544 | color: #fff; | 554 | color: #fff; |
| 545 | text-align: center; | 555 | text-align: center; |
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
| @@ -19,13 +19,13 @@ | @@ -19,13 +19,13 @@ | ||
| 19 | 19 | ||
| 20 | .profile-homepage #content .organization-average-rating-container .rate-this-organization { | 20 | .profile-homepage #content .organization-average-rating-container .rate-this-organization { |
| 21 | font-size: 14px; | 21 | font-size: 14px; |
| 22 | - text-decoration: underline; | ||
| 23 | margin: 4px 0px 0px 6px; | 22 | margin: 4px 0px 0px 6px; |
| 24 | padding: 0px 0px 0px 15px; | 23 | padding: 0px 0px 0px 15px; |
| 25 | } | 24 | } |
| 26 | 25 | ||
| 27 | .profile-homepage #content .organization-average-rating-container .rate-this-organization a { | 26 | .profile-homepage #content .organization-average-rating-container .rate-this-organization a { |
| 28 | color: #2c66ce; | 27 | color: #2c66ce; |
| 28 | + text-decoration: underline; | ||
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | .profile-homepage #content .organization-average-rating-container .star-container .medium-star-negative, | 31 | .profile-homepage #content .organization-average-rating-container .star-container .medium-star-negative, |
| @@ -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,17 +155,22 @@ | @@ -155,17 +155,22 @@ | ||
| 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 | ||
| 162 | #content .main-content .star-rate-data .star-profile-information .star-profile-image { | 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 | #content .main-content .star-rate-data .star-profile-information .star-profile-image img { | 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 | width: 60px; | 174 | width: 60px; |
| 170 | } | 175 | } |
| 171 | 176 | ||
| @@ -210,7 +215,7 @@ | @@ -210,7 +215,7 @@ | ||
| 210 | font-weight: 700; | 215 | font-weight: 700; |
| 211 | text-transform: uppercase; | 216 | text-transform: uppercase; |
| 212 | color: #FFF; | 217 | color: #FFF; |
| 213 | - padding: 5px; | 218 | + padding: 5px 10px; |
| 214 | height: 31px; | 219 | height: 31px; |
| 215 | line-height: 20px; | 220 | line-height: 20px; |
| 216 | font-family: Arial; | 221 | font-family: Arial; |
| @@ -221,6 +226,7 @@ | @@ -221,6 +226,7 @@ | ||
| 221 | } | 226 | } |
| 222 | 227 | ||
| 223 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { | 228 | #content .main-content .star-rate-data .star-rate-form .star-comment-container .button-bar { |
| 229 | + margin-top: 20px; | ||
| 224 | padding-bottom: 50px; | 230 | padding-bottom: 50px; |
| 225 | } | 231 | } |
| 226 | 232 | ||
| @@ -287,29 +293,31 @@ | @@ -287,29 +293,31 @@ | ||
| 287 | } | 293 | } |
| 288 | 294 | ||
| 289 | #content .star-rate-form .star-comment-container .comments-display-fields:hover span, | 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 | opacity: 0.6; | 297 | opacity: 0.6; |
| 292 | } | 298 | } |
| 293 | 299 | ||
| 294 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { | 300 | #content .star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information { |
| 295 | - color: #172738; | ||
| 296 | - display: block; | ||
| 297 | float: left; | 301 | float: left; |
| 302 | + padding-bottom: 4px; | ||
| 303 | + color: #172738; | ||
| 298 | font-size: 14px; | 304 | font-size: 14px; |
| 299 | font-weight: 700; | 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 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after { | 313 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-up::after { |
| 304 | content: url('../images/top-arrow-black.png'); | 314 | content: url('../images/top-arrow-black.png'); |
| 305 | - float: right; | ||
| 306 | padding-top: 7px; | 315 | padding-top: 7px; |
| 307 | padding-right: 6px; | 316 | padding-right: 6px; |
| 308 | } | 317 | } |
| 309 | 318 | ||
| 310 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { | 319 | .action-organization_ratings_plugin_profile-new_rating #content .star-rate-form .star-comment-container .comments-display-fields .comments-arrow-down::after { |
| 311 | content: url('../images/bottom-arrow-black.png'); | 320 | content: url('../images/bottom-arrow-black.png'); |
| 312 | - float: right; | ||
| 313 | padding-top: 7px; | 321 | padding-top: 7px; |
| 314 | padding-right: 6px; | 322 | padding-right: 6px; |
| 315 | } | 323 | } |
| @@ -365,12 +373,20 @@ | @@ -365,12 +373,20 @@ | ||
| 365 | 373 | ||
| 366 | .ratings-list .user-rating-block .star-profile-information .star-profile-name { | 374 | .ratings-list .user-rating-block .star-profile-information .star-profile-name { |
| 367 | line-height: 16px; | 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 | height: 60px; | 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 | .ratings-list .user-rating-block .user-testimony-container { | 392 | .ratings-list .user-rating-block .user-testimony-container { |
| @@ -447,7 +463,7 @@ | @@ -447,7 +463,7 @@ | ||
| 447 | 463 | ||
| 448 | .make-report-block .star-profile-information .star-profile-name { | 464 | .make-report-block .star-profile-information .star-profile-name { |
| 449 | margin-top: 8px; | 465 | margin-top: 8px; |
| 450 | - width: 70px; | 466 | + width: 60px; |
| 451 | } | 467 | } |
| 452 | 468 | ||
| 453 | .ratings-list .make-report-block .make-report-container { | 469 | .ratings-list .make-report-block .make-report-container { |
| @@ -460,39 +476,38 @@ | @@ -460,39 +476,38 @@ | ||
| 460 | font-size: 18px; | 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 | padding-top: 6px; | 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 | margin-top: 37px; | 484 | margin-top: 37px; |
| 469 | padding-left: 1px; | 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 | background-color: #3E67B1; | 491 | background-color: #3E67B1; |
| 476 | background-image: none; | 492 | background-image: none; |
| 477 | color: #fff; | 493 | color: #fff; |
| 478 | font-weight: 700; | 494 | font-weight: 700; |
| 479 | font-size: 14px; | 495 | font-size: 14px; |
| 480 | font-style: normal; | 496 | font-style: normal; |
| 481 | - height: 31px; | ||
| 482 | - padding: 0px 7px 0px 7px; | 497 | + padding: 8px 12px 8px 8px; |
| 483 | text-transform: uppercase; | 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 | font-family: Arial; | 503 | font-family: Arial; |
| 489 | font-size: 18px; | 504 | font-size: 18px; |
| 490 | font-style: italic; | 505 | font-style: italic; |
| 491 | word-break: break-word; | 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 | cursor: not-allowed; | 511 | cursor: not-allowed; |
| 497 | opacity: 0.4; | 512 | opacity: 0.4; |
| 498 | } | 513 | } |
240 Bytes
794 Bytes
389 Bytes
552 Bytes
364 Bytes
src/noosfero-spb/noosfero-spb-theme/style.css
| @@ -25,6 +25,7 @@ | @@ -25,6 +25,7 @@ | ||
| 25 | @import url(css/software-catalog-page.css); | 25 | @import url(css/software-catalog-page.css); |
| 26 | @import url(css/tooltip.css); | 26 | @import url(css/tooltip.css); |
| 27 | @import url(css/popover.css); | 27 | @import url(css/popover.css); |
| 28 | +@import url(css/notifications.css); | ||
| 28 | 29 | ||
| 29 | @font-face{ | 30 | @font-face{ |
| 30 | font-weight: normal; | 31 | font-weight: normal; |
src/noosfero-spb/noosfero-spb-theme/theme.js
| @@ -225,11 +225,13 @@ $('#link-buscar').click(function(e) { | @@ -225,11 +225,13 @@ $('#link-buscar').click(function(e) { | ||
| 225 | } | 225 | } |
| 226 | 226 | ||
| 227 | function set_use_report_content() { | 227 | function set_use_report_content() { |
| 228 | - $('.make-report-block .make-report-container .button-bar a span').html('avaliar o software'); | 228 | + $('.profile-homepage .organization-average-rating-container .rate-this-organization a').html('Avalie este software'); |
| 229 | + $('.make-report-block .make-report-container .button-bar a span').html('Avalie este software'); | ||
| 230 | + $('.star-rate-data .star-rate-form.rating-cooldown .button-bar a span').html('Avalie este software'); | ||
| 229 | $('.make-report-block .make-report-container .make-report-message').html('Relate sua experiência ou do órgão/empresa com relação ao software.'); | 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 | $('.ratings-list .see-more a.icon-arrow-right-p').html('veja todos os relatos'); | 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 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); | 235 | $('.main-content .star-rate-data .star-rate-form .star-comment-container .formlabel').html('Depoimento sobre o software'); |
| 234 | $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); | 236 | $('.star-rate-form .star-comment-container .comments-display-fields span#comments-additional-information').html('Dados adicionais (órgãos e empresas)'); |
| 235 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); | 237 | $('.star-rate-form .star-comment-container .comments-software-extra-fields #input_institution_comments label').html('Nome do órgão ou empresa'); |