Commit f0e6950e0a6cc48ce2467c670f6653c00ee70d79

Authored by Daniela Feitosa
1 parent 8eb07cce

Changes on blocks should be displayed only on homepage

Showing 1 changed file with 17 additions and 24 deletions   Show diff stats
style.css
... ... @@ -303,26 +303,26 @@ div#article-parent {
303 303  
304 304 /* Blocks main style */
305 305  
306   -#content .box-1 .block {
  306 +.action-home-index #content .box-1 .block {
307 307 width: 48%;
308 308 float: left;
309 309 margin-right: 10px;
310 310 }
311 311  
312   -#content .box-1 .block-title {
  312 +.action-home-index #content .box-1 .block-title {
313 313 padding: 0.6em 1.5em;
314 314 color: #444;
315 315 text-transform: uppercase;
316 316 font-variant: normal;
317 317 }
318 318  
319   -#content .box-1 .main-block {
  319 +.action-home-index #content .box-1 .main-block {
320 320 background: #FFF;
321 321 width: 100%;
322 322 clear: both;
323 323 }
324 324  
325   -#content .box-1 .article-block {
  325 +.action-home-index #content .box-1 .article-block {
326 326 background: none;
327 327 }
328 328  
... ... @@ -335,11 +335,11 @@ div#article-parent {
335 335 Xmargin: 0 0 0 170px;
336 336 }
337 337  
338   -.box-2 {
  338 +.action-home-index .box-2 {
339 339 width: 160px;
340 340 }
341 341  
342   -#content .box-3 .block {
  342 +.action-home-index #content .box-3 .block {
343 343 width: 210px;
344 344 margin: 0px 0px 0px 30px;
345 345 float: left;
... ... @@ -392,7 +392,7 @@ div#article-parent {
392 392  
393 393 /* Block Display Content style */
394 394  
395   -#content .box-1 .display-content-block {
  395 +.action-home-index #content .box-1 .display-content-block {
396 396 width: 300px;
397 397 }
398 398  
... ... @@ -412,25 +412,25 @@ div#article-parent {
412 412  
413 413 /* Block Article style */
414 414  
415   -#content .box-1 .article-block {
  415 +.action-home-index #content .box-1 .article-block {
416 416 width: 100%;
417 417 font-size: 14px;
418 418 }
419 419  
420   -#content .box-1 .article-block .block-title {
  420 +.action-home-index #content .box-1 .article-block .block-title {
421 421 display: none;
422 422 }
423 423  
424   -#content .box-1 .article-block h2 {
  424 +.action-home-index #content .box-1 .article-block h2 {
425 425 font-size: 34px;
426 426 font-weight: bold;
427 427 }
428 428  
429   -#content .box-1 .article-block .read-more {
  429 +.action-home-index #content .box-1 .article-block .read-more {
430 430 float: right;
431 431 }
432 432  
433   -#content .box-1 .article-block .read-more a {
  433 +.action-home-index #content .box-1 .article-block .read-more a {
434 434 display: block;
435 435 height: 30px;
436 436 text-align: center;
... ... @@ -438,39 +438,32 @@ div#article-parent {
438 438 background: url(images/read-more-home.png) repeat-x;
439 439 }
440 440  
441   -#content .box-1 .article-block .read-more a:first-child {
  441 +.action-home-index #content .box-1 .article-block .read-more a:first-child {
442 442 display: none;
443 443 }
444 444  
445 445 /* Block My Network style */
446 446  
447   -#content .my-network-block {
  447 +.action-home-index #content .my-network-block {
448 448 background: #eeefff;
449 449 }
450 450  
451   -#content .my-network-block .block-title {
  451 +.action-home-index #content .my-network-block .block-title {
452 452 background: #757575;
453 453 padding: 0.6em 1.5em;
454 454 color: #FFF;
455 455 }
456 456  
457   -#content .my-network-block ul {
  457 +.action-home-index #content .my-network-block ul {
458 458 padding: 10px 0px 10px 20px;
459 459 }
460 460  
461   -#content .my-network-block .my-network-actions a.button {
  461 +.action-home-index #content .my-network-block .my-network-actions a.button {
462 462 width: 100px;
463 463 display: block;
464 464 margin-bottom: 5px;
465 465 }
466 466  
467   -/* Hidden Actions MyNetwork */
468   -
469   -#content .box-2 .my-network-block .my-network-actions a.report-abuse-action,
470   -#content .box-2 .my-network-block .my-network-actions a.icon-menu-mail {
471   - display: none;
472   -}
473   -
474 467 /* Blocks profiles and enterprises */
475 468 .recent-documents-block ul {
476 469 padding: 0px 0px 0px 30px;
... ...