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;
-moz-osx-font-smoothing: grayscale;
position: relative;
padding-right: 2.5em;
padding-left: 2.5em;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}
span .btn:before {
content: "\f1c8";
position: absolute;
right: 1em;
left: 1em;
padding: 0 1px;
font-family: FontAwesome;
-webkit-transform: translateZ(0);