Add padding among buttons

For some reason after using the new _addButton method the padding among the buttons is not there any more. So I add it manually.
This commit is contained in:
Simone Gaiarin 2017-01-06 16:39:20 +01:00
parent abc3224fe3
commit 1c8c34b443

View file

@ -50,7 +50,7 @@ background-image: -webkit-gradient(linear, left top, left bottom,
color-stop(50%%, #7f7),
color-stop(100%%, #77f));
}
.linkb { -webkit-appearance: none; border: 0; padding: 0px; background: transparent; }
.linkb { -webkit-appearance: none; border: 0; padding: 0px 2px; background: transparent; }
.linkb:disabled { opacity: 0.3; cursor: not-allowed; }
.highlighted {