UI fixes after the merge

This commit is contained in:
Joseph Schorr 2015-04-20 13:26:48 -04:00
parent f8192a1140
commit 531ddadb8a
3 changed files with 19 additions and 17 deletions

View file

@ -13,5 +13,6 @@
.filter-box .filter-message { .filter-box .filter-message {
display: inline-block; display: inline-block;
margin-right: 10px; margin-right: 10px;
margin-bottom: 10px;
color: #ccc; color: #ccc;
} }

View file

@ -7,20 +7,3 @@
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 0px; margin-top: 0px;
} }
.org-view .section-description-header {
padding-left: 40px;
position: relative;
margin-bottom: 20px;
min-height: 50px;
}
.org-view .section-description-header:before {
font-family: FontAwesome;
content: "\f05a";
position: absolute;
top: -4px;
left: 6px;
font-size: 27px;
color: #888;
}

View file

@ -4744,3 +4744,21 @@ i.rocket-icon {
text-align: center; text-align: center;
} }
.section-description-header {
padding-left: 40px;
position: relative;
margin-bottom: 20px;
min-height: 50px;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.section-description-header:before {
font-family: FontAwesome;
content: "\f05a";
position: absolute;
top: -4px;
left: 6px;
font-size: 27px;
color: #888;
}