Commit e08bb161f7d54774effa6473d1e4cd12970ad870

Authored by Victor Costa
1 parent 50024d66

Css fixes

Showing 2 changed files with 22 additions and 8 deletions   Show diff stats
@@ -62,10 +62,10 @@ @@ -62,10 +62,10 @@
62 <a id="sb_face" title="Facebook" href="http://facebook.com/participabr"><span>Facebook</span></a> 62 <a id="sb_face" title="Facebook" href="http://facebook.com/participabr"><span>Facebook</span></a>
63 </li> 63 </li>
64 <li> 64 <li>
65 - <a id="sb_tweet" title="Twitter" href="http://twitter.com/participabr"><span>Twitter</span></a> 65 + <a id="sb_youtb" title="Youtube" href="#"><span>Youtube</span></a>
66 </li> 66 </li>
67 <li> 67 <li>
68 - <a id="sb_youtb" title="Youtube" href="#"><span>Youtube</span></a> 68 + <a id="sb_tweet" title="Twitter" href="http://twitter.com/participabr"><span>Twitter</span></a>
69 </li> 69 </li>
70 <li> 70 <li>
71 <a id="sb_flickr" title="Flickr" href="#"><span>Flickr</span></a> 71 <a id="sb_flickr" title="Flickr" href="#"><span>Flickr</span></a>
@@ -767,13 +767,20 @@ input.button.with-text { @@ -767,13 +767,20 @@ input.button.with-text {
767 margin-top: 10px; 767 margin-top: 10px;
768 } 768 }
769 769
770 -#social-icons a {  
771 - width: 19px;  
772 - height: 19px; 770 +#social-icons li a {
  771 + width: 20px;
  772 + height: 20px;
  773 + padding: 0px;
773 display: inline-block; 774 display: inline-block;
774 background-repeat: no-repeat; 775 background-repeat: no-repeat;
775 } 776 }
776 777
  778 +#social-icons li {
  779 + float: right;
  780 + width: 20px;
  781 + margin-left: 4px;
  782 +}
  783 +
777 #social-icons a:hover { 784 #social-icons a:hover {
778 opacity: 0.6; 785 opacity: 0.6;
779 } 786 }
@@ -815,11 +822,18 @@ background-image: url(images/icone-flickr.png); @@ -815,11 +822,18 @@ background-image: url(images/icone-flickr.png);
815 opacity: 0.6; 822 opacity: 0.6;
816 } 823 }
817 824
818 -#top-links #link-faq {  
819 - border-right: 1px solid #E7F1E9;  
820 - padding-right:5px; 825 +#theme-header .header-content #link-faq a {
  826 + border-right: 1px solid #6c9072;
  827 + padding: 0 10px;
  828 +}
  829 +#theme-header .header-content #link-contact a {
  830 + padding-left: 10px;
821 } 831 }
822 832
  833 +#theme-header #sobre {
  834 + line-height: 20px;
  835 +}
  836 +
823 /* Title Header */ 837 /* Title Header */
824 838
825 #content .main-block h1, 839 #content .main-block h1,