move that icon over

This commit is contained in:
ablwr 2015-03-20 22:11:55 -04:00
parent 65e1009e37
commit a96f396201

View File

@ -13,14 +13,14 @@ span .btn {
backface-visibility: hidden; backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
position: relative; position: relative;
padding-right: 2.5em; padding-left: 2.5em;
-webkit-transition-duration: 0.3s; -webkit-transition-duration: 0.3s;
transition-duration: 0.3s; transition-duration: 0.3s;
} }
span .btn:before { span .btn:before {
content: "\f1c8"; content: "\f1c8";
position: absolute; position: absolute;
right: 1em; left: 1em;
padding: 0 1px; padding: 0 1px;
font-family: FontAwesome; font-family: FontAwesome;
-webkit-transform: translateZ(0); -webkit-transform: translateZ(0);