Fix issues with new header levels

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-09-19 14:21:39 +02:00
committed by Julius Härtl
parent 8fbd400c3c
commit 0d3916d450
2 changed files with 11 additions and 7 deletions

View File

@@ -174,7 +174,8 @@ input.input-inline {
> h2 {
white-space: nowrap;
padding: 7px;
padding: 8px 7px 5px;
margin: 0;
}
button {
@@ -394,7 +395,7 @@ input.input-inline {
text-overflow: ellipsis;
}
&.has-labels h3 {
&.has-labels h4 {
margin-top: 15px;
}
@@ -437,7 +438,7 @@ input.input-inline {
opacity: 1;
}
h3 {
h4 {
width: 100%;
padding: 0;
margin: 0 0 1px;
@@ -881,11 +882,14 @@ input.input-inline {
width: 16px;
height: 16px;
padding: 0;
margin-top: 5px;
margin-top: 10px;
}
.sharingOptionsGroup {
margin-right:10px;
}
.shareOption {
margin-top: 4px;
margin-top: 5px;
}
.avatardiv {