mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Infolog: Move toolbar buttons down to top of tab content
This commit is contained in:
parent
eb894c50ca
commit
ac3a07560e
@ -67,9 +67,13 @@ button.infologExtraButton:hover {
|
|||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab_toolbar {
|
#infolog-edit .et2_toolbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 19px;
|
}
|
||||||
|
|
||||||
|
.tab_toolbar {
|
||||||
|
position: absolute;
|
||||||
|
top: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab_toolbar > button, .tab_toolbar > et2-button {
|
.tab_toolbar > button, .tab_toolbar > et2-button {
|
||||||
|
@ -132,9 +132,12 @@ button.infologExtraButton {
|
|||||||
button.infologExtraButton:hover {
|
button.infologExtraButton:hover {
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
}
|
}
|
||||||
.tab_toolbar {
|
#infolog-edit .et2_toolbar {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 19px;
|
}
|
||||||
|
.tab_toolbar {
|
||||||
|
position: absolute;
|
||||||
|
top: 8px;
|
||||||
}
|
}
|
||||||
.tab_toolbar > button,
|
.tab_toolbar > button,
|
||||||
.tab_toolbar > et2-button {
|
.tab_toolbar > et2-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user