Commit 08baca88155cad9c1b86896ca7214ed9c4dbe832

Authored by Álvaro Fernando Matos de Souza
1 parent ba121797

Fixing four little items in:

 - Software highlights
 - Popover content
 - Results space on the Catalog Page
 - FAQ number balloon

Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com>
Signed-off-by: Peter Lima <peterlima@gmail.com>
src/noosfero-spb-theme/css/home-page.css
@@ -384,7 +384,7 @@ @@ -384,7 +384,7 @@
384 background-size: 100% 100%; 384 background-size: 100% 100%;
385 } 385 }
386 386
387 -.action-home-index #content .highlights-container{ 387 +.action-home-index #content .highlights-container {
388 border-radius: 8px; 388 border-radius: 8px;
389 border-width: 0px 0px 1px 0px; 389 border-width: 0px 0px 1px 0px;
390 border-bottom: none; 390 border-bottom: none;
@@ -396,7 +396,7 @@ @@ -396,7 +396,7 @@
396 top: 0; 396 top: 0;
397 } 397 }
398 398
399 -.action-home-index #content .highlights-image-link{ 399 +.action-home-index #content .highlights-image-link {
400 padding: 18px 0px 0px 0px; 400 padding: 18px 0px 0px 0px;
401 border-radius: 0px 0px 8px 8px; 401 border-radius: 0px 0px 8px 8px;
402 width: 220px; 402 width: 220px;
@@ -404,12 +404,12 @@ @@ -404,12 +404,12 @@
404 background-color: #fff; 404 background-color: #fff;
405 } 405 }
406 406
407 -.action-home-index #content .highlights-image-link img{ 407 +.action-home-index #content .highlights-image-link img {
408 height: 100px; 408 height: 100px;
409 max-width: 200px; 409 max-width: 200px;
410 } 410 }
411 411
412 -.action-home-index #content .highlights-label{ 412 +.action-home-index #content .highlights-label {
413 border-top: 4px solid #3b61a7; 413 border-top: 4px solid #3b61a7;
414 padding: 23px 20px 46px 20px; 414 padding: 23px 20px 46px 20px;
415 max-height: 60px; 415 max-height: 60px;
@@ -423,13 +423,13 @@ @@ -423,13 +423,13 @@
423 vertical-align: middle; 423 vertical-align: middle;
424 } 424 }
425 425
426 -.action-home-index #content .highlights-block-pager{ 426 +.action-home-index #content .highlights-block-pager {
427 float: none; 427 float: none;
428 display: block; 428 display: block;
429 text-align: center; 429 text-align: center;
430 } 430 }
431 431
432 -.action-home-index #content .highlights-block-pager a{ 432 +.action-home-index #content .highlights-block-pager a {
433 margin: 0 4px; 433 margin: 0 4px;
434 border-color: transparent; 434 border-color: transparent;
435 border-radius: 50%; 435 border-radius: 50%;
@@ -443,7 +443,7 @@ @@ -443,7 +443,7 @@
443 display: inline-block; 443 display: inline-block;
444 } 444 }
445 445
446 -.action-home-index #content .highlights-block-pager a.activeSlide{ 446 +.action-home-index #content .highlights-block-pager a.activeSlide {
447 border-color: transparent; 447 border-color: transparent;
448 background: #3e67b1; 448 background: #3e67b1;
449 color: transparent; 449 color: transparent;
@@ -456,19 +456,25 @@ @@ -456,19 +456,25 @@
456 margin: 0 0 0 55px; 456 margin: 0 0 0 55px;
457 color: #3867b7; 457 color: #3867b7;
458 cursor: pointer; 458 cursor: pointer;
  459 + font-family: Arial, helvetica, sans-serif;
459 } 460 }
460 461
461 -.action-home-index #content span.popover-span{  
462 - padding: 1px 6px;  
463 - border-radius: 50%; 462 +.action-home-index #content span.popover-span {
  463 + padding-top: 2px;
464 background-color: #3867b7; 464 background-color: #3867b7;
465 color: #ffffff; 465 color: #ffffff;
466 font-weight: bold; 466 font-weight: bold;
467 cursor: pointer; 467 cursor: pointer;
  468 + height: 15px;
  469 + font-family: arial;
  470 + width: 17px;
  471 + display: inline-block;
  472 + text-align: center;
  473 + border-radius: 50%;
468 } 474 }
469 475
470 /*** mais software block **/ 476 /*** mais software block **/
471 -.action-home-index #content #mais-software-block{ 477 +.action-home-index #content #mais-software-block {
472 margin: 11px 0px; 478 margin: 11px 0px;
473 border: 1px solid #c0c1c1; 479 border: 1px solid #c0c1c1;
474 border-radius: 8px; 480 border-radius: 8px;
src/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-theme/css/popover.css
@@ -174,6 +174,7 @@ @@ -174,6 +174,7 @@
174 vertical-align: middle; 174 vertical-align: middle;
175 color: #ff0066; 175 color: #ff0066;
176 padding: 0 5px 0 0; 176 padding: 0 5px 0 0;
  177 + font-size: 10px;
177 } 178 }
178 179
179 .highlights-popover.top > .arrow, 180 .highlights-popover.top > .arrow,
src/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-theme/css/software-pages.css
@@ -537,9 +537,9 @@ @@ -537,9 +537,9 @@
537 #content .main-block .article-body ul.etapas-publicacao li strong { 537 #content .main-block .article-body ul.etapas-publicacao li strong {
538 margin-right: 6px; 538 margin-right: 6px;
539 border-radius: 50%; 539 border-radius: 50%;
540 - padding: 1px; 540 + padding: 1px 0 0 0;
541 background: #333; 541 background: #333;
542 - height: 24px; 542 + height: 23px;
543 width: 24px; 543 width: 24px;
544 color: #fff; 544 color: #fff;
545 text-align: center; 545 text-align: center;