Skip to content

Commit

Permalink
Merge pull request #29 from nextcloud/feature/better-looking-cancel-btn
Browse files Browse the repository at this point in the history
Styles input left button right element.
  • Loading branch information
georgehrke committed Sep 18, 2016
2 parents e6cb612 + 7ac7bd6 commit 9a14261
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@
}

.input-with-button-on-right-side {
width: 85% !important;
width: 76% !important;
float: left;
margin-right: 6px !important;
}

.button-next-to-input {
height: 32px;
width: 5%;
width: 32px;
}

0 comments on commit 9a14261

Please sign in to comment.