From 2db7bbbb1233e97f60aad4bfe1462630b1b99237 Mon Sep 17 00:00:00 2001 From: Dragan Babic Date: Thu, 4 Apr 2013 12:41:53 +0200 Subject: [PATCH] Add the sized inputs right margin only if they are next to another input. --- css/uni-form.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/uni-form.css b/css/uni-form.css index 5f371d0..13c642f 100755 --- a/css/uni-form.css +++ b/css/uni-form.css @@ -311,9 +311,9 @@ display: inline-block !important; } -.uni-form .small, -.uni-form .medium, -.uni-form .auto { +.uni-form .small + input, +.uni-form .medium + input, +.uni-form .auto + input { margin-right: 4px !important; }