UI fixes after the merge
This commit is contained in:
parent
f8192a1140
commit
531ddadb8a
3 changed files with 19 additions and 17 deletions
|
@ -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;
|
||||||
}
|
}
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -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;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue