Change position of the "Add new address" button

This commit is contained in:
touffies
2013-11-05 16:38:36 +01:00
parent c0981671bf
commit e13c5dc3d5

View File

@@ -4,7 +4,7 @@
#delivery-address {
.panel-heading {
position: relative;
> .btn-add-address { position: absolute; top: 3px; right: 5px; margin:0; padding: 0; text-transform: none; }
> .btn-add-address { position: absolute; top: 7px; right: 10px; margin:0; padding: 0; text-transform: none; }
}
}