mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +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 {
|
||||
border: none;
|
||||
background: transparent;
|
||||
padding: 2px;
|
||||
}
|
||||
button.et2_button_text:hover {
|
||||
color: #050505;
|
||||
@ -598,6 +599,9 @@ label input, label span, label div, label select, label textarea {
|
||||
.nextmatch_header .et2_button_icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.nextmatch_header > .filters .et2_button_icon {
|
||||
margin-top: 8px;
|
||||
}
|
||||
.nextmatch_sortheader {
|
||||
color: #003075;
|
||||
cursor: pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user