Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Made font-size and padding of the buttons on about:preferences consis…
Browse files Browse the repository at this point in the history
…tent
  • Loading branch information
Suguru Hirahara committed Dec 1, 2016
1 parent a162181 commit ea1fb55
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions less/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,16 @@ span.buttonSeparator {

// for about:preferences
.prefBody {
.settingsList > .settingItem + button {
.settingsList > .settingItem + button,
.settingItem > span + button {
font-size: 0.9em;
margin-top: 20px;
padding: 5px 20px;
}

.settingsList > .settingItem + button {
margin-top: 20px;
}

.settingItem > span + button {
margin-top: 5px;
}
Expand Down

0 comments on commit ea1fb55

Please sign in to comment.