Commit 5199c543230d26f6e8587cb13c7bd3d9ed7aef3e
1 parent
65efbff2
Exists in
master
and in
79 other branches
Image adjustments and blog tab margins
Showing
1 changed file
with
33 additions
and
17 deletions
Show diff stats
css/community-pages.css
| @@ -102,6 +102,7 @@ | @@ -102,6 +102,7 @@ | ||
| 102 | 102 | ||
| 103 | #block-community-tabs .ui-tabs .ui-tabs-nav{ | 103 | #block-community-tabs .ui-tabs .ui-tabs-nav{ |
| 104 | font-size: 15px; | 104 | font-size: 15px; |
| 105 | + padding:.2em .0em 0; | ||
| 105 | } | 106 | } |
| 106 | 107 | ||
| 107 | #block-community-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor{ | 108 | #block-community-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor{ |
| @@ -310,12 +311,19 @@ | @@ -310,12 +311,19 @@ | ||
| 310 | 311 | ||
| 311 | /* Blog tab*/ | 312 | /* Blog tab*/ |
| 312 | 313 | ||
| 313 | -#blog-tab .blog .blog-post{ | 314 | +#content #blog-tab .blog-posts{ |
| 315 | + margin-top:20px; | ||
| 316 | +} | ||
| 317 | + | ||
| 318 | +#content #blog-tab .blog .blog-post{ | ||
| 314 | padding:0px 20px 5px 20px; | 319 | padding:0px 20px 5px 20px; |
| 315 | background:none; | 320 | background:none; |
| 321 | + border-bottom: 1px solid #ECEDF1; | ||
| 322 | + padding:20px 0px 30px 0px; | ||
| 316 | } | 323 | } |
| 317 | 324 | ||
| 318 | #content #blog-tab .blog .blog-post h1{ | 325 | #content #blog-tab .blog .blog-post h1{ |
| 326 | + margin: 0px 0px 6px 0px; | ||
| 319 | text-align: left; | 327 | text-align: left; |
| 320 | } | 328 | } |
| 321 | 329 | ||
| @@ -323,16 +331,10 @@ | @@ -323,16 +331,10 @@ | ||
| 323 | padding-top:0px; | 331 | padding-top:0px; |
| 324 | border-top:none; | 332 | border-top:none; |
| 325 | width: 70%; | 333 | width: 70%; |
| 326 | - padding-left:175px; | 334 | + padding-left:130px; |
| 327 | } | 335 | } |
| 328 | 336 | ||
| 329 | -#blog-tab .odd-post-inner.blog-post-inner, | ||
| 330 | -#blog-tab .even-post-inner.blog-post-inner{ | ||
| 331 | - border-bottom: 1px solid #ECEDF1; | ||
| 332 | - padding:15px 0px 10px 0px; | ||
| 333 | -} | ||
| 334 | - | ||
| 335 | -#content #blog-tab .blog .blog-post.position-1 h1{ | 337 | +/*#content #blog-tab .blog .blog-post.position-1 h1{ |
| 336 | line-height: 37px; | 338 | line-height: 37px; |
| 337 | font-size: 34px; | 339 | font-size: 34px; |
| 338 | color: #172738; | 340 | color: #172738; |
| @@ -344,7 +346,7 @@ | @@ -344,7 +346,7 @@ | ||
| 344 | #content #blog-tab .blog .blog-post.position-1 .article-compact-image{ | 346 | #content #blog-tab .blog .blog-post.position-1 .article-compact-image{ |
| 345 | position:relative; | 347 | position:relative; |
| 346 | padding-right: 0px; | 348 | padding-right: 0px; |
| 347 | - margin-top: 0px; /*temporary*/ | 349 | + margin-top: 0px; *temporary* |
| 348 | } | 350 | } |
| 349 | 351 | ||
| 350 | #content #blog-tab .blog .blog-post.position-1 .article-compact-abstract-with-image{ | 352 | #content #blog-tab .blog .blog-post.position-1 .article-compact-abstract-with-image{ |
| @@ -355,11 +357,11 @@ | @@ -355,11 +357,11 @@ | ||
| 355 | #blog-tab .blog .blog-post.position-1{ | 357 | #blog-tab .blog .blog-post.position-1{ |
| 356 | padding-right: 0px; | 358 | padding-right: 0px; |
| 357 | 359 | ||
| 358 | -} | 360 | +}*/ |
| 359 | 361 | ||
| 360 | #content #blog-tab .blog .publishing-info .date{ | 362 | #content #blog-tab .blog .publishing-info .date{ |
| 361 | width: 70%; | 363 | width: 70%; |
| 362 | - padding-left:180px; | 364 | + padding-left:130px; |
| 363 | } | 365 | } |
| 364 | 366 | ||
| 365 | #content #blog-tab .blog .publishing-info .author{ | 367 | #content #blog-tab .blog .publishing-info .author{ |
| @@ -375,13 +377,27 @@ | @@ -375,13 +377,27 @@ | ||
| 375 | text-align: left; | 377 | text-align: left; |
| 376 | } | 378 | } |
| 377 | 379 | ||
| 380 | +#content #blog-tab .blog .blog-post .article-compact-image img{ | ||
| 381 | + border-radius: 4px; | ||
| 382 | + width: 110px; | ||
| 383 | + max-height: auto; | ||
| 384 | +} | ||
| 385 | + | ||
| 378 | #content #blog-tab .blog .blog-post .zoomable-image{ | 386 | #content #blog-tab .blog .blog-post .zoomable-image{ |
| 379 | width: 200px !important; | 387 | width: 200px !important; |
| 380 | height: auto !important; | 388 | height: auto !important; |
| 381 | } | 389 | } |
| 382 | 390 | ||
| 391 | +#content #blog-tab .blog .blog-post .zoomable-image:hover .zoomify-image{ | ||
| 392 | + display: none; | ||
| 393 | +} | ||
| 394 | + | ||
| 395 | +#content #blog-tab .blog .blog-post .zoomify-text{ | ||
| 396 | + display:none; | ||
| 397 | +} | ||
| 398 | + | ||
| 383 | #content #blog-tab .blog .blog-post .article-compact-abstract-with-image{ | 399 | #content #blog-tab .blog .blog-post .article-compact-abstract-with-image{ |
| 384 | - margin-left: 180px; | 400 | + margin-left: 130px; |
| 385 | } | 401 | } |
| 386 | 402 | ||
| 387 | /* Read more button*/ | 403 | /* Read more button*/ |
| @@ -391,7 +407,7 @@ | @@ -391,7 +407,7 @@ | ||
| 391 | text-transform: uppercase; | 407 | text-transform: uppercase; |
| 392 | line-height: 21px; | 408 | line-height: 21px; |
| 393 | font-size: 11px; | 409 | font-size: 11px; |
| 394 | - margin-top: 15px; | 410 | + margin:15px 0px 20px 0px; |
| 395 | } | 411 | } |
| 396 | 412 | ||
| 397 | #content #blog-tab .blog .read-more:after{ | 413 | #content #blog-tab .blog .read-more:after{ |
| @@ -415,9 +431,9 @@ | @@ -415,9 +431,9 @@ | ||
| 415 | 431 | ||
| 416 | /* Software Tab Data - Need to develop solution - Only display on profile page */ | 432 | /* Software Tab Data - Need to develop solution - Only display on profile page */ |
| 417 | 433 | ||
| 418 | -.profile-type-is-community #content .software-tab-data-block{ | ||
| 419 | - display: none; | ||
| 420 | -} | 434 | +/*.profile-type-is-community #content .software-tab-data-block{ |
| 435 | + display: none; DEVOLVER COMENTARIO NO FINAL | ||
| 436 | +}*/ | ||
| 421 | 437 | ||
| 422 | .profile-type-is-community .action-profile-index #content .software-tab-data-block{ | 438 | .profile-type-is-community .action-profile-index #content .software-tab-data-block{ |
| 423 | display: block; | 439 | display: block; |