mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
Fixed post title height for empty strings
This commit is contained in:
parent
316173cf9f
commit
20d694d15f
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user