Commit 7ffd634215ac4917ce7b1449b06a6443bac6801a

Authored by Valessio Brito
1 parent 972d6f61

Adjust position search in internal pages

Showing 1 changed file with 10 additions and 2 deletions   Show diff stats
@@ -18,6 +18,7 @@ @@ -18,6 +18,7 @@
18 #search-header { 18 #search-header {
19 position: relative; 19 position: relative;
20 width: 960px; 20 width: 960px;
  21 + top: -50px;
21 margin: auto; 22 margin: auto;
22 } 23 }
23 #search-header .search-field { 24 #search-header .search-field {
@@ -56,12 +57,19 @@ @@ -56,12 +57,19 @@
56 } 57 }
57 58
58 /* Social Buttons */ 59 /* Social Buttons */
  60 +#profile-header {
  61 + position: relative;
  62 + max-height: 190px;
  63 + min-height: 80px;
  64 +}
  65 +
59 #social-buttons { 66 #social-buttons {
60 - float: right; 67 + position: absolute;
61 text-align: right; 68 text-align: right;
62 width: 200px; 69 width: 200px;
63 - margin-top: -30px;  
64 height: 30px; 70 height: 30px;
  71 + right: 40px;
  72 + top: 80px;
65 } 73 }
66 74
67 #social-buttons a { 75 #social-buttons a {