Fix button icons position in Internet Explorer (#30 [1,2,5])

pull/5742/merge
Aleksander Machniak 8 years ago
parent ce5ed4f45c
commit ecd52b951d

@ -49,7 +49,7 @@ button.btn {
&:before {
&:extend(.font-icon-class);
display: inline-block;
float: initial;
float: none;
}
&.submit:before,
&.save:before {

@ -141,7 +141,7 @@ td.editfield { width: 99%; /* TODO */ }
a.button.icon:before {
font-size: 0.9em;
float: initial;
float: none;
display: inline-block;
width: 1em;
margin: 0;

@ -25,7 +25,7 @@
&:before {
&:extend(.font-icon-class);
display: inline;
float: initial;
float: none;
}
&.reply:before {

Loading…
Cancel
Save