trying to fix this²

This commit is contained in:
Andreas N 2015-02-12 16:57:51 +01:00
parent 8e9a893c79
commit 136b4dbba5
2 changed files with 5 additions and 5 deletions

View File

@ -116,7 +116,7 @@
margin-top: 2px;
}
.profile--image-dropdown .dropdown-toggle {
padding-top: 16px;
padding-bottom: 16px;
.profile--image-dropdown {
padding-top: 16px !important;
padding-bottom: 16px !important;
}

View File

@ -1,5 +1,5 @@
%li.dropdown.profile--image-dropdown
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
%li.dropdown
%a.dropdown-toggle.profile--image-dropdown{href: "#", "data-toggle" => "dropdown"}
%img.img-rounded.answerbox--img.hidden-xs{src: current_user.profile_picture.url(:small)}
%span.visible-xs= current_user.screen_name
%b.caret