Merge pull request #6717 from svbergerem/fix-contacts-page-style-regression

Fix style regression on contacts page from #6697
This commit is contained in:
Dennis Schubert 2016-02-25 09:24:42 +01:00
commit 477e2572ac

View file

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