mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 07:58:41 +01:00
Nicer default styling for image buttons, and default vertical alignment for hboxes
This commit is contained in:
parent
29f8a562e2
commit
d8ae1a63a4
@ -46,6 +46,7 @@ div.et2_hbox {
|
|||||||
}
|
}
|
||||||
div.et2_hbox>* {
|
div.et2_hbox>* {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.et2_hbox_left {
|
div.et2_hbox_left {
|
||||||
@ -183,6 +184,7 @@ a.et2_url.url {
|
|||||||
}
|
}
|
||||||
.et2_button_icon {
|
.et2_button_icon {
|
||||||
border: none;
|
border: none;
|
||||||
|
height: 20px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user