From 4bfa102046832eafd352faf65d7c35d6c218f75c Mon Sep 17 00:00:00 2001 From: jlukic Date: Sat, 2 Aug 2014 11:39:26 -0400 Subject: [PATCH] Add back in (x) wide fields fixes #982 --- src/definitions/collections/form.less | 52 ++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/src/definitions/collections/form.less b/src/definitions/collections/form.less index 74469b777..0ad40e0c3 100755 --- a/src/definitions/collections/form.less +++ b/src/definitions/collections/form.less @@ -501,7 +501,7 @@ /*-------------------- - Fields + Fields ---------------------*/ /* Split fields */ @@ -570,6 +570,56 @@ } +/* Sizing Combinations */ +.ui.form .one.wide.field { + width: @oneWide !important; +} +.ui.form .two.wide.field { + width: @twoWide !important; +} +.ui.form .three.wide.field { + width: @threeWide !important; +} +.ui.form .four.wide.field { + width: @fourWide !important; +} +.ui.form .five.wide.field { + width: @fiveWide !important; +} +.ui.form .six.wide.field { + width: @sixWide !important; +} +.ui.form .seven.wide.field { + width: @sevenWide !important; +} +.ui.form .eight.wide.field { + width: @eightWide !important; +} +.ui.form .nine.wide.field { + width: @nineWide !important; +} +.ui.form .ten.wide.field { + width: @tenWide !important; +} +.ui.form .eleven.wide.field { + width: @elevenWide !important; +} +.ui.form .twelve.wide.field { + width: @twelveWide !important; +} +.ui.form .thirteen.wide.field { + width: @thirteenWide !important; +} +.ui.form .fourteen.wide.field { + width: @fourteenWide !important; +} +.ui.form .fifteen.wide.field { + width: @fifteenWide !important; +} +.ui.form .sixteen.wide.field { + width: @sixteenWide !important; +} + /*-------------------- Inline Fields ---------------------*/