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

Commit

Permalink
Bookmark form styles improvement
Browse files Browse the repository at this point in the history
Closes #6004

Auditors: @bradleyrichter

Test Plan:
  • Loading branch information
Suguru Hirahara committed Dec 3, 2016
1 parent 0b7a3a2 commit 44433c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 7 additions & 2 deletions less/forms.less
Original file line number Diff line number Diff line change
Expand Up @@ -572,15 +572,20 @@
}

.bookmarkButtons {
margin: 20px 0 10px 0;
display: flex;
justify-content: flex-end;
margin: 20px 0 10px 25%;

.removeButton,
.doneButton {
margin-right: 0;
flex-grow: 1;
}
}

.bookmarkFormInner {
padding: 10px 30px;
min-width: 250px;

h2 {
-webkit-user-select: none;
cursor: default;
Expand Down
8 changes: 0 additions & 8 deletions less/navigationBar.less
Original file line number Diff line number Diff line change
Expand Up @@ -591,14 +591,6 @@
}

#navigator {
.bookmarkButtons {
display: flex;

.removeButton {
flex-grow: 1;
}
}

.stopButton,
.reloadButton,
.homeButton {
Expand Down

0 comments on commit 44433c7

Please sign in to comment.