mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
Fix alignment for export button, add margin to image buttons
This commit is contained in:
parent
b66fa91b7c
commit
3c6d8ce910
@ -131,6 +131,7 @@ a.et2_url.url {
|
|||||||
.et2_button_icon {
|
.et2_button_icon {
|
||||||
border: none;
|
border: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
padding: 2px;
|
||||||
}
|
}
|
||||||
button.et2_button_text:hover {
|
button.et2_button_text:hover {
|
||||||
color: #050505;
|
color: #050505;
|
||||||
@ -598,6 +599,9 @@ label input, label span, label div, label select, label textarea {
|
|||||||
.nextmatch_header .et2_button_icon {
|
.nextmatch_header .et2_button_icon {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.nextmatch_header > .filters .et2_button_icon {
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
.nextmatch_sortheader {
|
.nextmatch_sortheader {
|
||||||
color: #003075;
|
color: #003075;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user