.control-label { display: block; } .required { .control-label { opacity: 1; font-weight: 500; &:after { content: ' * (requerido)'; opacity: .75; color: #990000; font-weight: normal; font-size: 90%; display: inline-block; *display: inline; /* IE7 inline-block hack */ *zoom: 1; vertical-align: middle; margin-left: 5px; } } } .input-clearable { padding-right: 30px !important; position:relative; z-index: 1; } .input-clearable + .close { background: none !important; box-shadow: none; border: none; position: relative; margin-left: -20px; margin-right: 8px; border-radius: 35px; height: 20px; width: 20px; padding: 0; margin-top: 5px; z-index: 3; float: none; line-height: 30px; } input.input-tall { height: 48px; } .input-append select.add-on, .input-preppend select.add-on { height: 30px; line-height: 28px; } select.input-block-level { display: inline-block; } .uneditable-textarea { white-space: pre; } .textarea-medium-height { max-height: 100px; overflow-y: auto; }