forked from extern/egroupware
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>* {
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div.et2_hbox_left {
|
||||
@ -183,6 +184,7 @@ a.et2_url.url {
|
||||
}
|
||||
.et2_button_icon {
|
||||
border: none;
|
||||
height: 20px;
|
||||
background: transparent;
|
||||
padding: 2px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user