From b0c8b3527844cd8578137debd2fdba3b8277e3e9 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 24 Sep 2013 15:41:01 -0700 Subject: [PATCH] Apply label, select styling to all elements by default --- ui/stylesheets/csui/_form.scss | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/ui/stylesheets/csui/_form.scss b/ui/stylesheets/csui/_form.scss index 3aded3163f3..2f158f679d4 100644 --- a/ui/stylesheets/csui/_form.scss +++ b/ui/stylesheets/csui/_form.scss @@ -12,10 +12,10 @@ border-radius: 3px; border: 1px solid black; font-size: 14px; - height: 30px; - text-indent: 8px; - width: 105%; - overflow: hidden; + padding-right: 25px; + padding-left: 10px; + padding-top: 5px; + padding-bottom: 5px; } @mixin csui-dropdown-dark { @@ -38,3 +38,8 @@ position: relative; top: 7px; } + + +// Defaults +label { @include csui-label; } +select { @include csui-dropdown; } \ No newline at end of file