Fix alignment for export button, add margin to image buttons

This commit is contained in:
Nathan Gray 2012-04-05 21:32:57 +00:00
parent b66fa91b7c
commit 3c6d8ce910

View File

@ -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;