Infolog: Move toolbar buttons down to top of tab content

This commit is contained in:
nathan 2022-04-22 10:40:32 -06:00
parent eb894c50ca
commit ac3a07560e
2 changed files with 11 additions and 4 deletions

View File

@ -67,9 +67,13 @@ button.infologExtraButton:hover {
background-size: 16px;
}
.tab_toolbar {
#infolog-edit .et2_toolbar {
position: relative;
top: 19px;
}
.tab_toolbar {
position: absolute;
top: 8px;
}
.tab_toolbar > button, .tab_toolbar > et2-button {

View File

@ -132,9 +132,12 @@ button.infologExtraButton {
button.infologExtraButton:hover {
background-size: 16px;
}
.tab_toolbar {
#infolog-edit .et2_toolbar {
position: relative;
top: 19px;
}
.tab_toolbar {
position: absolute;
top: 8px;
}
.tab_toolbar > button,
.tab_toolbar > et2-button {