Skip to content

Commit

Permalink
Add the sized inputs right margin only if they are next to another in…
Browse files Browse the repository at this point in the history
…put.
  • Loading branch information
draganbabic committed Apr 4, 2013
1 parent 7c223a1 commit 094caf3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions css/uni-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -311,9 +311,14 @@
display: inline-block !important;
}

.uni-form .small,
.uni-form .medium,
.uni-form .auto {
/* Make spacing in between two inputs */

.uni-form .small + input,
.uni-form .medium + input,
.uni-form .auto + input,
.uni-form .small + select,
.uni-form .medium + select,
.uni-form .auto + select {
margin-right: 4px !important;
}

Expand Down

0 comments on commit 094caf3

Please sign in to comment.