align search and avatar with top of header name field

This commit is contained in:
Mads Rasmussen
2015-09-01 13:26:33 +02:00
parent 343c6fce98
commit 8dff529fea
3 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ body {
}
#search-form form{
margin-top: 29px;
margin-top: 17px;
}
#navigation {

View File

@@ -361,7 +361,7 @@
.umb-panel-header-content.-top-position {
position: relative;
top: -20px;
top: -14px;
}
.umb-panel-header-left-side {

View File

@@ -65,8 +65,8 @@ ul.sections:hover a span {
// -------------------------
ul.sections li.avatar {
height: 62px;
padding: 35px 0 2px 0;
height: 75px;
padding: 22px 0 2px 0;
text-align: center;
margin: 0 0 0 -4px;
border-bottom: 1px solid @grayDark;