Sha256: 1054f7bb999f089a5bd3b6ffc4398610fb3aff3b2d3fbbab70856efb8901e26a
Contents?: true
Size: 759 Bytes
Versions: 7
Compression:
Stored size: 759 Bytes
Contents
input[type="submit"] { @extend .btn; } /* Used on search form, our own .very-inline is added to form-inline, its SUPER inline, and allows multiple controls on a line, lined up well, with sub-groups of controls in span.control-sub-group */ .form-inline.form-very-inline { .control-group { display: inline-block; line-height: ($baseLineHeight * 2); margin-right: $umlautIndent; } .control-sub-group { display: inline-block; margin-right: $umlautIndent; } label, select, text-area, input, .uneditable-input { vertical-align: bottom; } legend + .control-group { margin-top: 0; //not sure why bootstrap did a margin here } } @media (max-width: 767px) { .umlaut-citation-link { text-align: left; } }
Version data entries
7 entries across 7 versions & 1 rubygems