Commit 476f551fa1ecd466afd0d2f1636d645694f068ff
1 parent
d8e9c951
Exists in
master
and in
22 other branches
Updated search.css to match Noosfero style
Showing
1 changed file
with
7 additions
and
14 deletions
Show diff stats
public/stylesheets/search.css
| @@ -111,8 +111,8 @@ | @@ -111,8 +111,8 @@ | ||
| 111 | font-weight: bold; | 111 | font-weight: bold; |
| 112 | font-size: 11px; | 112 | font-size: 11px; |
| 113 | line-height: 11px; | 113 | line-height: 11px; |
| 114 | - background: #B8CFE7; | ||
| 115 | - border: 1px solid #B8CFE7; | 114 | + background: #B8B8B8; |
| 115 | + border: 1px solid #B8B8B8; | ||
| 116 | border-top: none; | 116 | border-top: none; |
| 117 | padding: 0px 5px 2px 5px; | 117 | padding: 0px 5px 2px 5px; |
| 118 | } | 118 | } |
| @@ -202,9 +202,6 @@ | @@ -202,9 +202,6 @@ | ||
| 202 | display:block; | 202 | display:block; |
| 203 | margin:0 0 15px 0; | 203 | margin:0 0 15px 0; |
| 204 | } | 204 | } |
| 205 | -li.article-item .search-result-title { | ||
| 206 | - color: #007788; | ||
| 207 | -} | ||
| 208 | .search-article-tags, | 205 | .search-article-tags, |
| 209 | .search-uploaded-file-description, | 206 | .search-uploaded-file-description, |
| 210 | .search-article-author-name, | 207 | .search-article-author-name, |
| @@ -309,7 +306,6 @@ li.search-product-item { | @@ -309,7 +306,6 @@ li.search-product-item { | ||
| 309 | } | 306 | } |
| 310 | .search-product-price { | 307 | .search-product-price { |
| 311 | float: left; | 308 | float: left; |
| 312 | - color: #249DCB; | ||
| 313 | font-size: 120%; | 309 | font-size: 120%; |
| 314 | font-weight: bold; | 310 | font-weight: bold; |
| 315 | line-height: 14px; | 311 | line-height: 14px; |
| @@ -317,7 +313,6 @@ li.search-product-item { | @@ -317,7 +313,6 @@ li.search-product-item { | ||
| 317 | } | 313 | } |
| 318 | .search-product-unit { | 314 | .search-product-unit { |
| 319 | float: left; | 315 | float: left; |
| 320 | - color: #249DCB; | ||
| 321 | line-height: 14px; | 316 | line-height: 14px; |
| 322 | font-size: 80%; | 317 | font-size: 80%; |
| 323 | padding: 4px 0px 0px 0px; | 318 | padding: 4px 0px 0px 0px; |
| @@ -480,7 +475,7 @@ li.search-product-item { | @@ -480,7 +475,7 @@ li.search-product-item { | ||
| 480 | -khtml-border-radius: 4px; | 475 | -khtml-border-radius: 4px; |
| 481 | border-radius: 4px; | 476 | border-radius: 4px; |
| 482 | margin: 0px 5px 5px 0; | 477 | margin: 0px 5px 5px 0; |
| 483 | - background: #B1DFEF; | 478 | + background: #B1B1B1; |
| 484 | text-decoration: none; | 479 | text-decoration: none; |
| 485 | } | 480 | } |
| 486 | .facet-selected-label { | 481 | .facet-selected-label { |
| @@ -511,13 +506,12 @@ li.search-product-item { | @@ -511,13 +506,12 @@ li.search-product-item { | ||
| 511 | padding-bottom: 10px; | 506 | padding-bottom: 10px; |
| 512 | } | 507 | } |
| 513 | #facets-menu .facet-menu-label { | 508 | #facets-menu .facet-menu-label { |
| 514 | - background:#E8F5FB; | 509 | + background:#E8E8E8; |
| 515 | text-transform:uppercase; | 510 | text-transform:uppercase; |
| 516 | padding:10px 10px 2px 10px; | 511 | padding:10px 10px 2px 10px; |
| 517 | margin:0 0 15px 0; | 512 | margin:0 0 15px 0; |
| 518 | } | 513 | } |
| 519 | #facets-menu .facet-menu-options a { | 514 | #facets-menu .facet-menu-options a { |
| 520 | - color: #007788; | ||
| 521 | font-size: 1em; | 515 | font-size: 1em; |
| 522 | } | 516 | } |
| 523 | .facet-menu-item { | 517 | .facet-menu-item { |
| @@ -527,19 +521,19 @@ li.search-product-item { | @@ -527,19 +521,19 @@ li.search-product-item { | ||
| 527 | padding:2px 0; | 521 | padding:2px 0; |
| 528 | } | 522 | } |
| 529 | .facet-menu-less-options .facet-result-link-selected { | 523 | .facet-menu-less-options .facet-result-link-selected { |
| 530 | - background-color: #B1DFEF; | 524 | + background-color: #B1B1B1; |
| 531 | } | 525 | } |
| 532 | .facet-menu-less-options .facet-result-link-selected .facet-result-extra-label, | 526 | .facet-menu-less-options .facet-result-link-selected .facet-result-extra-label, |
| 533 | .facet-menu-less-options .facet-result-link-selected .facet-result-count { | 527 | .facet-menu-less-options .facet-result-link-selected .facet-result-count { |
| 534 | color: #777; | 528 | color: #777; |
| 535 | } | 529 | } |
| 536 | .facet-menu-less-options .facet-result-link-selected a { | 530 | .facet-menu-less-options .facet-result-link-selected a { |
| 537 | - border-left: 4px solid #00A5D3; | 531 | + border-left: 4px solid #000000; |
| 538 | padding-left: 4px; | 532 | padding-left: 4px; |
| 539 | color: #000 !important; | 533 | color: #000 !important; |
| 540 | } | 534 | } |
| 541 | .facet-menu-more-options .facet-result-link-selected a { | 535 | .facet-menu-more-options .facet-result-link-selected a { |
| 542 | - border-left: 4px solid #B1DFEF; | 536 | + border-left: 4px solid #000000; |
| 543 | padding-left: 4px; | 537 | padding-left: 4px; |
| 544 | } | 538 | } |
| 545 | .facet-menu-more-options { | 539 | .facet-menu-more-options { |
| @@ -679,7 +673,6 @@ li.search-product-item hr { | @@ -679,7 +673,6 @@ li.search-product-item hr { | ||
| 679 | display: inline-block; | 673 | display: inline-block; |
| 680 | } | 674 | } |
| 681 | .search-field .formfield input { | 675 | .search-field .formfield input { |
| 682 | - border: 1px solid #231F20; | ||
| 683 | height: 35px; | 676 | height: 35px; |
| 684 | width: 530px; | 677 | width: 530px; |
| 685 | } | 678 | } |