Commit f5dbbeb47045c886e6fe1bb4f9ca853ea1de7474

Authored by Sidney Ricardo
1 parent 909bed60

Fix colors and sizes.

Showing 2 changed files with 38 additions and 21 deletions   Show diff stats
page-inicial.css
... ... @@ -18,10 +18,10 @@
18 18  
19 19 #search-Gadget {
20 20 width:95%;
21   - padding:5px;
  21 + padding:8px;
22 22 margin:5px;
23 23 border-radius:4px;
24   -
  24 + border: none;
25 25 }
26 26 .searchButton-catalog{
27 27 background-color: #1A397D; /*#193A7D;*/
... ... @@ -38,32 +38,29 @@
38 38 background-color:#192758; /*#172857;*/
39 39 color:#FFFFFF;
40 40 border-top:1px solid;
41   - padding:2px;
42 41 border-bottom-left-radius:4px;
43 42 border-bottom-right-radius:4px;
44 43 }
45 44  
46   -#search-catalog-footer p{
47   - margin:5px;
  45 +#search-catalog-footer p {
48 46 text-align:right;
49 47 text-transform: uppercase;
50   - margin-right: 32px;
51 48 }
52 49  
53 50 #bt_catalog-search::after {
54   -content:'>';
55   -position: absolute;
56   -padding-left: 2px;
57   -/*margin-top: -2px;*/
58   -right: 10px;
59   -width: 18px;
60   -height: 20px;
61   -color: #172857;
62   -background: #eee;
63   -border-radius: 4px;
64   -font-size: 16px;
65   -line-height: 20px;
66   -text-align: center;
  51 + content:'>';
  52 + padding-left: 8px;
  53 + padding-right: 5px;
  54 + /*margin-top: -2px;*/
  55 + right: 10px;
  56 + width: 18px;
  57 + height: 20px;
  58 + color: #172857;
  59 + background: #eee;
  60 + border-radius: 4px;
  61 + font-size: 16px;
  62 + line-height: 20px;
  63 + text-align: center;
67 64 }
68 65  
69 66 /**********************************************************/
... ... @@ -310,7 +307,7 @@ margin: -10px 0px 10px 20px; /*-20px 20px;
310 307 .block.display-content-block .title {
311 308 padding-left: 160px;
312 309 padding-right: 0px;
313   - max-height: 40px;
  310 + max-height: 33px;
314 311 overflow: hidden;
315 312 }
316 313  
... ...
style.css
... ... @@ -423,6 +423,12 @@ p {
423 423 width: 490px;
424 424 }
425 425  
  426 +
  427 +#content .box .article-block .short-post {
  428 + padding-top: 10px;
  429 +}
  430 +
  431 +
426 432 /* padrao do box */
427 433 #content .box .block-title {
428 434 font-size: 12px;
... ... @@ -446,7 +452,7 @@ p {
446 452  
447 453 #content .read-more a {
448 454 line-height: 20px;
449   - padding: 10px 8px 8px 8px;
  455 + padding: 8px;
450 456 display: block
451 457 }
452 458  
... ... @@ -488,6 +494,20 @@ p {
488 494 padding: 0 10px;
489 495 }
490 496  
  497 +#content .search-catalog-block #search-catalog-footer a {
  498 + display: block;
  499 + color: #FFF;
  500 + padding: 8px;
  501 +}
  502 +
  503 +#content .search-catalog-block #search-catalog-footer p {
  504 + margin: 0px;
  505 +}
  506 +
  507 +#content .search-catalog-block #search-catalog-footer a:hover {
  508 + background-color: #101A38
  509 +}
  510 +
491 511 /**/
492 512  
493 513 /*#content .box-1 .block-title {
... ...