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