From 1a67c86b6175b548029ef8ef7e3412531c213324 Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 8 Aug 2016 09:03:50 -0700 Subject: [PATCH] Fixed select box styling --- app/assets/stylesheets/_application.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index a6be501..0f09980 100644 --- a/app/assets/stylesheets/_application.scss +++ b/app/assets/stylesheets/_application.scss @@ -3212,6 +3212,16 @@ html[data-lingua-franca-example="html"] { padding-right: 2.25em; @include _(appearance, none); } + + &.small { + @include after { + font-size: 1em; + } + + @include before { + font-size: 0.725em; + } + } } &.full select { @@ -3220,6 +3230,8 @@ html[data-lingua-franca-example="html"] { } &.inline-label { + display: inline-block; + label { float: left; margin-right: 0.5em;