Commit c282abf252132231d5f6cb024af4abe4874e76d5

Authored by Gabriela Navarro
Committed by Eduardo Vital
1 parent 5d52b48e
Exists in news_page_css

Fix initial page. Logo align in the softwares block

Signed-off-by: Pedro de Lyra <pedrodelyra@gmail.com>
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
Showing 1 changed file with 19 additions and 19 deletions   Show diff stats
page-inicial.css
@@ -236,16 +236,16 @@ @@ -236,16 +236,16 @@
236 height: auto; 236 height: auto;
237 } 237 }
238 238
239 -.software-block-logo{  
240 - display:block;  
241 - text-align: center;  
242 - width:140px;  
243 - height:90px;  
244 - padding-top:20px;  
245 - padding-bottom:20px;  
246 - overflow: hidden; 239 +.software-block-logo {
  240 + display: table-cell;
  241 + vertical-align: middle;
  242 + text-align: center;
  243 + width: 140px;
  244 + height: 150px;
  245 + overflow: hidden;
247 } 246 }
248 247
  248 +
249 /* 249 /*
250 .box-1 .software-block-title h3 { 250 .box-1 .software-block-title h3 {
251 font-weight: normal !important; 251 font-weight: normal !important;
@@ -258,7 +258,7 @@ @@ -258,7 +258,7 @@
258 } 258 }
259 259
260 .box-1 .softwares-block .common-profile-list-block .vcard { 260 .box-1 .softwares-block .common-profile-list-block .vcard {
261 - border: none; 261 + border: none;
262 } 262 }
263 263
264 .box-1 .softwares-block .common-profile-list-block .vcard:hover .menu-submenu-trigger{ 264 .box-1 .softwares-block .common-profile-list-block .vcard:hover .menu-submenu-trigger{
@@ -406,7 +406,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -406,7 +406,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
406 406
407 .block.display-content-block .lead { 407 .block.display-content-block .lead {
408 padding-left: 160px; 408 padding-left: 160px;
409 - padding-right: 0px; 409 + padding-right: 0px;
410 max-height: 60px; 410 max-height: 60px;
411 } 411 }
412 412
@@ -414,7 +414,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -414,7 +414,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
414 font-size: 15px; 414 font-size: 15px;
415 font-family: Arial; 415 font-family: Arial;
416 line-height: 1.3em; 416 line-height: 1.3em;
417 - color: #000000; 417 + color: #000000;
418 } 418 }
419 419
420 .block.display-content-block .read_more, .block.display-content-block .tags { 420 .block.display-content-block .read_more, .block.display-content-block .tags {
@@ -506,7 +506,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -506,7 +506,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
506 506
507 .block.display-last-news-block .lead { 507 .block.display-last-news-block .lead {
508 padding-left: 0px; 508 padding-left: 0px;
509 - padding-right: 0px; 509 + padding-right: 0px;
510 max-height: 23px; 510 max-height: 23px;
511 overflow: hidden; 511 overflow: hidden;
512 } 512 }
@@ -515,25 +515,25 @@ margin: -10px 0px 10px 20px; /*-20px 20px; @@ -515,25 +515,25 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
515 font-size: 15px; 515 font-size: 15px;
516 font-family: Arial; 516 font-family: Arial;
517 line-height: 1.3em; 517 line-height: 1.3em;
518 - color: #172738; 518 + color: #172738;
519 } 519 }
520 520
521 .block.display-last-news-block .read_more, .block.display-last-news-block .tags { 521 .block.display-last-news-block .read_more, .block.display-last-news-block .tags {
522 display: none; 522 display: none;
523 } 523 }
524 524
525 -.block.display-last-news-block a:visited,  
526 -.block.display-last-news-block a:link,  
527 -.block.display-last-news-block a:hover, 525 +.block.display-last-news-block a:visited,
  526 +.block.display-last-news-block a:link,
  527 +.block.display-last-news-block a:hover,
528 .block.display-last-news-block a, 528 .block.display-last-news-block a,
529 .block.display-last-news-block dl.portlet a:visited { 529 .block.display-last-news-block dl.portlet a:visited {
530 color: #172738; 530 color: #172738;
531 text-decoration: none; 531 text-decoration: none;
532 } 532 }
533 533
534 -#content .block.display-last-news-block a:visited,  
535 -#content .block.display-last-news-block a:link,  
536 -#content .block.display-last-news-block a:hover, 534 +#content .block.display-last-news-block a:visited,
  535 +#content .block.display-last-news-block a:link,
  536 +#content .block.display-last-news-block a:hover,
537 #content .block.display-last-news-block a { 537 #content .block.display-last-news-block a {
538 color: #172738; 538 color: #172738;
539 text-decoration: none; 539 text-decoration: none;