From 7ffd634215ac4917ce7b1449b06a6443bac6801a Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Sat, 8 Mar 2014 02:29:41 -0300 Subject: [PATCH] Adjust position search in internal pages --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index afaf862..92532f4 100644 --- a/style.css +++ b/style.css @@ -18,6 +18,7 @@ #search-header { position: relative; width: 960px; + top: -50px; margin: auto; } #search-header .search-field { @@ -56,12 +57,19 @@ } /* Social Buttons */ +#profile-header { + position: relative; + max-height: 190px; + min-height: 80px; +} + #social-buttons { - float: right; + position: absolute; text-align: right; width: 200px; - margin-top: -30px; height: 30px; + right: 40px; + top: 80px; } #social-buttons a { -- libgit2 0.21.2