@spinner : url(data:image/gif;base64,R0lGODlhEAAQAKIAAP///9bW1szMzL29vXt7e3Nzc2ZmZv4BAiH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAHACwAAAAAEAAQAAADPAi6QRQrymJMkcwFatuLXOFt1bWEYBmNq6awGDCicUhjIYzBwTBAmc9CQBSkLJGiYKZi+EgdV60ZCwIjCQAh+QQFBwAHACwAAAYABgAIAAADE3gz1/LCwaYYbYTQYkxpnEdlRwIAIfkEBQcABwAsAAACAAYACAAAAxN4OqMnUKgoVzuEuGJMUZznZE4CACH5BAUHAAcALAIAAAAIAAYAAAMUeKozqyKKQ8iRohhTTjsa91DWkwAAIfkEBQcABwAsBgAAAAgABgAAAxR4RNddxhR3oDxjtHWEF9QHUtmRAAAh+QQFBwAHACwKAAIABgAIAAADFHhE12WmOCjbaviMgYUXzQc225EAACH5BAUHAAcALAoABgAGAAgAAAMTeEqkV8YUBaVjagwnulDel21KAgAh+QQFBwAHACwGAAoACAAGAAADFHiqRKvFmHLGOHGKLU47XPdYz5EAADs=); @alert_container_id : #qfqAlertContainer; @spinner_class : spinner; @{alert_container_id} { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; .alert { margin-bottom: 2px; } } i.@{spinner_class} { display: inline-block; background: @spinner no-repeat; //height: image-height(@spinner); //width: image-width(@spinner); height: 16px; width: 16px; } /*inline elements in horizontal mode are too much left*/ .form-horizontal { .form-inline { .form-group { margin: 0; } } /* reduce unwished padding-top offset */ .checkbox { padding-top: 7px; } .checkbox-inline { padding-top: 7px; margin-top: 0; } .radio { padding-top: 7px; } .radio-inline { padding-top: 7px; margin-top: 0px; } input[type=file] { display: inline; } } .form-inline { .control-label { font-weight: normal; } } .qfq-table-50 { min-width: 50%; width: auto; } .qfq-table-80 { min-width: 80%; width: auto; } .qfq-form-pill { border-top-right-radius: 4px; border-top-left-radius: 4px; } .qfq-form-body { padding-top: 5px; padding-bottom: 5px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } /* adjust BS padding of input elements: center */ .form-group { padding-top: 5px; padding-bottom: 5px; margin-bottom: 0; } /* adjust BS padding: Filename (=Text) of the uploaded file should be on the same base line as the label text left of it. */ .uploaded-file { padding-top: 4px; } .qfq-color-white { background-color: #ffffff; } .qfq-color-grey-1 { background-color: #dedede; } .qfq-color-grey-2 { background-color: #ededed; } .qfq-color-blue-1 { background-color: #d2dded; } .qfq-color-blue-2 { background-color: #e2eeff; } .qfq-form-right .qfq-label { text-align: right; padding-right: 0; } .qfq-child-margin-top + .qfq-child-margin-top { margin-top: 15px; } .qfq-note { padding-top: 7px; } // typeAhead Input: Default Bootstrap column width .twitter-typeahead { display: block !important; } // TypeAhead Suggestions .tt-menu { background-color: #fff; border-left: 1px solid #66afe9; border-right: 1px solid #66afe9; border-bottom: 1px solid #66afe9; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); width: 100%; } @media (min-width: 768px) { .form-horizontal .control-label { text-align: unset; } } .tt-suggestion { cursor: pointer; cursor: hand; padding-left: 12px; padding-right: 12px; padding-bottom: 6px; padding-top: 12px; } .tt-suggestion + .tt-suggestion { padding-top: 6px; } .tt-suggestion:hover { background-color: rgba(102, 175, 233, .6); } // Mit BB anschauen wie man die NOTE Felder formatiert // //.text-input { // padding-top: 7px; //} // //.text-note { // padding-top: 7px; //}