Created
June 5, 2015 07:31
-
-
Save orloffv/3b6137428087f15e8b80 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| body.application-is-loaded #loading-bar-spinner{ | |
| display: none ! important; | |
| } | |
| body.application-is-loaded .body-container-wrapper { | |
| opacity: 1; | |
| } | |
| body.application-is-loading #loading-bar-spinner{ | |
| left: 50%; | |
| top: 50%; | |
| margin-left: -25px; | |
| margin-top: -25px; | |
| } | |
| body.application-is-loading #loading-bar-spinner .spinner-icon { | |
| width: 50px; | |
| height: 50px; | |
| border-radius: 40px; | |
| } | |
| body.application-is-loading .body-container-wrapper { | |
| opacity: 0; | |
| } | |
| .body-container-wrapper { | |
| -moz-transition: opacity 0.6s ease; | |
| -o-transition: opacity 0.6s ease; | |
| -webkit-transition: opacity 0.6s ease; | |
| transition: opacity 0.6s ease; | |
| } | |
| #no-javascript { | |
| text-align:center; | |
| margin-top: 150px; | |
| font-size: 20px; | |
| } | |
| #no-javascript div{ | |
| display: inline-block; | |
| zoom: 1; | |
| display*: inline; /* ie hack */ | |
| width: 50%; | |
| } | |
| .selected-category { | |
| border-bottom: 1px solid black; | |
| } | |
| .ta-editor { | |
| min-height: 300px; | |
| height: auto; | |
| overflow: auto; | |
| font-family: inherit; | |
| font-size: 100%; | |
| margin:20px 0; | |
| } | |
| .body.container-fluid .submenu { | |
| margin-left: -14px; | |
| } | |
| .modal.fade { | |
| opacity: 1!important; | |
| } | |
| .modal.fade .modal-dialog, .modal.in .modal-dialog { | |
| -webkit-transform: translate(0, 0)!important; | |
| -ms-transform: translate(0, 0)!important; | |
| transform: translate(0, 0)!important; | |
| } | |
| .t-fixed { | |
| position: fixed; | |
| } | |
| .t-absolute { | |
| position: absolute; | |
| } | |
| .t-align-left: { | |
| text-align: left; | |
| } | |
| .t-align-right: { | |
| text-align: right; | |
| } | |
| .t-align-center: { | |
| text-align: center; | |
| } | |
| .t-body { | |
| line-height: 18px; | |
| } | |
| .tips { | |
| margin: 0 auto; | |
| position: relative; | |
| width: 100%; | |
| } | |
| .blackout { | |
| position: fixed; | |
| width: 100%; | |
| height: 100%; | |
| top: 40px; | |
| left: 0; | |
| z-index: 9978; | |
| background: rgba(0, 0, 0, 0.1); | |
| } | |
| .t-index { | |
| z-index: 9980; | |
| } | |
| .t-block { | |
| width: 300px; | |
| z-index: 65; | |
| background-color: #ffe685; | |
| padding: 10px 12px 10px 12px; | |
| border-radius: 6px; | |
| box-shadow: 0px 0px 9px 1px #bababc; | |
| } | |
| .t-block-medium { | |
| width: 200px; | |
| } | |
| .t-block-small { | |
| width: 150px; | |
| } | |
| .t-close { | |
| display: block; | |
| position: absolute; | |
| right: 3px; | |
| top: 7px; | |
| width: 12px; | |
| height: 13px; | |
| background-image: url('../../img/spr.png'); | |
| background-position: -254px -32px; | |
| outline: none; | |
| } | |
| .t-close-top-left { | |
| left: -15px; | |
| right: inherit; | |
| } | |
| .t-close-bottom-left { | |
| bottom: -20px; | |
| top: inherit; | |
| left: -15px; | |
| right: inherit; | |
| } | |
| .t-close-bottom-right { | |
| bottom: -20px; | |
| top: inherit; | |
| } | |
| .t-header { | |
| font-size: 17px; | |
| padding-bottom: 3px; | |
| margin-bottom: 5px; | |
| color: #2d3038; | |
| border-bottom: 1px dashed #6f7582; | |
| } | |
| .t-text-large { | |
| font-size: 17px; | |
| } | |
| .t-body a { | |
| border-bottom: 1px dashed #08c; | |
| } | |
| .t-body a:hover { | |
| text-decoration: none; | |
| border-bottom-color: #005580; | |
| } | |
| .t-footer { | |
| margin-top: 10px; | |
| text-align: center; | |
| } | |
| .t-arrow { | |
| position: absolute; | |
| overflow: hidden; | |
| -webkit-box-shadow: 0 16px 10px -17px #bababc; | |
| -moz-box-shadow: 0 16px 10px -17px #bababc; | |
| box-shadow: 0 16px 10px -17px #bababc; | |
| } | |
| .t-arrow:after { | |
| position: absolute; | |
| background: #ffe685; | |
| -webkit-box-shadow: 0px 0px 7px 0px #bababc; | |
| -moz-box-shadow: 0px 0px 7px 0px #bababc; | |
| box-shadow: 0px 0px 7px 0px #bababc; | |
| -webkit-transform: rotate(45deg); | |
| -moz-transform: rotate(45deg); | |
| -ms-transform: rotate(45deg); | |
| -o-transform: rotate(45deg); | |
| transform: rotate(45deg); | |
| content: ""; | |
| width: 20px; | |
| height: 20px; | |
| } | |
| .a-left { | |
| width: 20px; | |
| height: 29px; | |
| left: -19px; | |
| top: 40%; | |
| } | |
| .a-left:after { | |
| top: 4px; | |
| left: 9px; | |
| } | |
| .a-right { | |
| width: 20px; | |
| height: 29px; | |
| right: -19px; | |
| top: 40%; | |
| } | |
| .a-right:after { | |
| top: 4px; | |
| left: -10px; | |
| } | |
| .a-top { | |
| width: 29px; | |
| height: 18px; | |
| left: 40%; | |
| top: -18px; | |
| } | |
| .a-top:after { | |
| top: 8px; | |
| left: 5px; | |
| } | |
| .a-bottom { | |
| width: 29px; | |
| height: 18px; | |
| left: 40%; | |
| bottom: -18px; | |
| } | |
| .a-bottom:after { | |
| top: -10px; | |
| left: 5px; | |
| } | |
| div:focus { | |
| outline: none; | |
| } | |
| .angular-ui-tree-empty { | |
| min-height: 0px ! important; | |
| border: 0px ! important; | |
| background-image: none ! important; | |
| background-color: transparent ! important; | |
| } | |
| .dropdown-menu > li.disabled span { | |
| cursor: auto; | |
| color: #999; | |
| } | |
| .dropdown-menu > li.disabled span:hover { | |
| background-color: #fff;; | |
| } | |
| .angular-switch { | |
| background: #fff; | |
| border: 1px solid #dfdfdf; | |
| position: relative; | |
| display: inline-block; | |
| box-sizing: content-box; | |
| overflow: visible; | |
| width: 52px; | |
| height: 26px; | |
| padding: 0px; | |
| margin: 0px; | |
| border-radius: 20px; | |
| cursor: pointer; | |
| box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset; | |
| transition: 0.3s ease-out all; | |
| -webkit-transition: 0.3s ease-out all; | |
| vertical-align: middle; | |
| } | |
| .angular-switch small { | |
| background: #fff; | |
| border-radius: 100%; | |
| box-shadow: 0 1px 3px rgba(0,0,0,0.4); | |
| width: 26px; | |
| height: 26px; | |
| position: absolute; | |
| top: 0px; | |
| left: 0px; | |
| transition: 0.3s ease-out all; | |
| -webkit-transition: 0.3s ease-out all; | |
| } | |
| .angular-switch.checked { | |
| background: rgb(100, 189, 99); | |
| border-color: rgb(100, 189, 99); | |
| } | |
| .angular-switch.checked small { | |
| left: 22px; | |
| } | |
| .angular-switch.angular-switch-disabled { | |
| cursor: inherit; | |
| opacity: .55; | |
| } | |
| .average-range-form .editable-range output { | |
| padding: 0px; | |
| line-height: inherit; | |
| } | |
| .average-range-form .editable-wrap.editable-range { | |
| margin-right: 30px; | |
| } | |
| .average-range-form .save-button { | |
| margin-top: -7px; | |
| } | |
| .tc-chart-js-legend li { | |
| display: block; | |
| float: left; | |
| clear:both; | |
| padding:10px; | |
| } | |
| .tc-chart-js-legend li span { | |
| width: 25px; | |
| height: 25px; | |
| display: block; | |
| float: left; | |
| margin-right: 10px | |
| } | |
| /* MAIL TEMPLATE PLACEHOLDERS */ | |
| .template-placeholder { | |
| color: #00b2cd; | |
| } | |
| .editable-field [contenteditable=true] { | |
| height: auto; | |
| min-height: 150px; | |
| } | |
| .editable-subject-field { | |
| margin-bottom: 5px; | |
| } | |
| .average-range-form .mt5 { | |
| margin-top: 5px; | |
| } | |
| body .ui-sortable-disabled .wrap-row-question { | |
| cursor: not-allowed; | |
| } | |
| body .ui-sortable-disabled-item { | |
| border: 2px dashed #f00 !important; | |
| } | |
| .quesion-page-preview { | |
| border: 1px solid #cccccc; | |
| padding: 6px 12px; | |
| color: #555555; | |
| border-radius: 4px; | |
| background-color: rgba(238, 238, 238, 0.5); | |
| } | |
| .complexity-container { | |
| display: inline-table; | |
| } | |
| .quick-search { | |
| display: block!important; | |
| } | |
| .ta-short .ta-editor.ta-html, .ta-scroll-window.form-control { | |
| min-height: 120px; | |
| } | |
| .ta-short .ta-scroll-window > .ta-bind { | |
| min-height: 120px; | |
| } | |
| [datepicker-popup-wrap] { | |
| z-index: 1050; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment