Commit 1b7ba1f1047fd5411a42c315ef4052d539446470

Authored by Melissa Wen
2 parents 0e741a07 198865b4

Merge branch 'fix_font_use_report' into 'master'

Fix font use report - closes #674

Corrigido as fontes despadronizadas, mudanças no estilo para remover os espaços em branco.

See merge request !166
src/noosfero-spb/noosfero-spb-theme/css/community-pages.css
@@ -179,6 +179,7 @@ @@ -179,6 +179,7 @@
179 margin:0px 45%; 179 margin:0px 45%;
180 color:#FF0366; 180 color:#FF0366;
181 } 181 }
  182 +
182 #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{ 183 #block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active a{
183 color: #FF0366; 184 color: #FF0366;
184 font-weight: 300; 185 font-weight: 300;
@@ -485,12 +486,12 @@ @@ -485,12 +486,12 @@
485 } 486 }
486 487
487 #content #blog-tab .blog .blog-post.position-1 .post-pic { 488 #content #blog-tab .blog .blog-post.position-1 .post-pic {
488 -margin: 0 20px 5px 0px;  
489 -border-radius: 4px;  
490 -height: 210px;  
491 -width: 100%;  
492 -background: center/cover no-repeat;  
493 -float: left; 489 + margin: 0 20px 5px 0px;
  490 + border-radius: 4px;
  491 + height: 210px;
  492 + width: 100%;
  493 + background: center/cover no-repeat;
  494 + float: left;
494 } 495 }
495 496
496 /* Read more button*/ 497 /* Read more button*/
@@ -541,17 +542,17 @@ float: left; @@ -541,17 +542,17 @@ float: left;
541 542
542 /* SISP Tab Data - about tab */ 543 /* SISP Tab Data - about tab */
543 #block-community-tabs .software-sisp { 544 #block-community-tabs .software-sisp {
544 - margin-top: 46px; 545 + margin-top: 40px;
545 } 546 }
546 547
547 #block-community-tabs .software-sisp p, 548 #block-community-tabs .software-sisp p,
548 #block-community-tabs .software-sisp h2 { 549 #block-community-tabs .software-sisp h2 {
549 - font-family: 'open_sansregular', Arial, Helvetica, sans-serif; 550 + font-family: Arial, Helvetica, sans-serif;
550 } 551 }
551 552
552 #block-community-tabs .software-sisp h2 { 553 #block-community-tabs .software-sisp h2 {
553 border-bottom: solid 2px #f7f8f9; 554 border-bottom: solid 2px #f7f8f9;
554 - margin-bottom: 26px; 555 + margin-bottom: 20px;
555 padding-bottom: 8px; 556 padding-bottom: 8px;
556 color: #172938; 557 color: #172938;
557 font-size: 18px; 558 font-size: 18px;
@@ -563,9 +564,14 @@ float: left; @@ -563,9 +564,14 @@ float: left;
563 } 564 }
564 565
565 #block-community-tabs .software-sisp p { 566 #block-community-tabs .software-sisp p {
  567 + margin-bottom: 10px;
566 color: #172938; 568 color: #172938;
567 } 569 }
568 570
  571 +#block-community-tabs .software-about p {
  572 + margin-bottom: 20px;
  573 +}
  574 +
569 #block-community-tabs .software-sisp p span { 575 #block-community-tabs .software-sisp p span {
570 color: #797979; 576 color: #797979;
571 } 577 }
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
@@ -64,7 +64,7 @@ @@ -64,7 +64,7 @@
64 } 64 }
65 65
66 #content #software-information-block-table #col-software-name b { 66 #content #software-information-block-table #col-software-name b {
67 - font: normal normal normal 15px/21px arial, 'open_sansregular', helvetica, sans-serif; 67 + font: normal normal normal 16px/21px arial, 'open_sansregular', helvetica, sans-serif;
68 } 68 }
69 69
70 /*** end of Software Header ***/ 70 /*** end of Software Header ***/
@@ -211,6 +211,10 @@ @@ -211,6 +211,10 @@
211 211
212 #content .box-1 .categories-and-tags-block{ 212 #content .box-1 .categories-and-tags-block{
213 border-top: 4px solid #2C4B6B; 213 border-top: 4px solid #2C4B6B;
  214 + margin-top: 26px;
  215 + padding-bottom: 15px;
  216 + border-bottom: 1px solid #D3D6DE;
  217 + margin-bottom: 60px;
214 } 218 }
215 219
216 #content .box-1 .categories-and-tags-block .block-title{ 220 #content .box-1 .categories-and-tags-block .block-title{
@@ -219,7 +223,7 @@ @@ -219,7 +223,7 @@
219 padding: 3px 0px; 223 padding: 3px 0px;
220 background: none; 224 background: none;
221 color: #5E82C6; 225 color: #5E82C6;
222 - font-family: Arial; 226 + font-family: Arial, verdana;
223 font-size: 12px; 227 font-size: 12px;
224 font-weight: 300; 228 font-weight: 300;
225 } 229 }
@@ -227,18 +231,19 @@ @@ -227,18 +231,19 @@
227 #content .box-1 .categories-and-tags-block .category_cloud{ 231 #content .box-1 .categories-and-tags-block .category_cloud{
228 margin: 0px; 232 margin: 0px;
229 position: relative; 233 position: relative;
230 - top: 7px; 234 + top: 9px;
231 } 235 }
232 236
233 #content .box-1 .categories-and-tags-block .category_cloud a{ 237 #content .box-1 .categories-and-tags-block .category_cloud a{
234 display: inline-block; 238 display: inline-block;
235 - padding: 3px 10px; 239 + padding: 1px 10px;
236 margin: 5px; 240 margin: 5px;
237 color: #3E67B1; 241 color: #3E67B1;
238 background-color: #ECEDF1; 242 background-color: #ECEDF1;
239 border: 1px solid #D3D6DE; 243 border: 1px solid #D3D6DE;
240 border-radius: 3px; 244 border-radius: 3px;
241 font-size: 12px; 245 font-size: 12px;
  246 + font-family: Arial, verdana;
242 } 247 }
243 248
244 #content .box-1 .categories-and-tags-block .category_cloud a:hover{ 249 #content .box-1 .categories-and-tags-block .category_cloud a:hover{
src/noosfero-spb/noosfero-spb-theme/css/use-report.css
@@ -454,9 +454,8 @@ @@ -454,9 +454,8 @@
454 border-bottom: 1px solid #D3D6DE; 454 border-bottom: 1px solid #D3D6DE;
455 border-top: none; 455 border-top: none;
456 color: #172738; 456 color: #172738;
457 - font-size: 20px; 457 + font-size: 22px;
458 font-weight: 700; 458 font-weight: 700;
459 - letter-spacing: 1.8px;  
460 margin-bottom: 0px; 459 margin-bottom: 0px;
461 padding: 0px 0px 12px 4px; 460 padding: 0px 0px 12px 4px;
462 } 461 }