Skip to content

Commit

Permalink
Adjusting only input box padding on sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
nbenbarak-okta committed Jan 29, 2014
1 parent 8427d28 commit c6111e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,16 @@ ul li {

.input-lg {
height: 46px;
padding: 10px 15px;
padding: 10px 40px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}

.signup-form .input-lg {
padding: 10px 15px !important;
}

.navbar-header {
margin-left: 10px !important;
}
Expand Down

0 comments on commit c6111e3

Please sign in to comment.