Browse Source

Add back in (x) wide fields fixes #982

pull/993/head
jlukic 10 years ago
parent
commit
4bfa102046
1 changed files with 51 additions and 1 deletions
  1. 52
      src/definitions/collections/form.less

52
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
---------------------*/

Loading…
Cancel
Save