Fix style regression on contacts page from #6697 for notification dropdown and no contacts well

This commit is contained in:
Steffen van Bergerem 2016-02-24 22:46:47 +01:00
parent 410ddc3cb7
commit 5692190f09

View file

@ -1,7 +1,7 @@
.page-contacts {
.sidebar { padding-bottom: 10px; }
.header {
.stream.contacts .header {
border-bottom: 1px solid $border-grey;
min-height: 55px;
form { margin: 0; }
@ -65,7 +65,7 @@
text-align: center;
margin-top: 50px;
}
.well { margin: 20px 0 10px; }
.well { margin: 10px; }
}
}