Fixed post title height for empty strings

This commit is contained in:
Andy Strobel 2014-06-29 21:22:25 +02:00
parent 316173cf9f
commit 20d694d15f
2 changed files with 14 additions and 0 deletions

View File

@ -46,12 +46,18 @@ h4 {
#topbar-first .media-list a {
color: #555555;
}
#topbar-first .media-list li {
color: #555555;
}
#topbar-first .media-list li i.accepted {
color: #4cd9c0 !important;
}
#topbar-first .media-list li i.declined {
color: #ff8989 !important;
}
#topbar-first .media-list li.placeholder {
border-bottom: none;
}
#topbar-first .media-list .media .media-body .label {
padding: .1em .5em .1em;
}
@ -154,6 +160,7 @@ h4 {
font-weight: 300;
margin-top: 5px;
margin-bottom: 5px;
min-height: 15px;
}
.media .media-body .time {
font-size: 11px;

View File

@ -107,6 +107,8 @@ h4 {
li {
color: @colorFont3;
i.accepted {
color: @colorInfo2 !important;
}
@ -116,6 +118,10 @@ h4 {
}
}
li.placeholder {
border-bottom: none;
}
.media .media-body {
.label {
padding: .1em .5em .1em;
@ -253,6 +259,7 @@ h4 {
font-weight: 300;
margin-top: 5px;
margin-bottom: 5px;
min-height: 15px;
}
.time {