diff -r ee144ed6fb03 -r 1ee4e482bfe7 src/pyams_skin/resources/css/myams.css --- a/src/pyams_skin/resources/css/myams.css Thu Feb 13 12:11:01 2020 +0100 +++ b/src/pyams_skin/resources/css/myams.css Mon Jun 29 22:33:36 2020 +0200 @@ -2222,9 +2222,9 @@ animation-fill-mode: both; } .animated.fast { - -webkit-animation-duration: .4s; - -ms-animation-duration: .4s; - animation-duration: .4s; + -webkit-animation-duration: 0.4s; + -ms-animation-duration: 0.4s; + animation-duration: 0.4s; } .animated.hinge { -webkit-animation-duration: 2s; @@ -2485,21 +2485,21 @@ animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; - -webkit-animation-duration: .5s; - animation-duration: .5s; + -webkit-animation-duration: 0.5s; + animation-duration: 0.5s; } .animated.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; - -webkit-animation-duration: .25s; - animation-duration: .25s; + -webkit-animation-duration: 0.25s; + animation-duration: 0.25s; } .animated.fade { opacity: 0; - -webkit-transition: opacity .15s linear; - transition: opacity .15s linear; + -webkit-transition: opacity 0.15s linear; + transition: opacity 0.15s linear; } [class*=" bg-"], [class^=bg-] { @@ -3093,29 +3093,29 @@ */ @font-face { font-family: 'Ubuntu'; - src: url('fonts/Ubuntu-C.eot'); - src: url('fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-C.woff') format('woff'), url('fonts/Ubuntu-C.ttf') format('truetype'), url('fonts/Ubuntu-C.svg') format('svg'); + src: url('./fonts/Ubuntu-C.eot'); + src: url('./fonts/Ubuntu-C.eot?#iefix') format('embedded-opentype'), url('./fonts/Ubuntu-C.woff') format('woff'), url('./fonts/Ubuntu-C.ttf') format('truetype'), url('./fonts/Ubuntu-C.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Ubuntu-Light'; - src: url('fonts/Ubuntu-L.eot'); - src: url('fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-L.woff') format('woff'), url('fonts/Ubuntu-L.ttf') format('truetype'), url('fonts/Ubuntu-L.svg') format('svg'); + src: url('./fonts/Ubuntu-L.eot'); + src: url('./fonts/Ubuntu-L.eot?#iefix') format('embedded-opentype'), url('./fonts/Ubuntu-L.woff') format('woff'), url('./fonts/Ubuntu-L.ttf') format('truetype'), url('./fonts/Ubuntu-L.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Ubuntu-Bold'; - src: url('fonts/Ubuntu-B.eot'); - src: url('fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'), url('fonts/Ubuntu-B.woff') format('woff'), url('fonts/Ubuntu-B.ttf') format('truetype'), url('fonts/Ubuntu-B.svg') format('svg'); + src: url('./fonts/Ubuntu-B.eot'); + src: url('./fonts/Ubuntu-B.eot?#iefix') format('embedded-opentype'), url('./fonts/Ubuntu-B.woff') format('woff'), url('./fonts/Ubuntu-B.ttf') format('truetype'), url('./fonts/Ubuntu-B.svg') format('svg'); font-weight: bold; font-style: normal; } @font-face { font-family: 'OpenSans'; - src: url('fonts/OpenSans-Regular.eot'); - src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.svg') format('svg'); + src: url('./fonts/OpenSans-Regular.eot'); + src: url('./fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('./fonts/OpenSans-Regular.woff2') format('woff2'), url('./fonts/OpenSans-Regular.woff') format('woff'), url('./fonts/OpenSans-Regular.ttf') format('truetype'), url('./fonts/OpenSans-Regular.svg') format('svg'); font-weight: normal; font-style: normal; } @@ -3159,13 +3159,13 @@ vertical-align: middle!important; } .opacity-25 { - opacity: 0.25!important; + opacity: 0.25 !important; } .opacity-50 { - opacity: 0.5!important; + opacity: 0.5 !important; } .opacity-75 { - opacity: 0.75!important; + opacity: 0.75 !important; } .opacity-100, .opaque { @@ -3817,7 +3817,7 @@ display: inline!important; } .hover-transparent { - opacity: .5; + opacity: 0.5; } .hover-transparent:hover { opacity: 1; @@ -3889,13 +3889,13 @@ padding: 3px 6px 2px; } .label { - padding: 0.3em .6em .1em; + padding: 0.3em 0.6em 0.1em; } .cursor-pointer { cursor: pointer; } .selected { - border: 1px solid #0091d9!important; + border: 1px solid #0091d9 !important; } tr.selected { background-color: #dcebff; @@ -4370,7 +4370,7 @@ } } #activity.active .badge { - background: #006fa6!important; + background: #006fa6 !important; } .header-search { position: relative; @@ -4522,7 +4522,7 @@ } #left-panel #ajax-gear { position: absolute; - left: calc(49%); + left: calc(50% - 1em); top: 5px; } #left-panel .version { @@ -4775,8 +4775,8 @@ margin-top: 5px; margin-bottom: 10px; font-size: 19px; - -webkit-transition: all .1s linear 0s; - transition: all .1s linear 0s; + -webkit-transition: all 0.1s linear 0s; + transition: all 0.1s linear 0s; } .minifyme:hover { background: #646464; @@ -4941,7 +4941,7 @@ max-height: 180px!important; overflow-y: scroll; overflow-x: hidden; - background: #ed1c24!important; + background: #ed1c24 !important; } .minified #left-panel > ul ul li::before, .minified nav > ul ul li::before { @@ -5543,7 +5543,7 @@ width: 15px; cursor: pointer; font-size: 18px; - opacity: .5; + opacity: 0.5; display: block; top: 15px; } @@ -5570,7 +5570,7 @@ padding: 0; margin: 0; font-size: 13px; - line-height: .5em; + line-height: 0.5em; list-style: none; position: relative; background-color: #58635b; @@ -5888,7 +5888,7 @@ .ui-menu .ui-menu-item a { text-decoration: none; display: block; - padding: 2px .4em; + padding: 2px 0.4em; line-height: 1.5; min-height: 0; font-weight: 400; @@ -5908,7 +5908,7 @@ white-space: nowrap; } .ui-menu .ui-menu-item a.ui-state-active { - padding: 1px .4em; + padding: 1px 0.4em; } .ui-menu .ui-menu-item a .ui-menu-icon { width: auto; @@ -5927,9 +5927,9 @@ border-width: 1px 0 0; } .ui-menu .ui-state-disabled { - margin: .4em 0 .2em!important; + margin: 0.4em 0 0.2em !important; background: none!important; - color: #999!important; + color: #999 !important; font-weight: 400!important; cursor: default; line-height: 1.5; @@ -5946,8 +5946,8 @@ } .ui-menu .ui-icon { position: absolute; - top: .2em; - left: .2em; + top: 0.2em; + left: 0.2em; } .ui-menu .ui-menu-icon { position: static; @@ -5972,8 +5972,8 @@ .open > .dropdown-menu { -webkit-animation-name: flipInX; animation-name: flipInX; - -webkit-animation-duration: .4s; - animation-duration: .4s; + -webkit-animation-duration: 0.4s; + animation-duration: 0.4s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @@ -5987,7 +5987,7 @@ padding: 3px 10px; } .dropdown-menu-xs > li > a:hover i { - color: #fff!important; + color: #fff !important; } .dropdown-submenu { position: relative; @@ -6119,8 +6119,8 @@ .active + #user-activity .ajax-dropdown { -webkit-animation-name: flipInY; animation-name: flipInY; - -webkit-animation-duration: .7s; - animation-duration: .7s; + -webkit-animation-duration: 0.7s; + animation-duration: 0.7s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } @@ -6144,7 +6144,7 @@ padding: 3px 20px; clear: both; font-weight: 400; - line-height: 1.428571429; + line-height: 1.42857143; color: #333; white-space: normal; } @@ -6232,7 +6232,7 @@ border: 0; } .wijmo-wijmenu .wijmo-wijmenu-parent .wijmo-wijmenu-child { - padding: .3em 0; + padding: 0.3em 0; } .wijmo-wijmenu .wijmo-wijmenu-item { margin: 0; @@ -6337,19 +6337,19 @@ color: #333; } .nav-tabs > li > a.xsmall { - line-height: 1.0; + line-height: 1; padding: 3px 8px; } .nav-tabs > li > a .label { display: inline-block; font-size: 11px; margin-left: 5px; - opacity: .5; + opacity: 0.5; } .nav-tabs > li > a .badge { font-size: 11px; padding: 4px 5px 2px; - opacity: .5; + opacity: 0.5; margin-left: 5px; min-width: 17px; font-weight: 400; @@ -6359,7 +6359,7 @@ margin-left: 0; } .nav-tabs > li > a > .fa { - opacity: .5; + opacity: 0.5; } .nav-tabs.small > li > a { padding: 2px 8px; @@ -6585,16 +6585,16 @@ list-style-type: none; } img.online { - border-left-color: #40ac2b!important; + border-left-color: #40ac2b !important; } img.busy { - border-left-color: #ed1c24!important; + border-left-color: #ed1c24 !important; } img.offline { - border-left-color: #ddd!important; + border-left-color: #ddd !important; } img.away { - border-left-color: #ffc40d!important; + border-left-color: #ffc40d !important; } pre { padding: 5px!important; @@ -6828,7 +6828,7 @@ } .well[class*=" bg-"], .well[class^=bg-] { - border: 1px solid #555!important; + border: 1px solid #555 !important; } .note { margin-top: 6px; @@ -7013,8 +7013,8 @@ .progress.vertical .progress-bar { width: 100%; height: 0; - -webkit-transition: height .6s ease; - transition: height .6s ease; + -webkit-transition: height 0.6s ease; + transition: height 0.6s ease; } .progress.wide-bar { width: 40px; @@ -7099,16 +7099,16 @@ } .dd-handle:hover, .dd-handle:hover + .dd-list .dd-handle { - background: #FDDFB3!important; + background: #FDDFB3 !important; border: 1px solid #FAA937; - color: #333!important; + color: #333 !important; } .dd-handle > span { font-size: 13px; color: #777; } .dd-hover > .dd-handle { - background: #2ea8e5!important; + background: #2ea8e5 !important; } .dd-item > button { position: relative; @@ -7526,7 +7526,7 @@ padding: 7px!important; border-radius: 3px!important; border: 0!important; - background-color: #000!important; + background-color: #000 !important; box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; @@ -7861,7 +7861,7 @@ .table-tight td, .table-tight th { padding: 4px 8px!important; - line-height: 1.3!important; + line-height: 1.3 !important; } .table-tight td input[type="text"], .table-tight th input[type="text"] { @@ -7871,7 +7871,7 @@ .table-small td, .table-small th { padding: 2px 8px!important; - line-height: 1.2!important; + line-height: 1.2 !important; } .table-small td input[type="text"], .table-small th input[type="text"] { @@ -7881,7 +7881,7 @@ .table-mini td, .table-mini th { padding: 1px 8px!important; - line-height: 1.1!important; + line-height: 1.1 !important; } .table-mini td input[type="text"], .table-mini th input[type="text"] { @@ -7909,7 +7909,7 @@ } .table-bordered .no-padding > .table-bordered tbody tr:last-child:nth-child(1) td, .table-bordered .no-padding > .table-bordered tbody tr:last-child:nth-child(2) td { - border-bottom: 1px solid #ddd!important; + border-bottom: 1px solid #ddd !important; } .no-padding .note-editable .table-bordered { border: 1px solid #ddd !important; @@ -8048,7 +8048,7 @@ } .dataTables_wrapper table.table tbody tr.active:hover td, .dataTables_wrapper table.table tbody tr.active:hover th { - background-color: #0075b0!important; + background-color: #0075b0 !important; } .dataTables_wrapper table.dataTable th:active { outline: 0; @@ -8078,11 +8078,11 @@ text-decoration: none!important; } .dataTables_wrapper ul.DTTT_dropdown.dropdown-menu a { - color: #333!important; + color: #333 !important; } .dataTables_wrapper ul.DTTT_dropdown.dropdown-menu li:hover a { background-color: #08c; - color: #fff!important; + color: #fff !important; } .dataTables_wrapper div.DTTT_print_info.modal { height: 150px; @@ -8117,7 +8117,7 @@ } .no-padding .dataTables_wrapper table.border-top, .no-padding > table.border-top { - border-top: 1px solid #ddd!important; + border-top: 1px solid #ddd !important; } .no-padding .dataTables_wrapper table tr td:first-child, .no-padding > table tr td:first-child, @@ -8152,7 +8152,7 @@ .dataTables_empty { text-align: center!important; font-size: 15px; - background: #fff!important; + background: #fff !important; padding: 20px 0!important; cursor: default; } @@ -8192,10 +8192,10 @@ } .dataTables_wrapper .details, .dataTables_wrapper .details:hover { - background: #ddd!important; + background: #ddd !important; } .dataTables_wrapper .details table td { - background: #fff!important; + background: #fff !important; } .dataTables_scrollHeadInner table.table, .dataTables_wrapper .details table.table { @@ -8320,7 +8320,7 @@ } ul.DTTT_dropdown.dropdown-menu li:hover a { background-color: #f2f2f2; - color: #333!important; + color: #333 !important; } .table_tools_group { position: absolute; @@ -8353,8 +8353,8 @@ border: 1px solid #999; cursor: pointer; *cursor: hand; - font-size: .88em; - color: #000!important; + font-size: 0.88em; + color: #000 !important; -o-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 1px 1px 3px #ccc; @@ -8463,7 +8463,7 @@ background: -webkit-linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%); background: linear-gradient(top, #fff 0, #f3f3f3 89%, #f9f9f9 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0); - opacity: .95; + opacity: 0.95; border: 1px solid #000; border: 1px solid rgba(0, 0, 0, 0.5); -o-border-radius: 6px; @@ -8539,7 +8539,7 @@ opacity: 0.5; } i.hint:hover { - opacity: 0.9!important; + opacity: 0.9 !important; } .nohints i.hint { display: none; @@ -8906,8 +8906,8 @@ label input[type=checkbox][disabled].checkbox + span:before, label input[type=checkbox][disabled].checkbox:checked + span:before, label input[type=checkbox][disabled].checkbox:checked + span:before { - background: #eee!important; - border-color: #CCC!important; + background: #eee !important; + border-color: #CCC !important; -webkit-box-shadow: none; color: #A7A7A7; box-shadow: none!important; @@ -8917,8 +8917,8 @@ cursor: not-allowed; } label:hover input[type=checkbox][disabled].checkbox:checked + span:before { - background: #eee!important; - border-color: #CCC!important; + background: #eee !important; + border-color: #CCC !important; -webkit-box-shadow: none; color: #A7A7A7; box-shadow: none!important; @@ -9003,16 +9003,16 @@ } label input[type=radio][disabled].radiobox + span:before, label input[type=radio][disabled].radiobox:checked + span:before { - background: #eee!important; - border-color: #CCC!important; + background: #eee !important; + border-color: #CCC !important; -webkit-box-shadow: none; box-shadow: none; color: #A7A7A7; } label:active input[type=radio][disabled].radiobox:checked + span:before, label:hover input[type=radio][disabled].radiobox:checked + span:before { - background: #eee!important; - border-color: #CCC!important; + background: #eee !important; + border-color: #CCC !important; -webkit-box-shadow: none; box-shadow: none; color: #A7A7A7; @@ -9075,8 +9075,8 @@ overflow: auto; padding: 0; margin: 0; - -webkit-transition: height .2s; - transition: height .2s; + -webkit-transition: height 0.2s; + transition: height 0.2s; outline: 0; resize: none; min-height: calc(11em - 30px); @@ -9197,7 +9197,7 @@ .ams-form legend.inner, .ams-form legend .inner { font-weight: 300; - font-size: 14.5px!important; + font-size: 14.5px !important; } .ams-form legend.switcher { cursor: pointer; @@ -9497,8 +9497,8 @@ background: rgba(0, 0, 0, 0.9); color: #fff; opacity: 0; - transition: margin .3s, opacity .3s; - -webkit-transition: margin .3s, opacity .3s; + transition: margin 0.3s, opacity 0.3s; + -webkit-transition: margin 0.3s, opacity 0.3s; } .ams-form .tooltip:after { position: absolute; @@ -9645,9 +9645,9 @@ color: #fff; cursor: pointer; background-color: #3276B1; - opacity: .8; - transition: opacity .2s; - -webkit-transition: opacity .2s; + opacity: 0.8; + transition: opacity 0.2s; + -webkit-transition: opacity 0.2s; } .ams-form .button:hover { opacity: 1; @@ -9690,7 +9690,7 @@ .ams-form .input input[readonly], .ams-form .select select[readonly], .ams-form .input textarea[readonly] { - border-bottom: 1px solid #ccc!important; + border-bottom: 1px solid #ccc !important; pointer-events: none; cursor: pointer; } @@ -9717,7 +9717,7 @@ width: 100%; min-height: 14px; padding: 4px 8px; - border-bottom: 1px solid #ccc!important; + border-bottom: 1px solid #ccc !important; } .ams-form .i18n-widget { height: 100%; @@ -9914,8 +9914,8 @@ .ams-form .radio input + i:after { position: absolute; opacity: 0; - transition: opacity .1s; - -webkit-transition: opacity .1s; + transition: opacity 0.1s; + -webkit-transition: opacity 0.1s; } .ams-form .checkbox input:checked + i:after, .ams-form .radio input:checked + i:after { @@ -10042,8 +10042,8 @@ height: 9px; border-radius: 50%; opacity: 1; - transition: right .2s; - -webkit-transition: right .2s; + transition: right 0.2s; + -webkit-transition: right 0.2s; background-color: #3276B1; } .ams-form .toggle i:after { @@ -10111,8 +10111,8 @@ line-height: 17px; cursor: pointer; color: #ccc; - transition: color .3s; - -webkit-transition: color .3s; + transition: color 0.3s; + -webkit-transition: color 0.3s; } .ams-form .icon-append, .ams-form .icon-prepend { @@ -10283,7 +10283,7 @@ .ams-form .select.state-disabled, .ams-form .toggle.state-disabled { cursor: default!important; - opacity: .6!important; + opacity: 0.6 !important; } .ams-form .checkbox.state-disabled:hover i, .ams-form .input.state-disabled:hover input, @@ -10291,15 +10291,15 @@ .ams-form .radio.state-disabled:hover i, .ams-form .select.state-disabled:hover select, .ams-form .toggle.state-disabled:hover i { - border-color: #e5e5e5!important; + border-color: #e5e5e5 !important; } .ams-form .state-disabled.checkbox input + i:after, .ams-form .state-disabled.checkbox input:checked + i, .ams-form .state-disabled.radio input + i:after, .ams-form .state-disabled.radio input:checked + i, .ams-form .state-disabled.toggle input:checked + i { - border-color: #e5e5e5!important; - color: #333!important; + border-color: #e5e5e5 !important; + color: #333 !important; } .ams-form .ui-widget-content .ui-spinner-input { margin: 0; @@ -10625,7 +10625,7 @@ } .editable-clear { clear: both; - font-size: .9em; + font-size: 0.9em; text-decoration: none; text-align: right; } @@ -10635,7 +10635,7 @@ width: 13px; height: 13px; position: absolute; - opacity: .6; + opacity: 0.6; z-index: 100; top: 50%; right: 6px; @@ -10713,13 +10713,13 @@ #login #header { margin: 0; height: 71px; - border-bottom: 1px solid #eee!important; + border-bottom: 1px solid #eee !important; overflow: hidden; padding: 0 30px; -webkit-background-clip: padding-box; border-width: 0; min-height: 28px; - background: #f4f4f4!important; + background: #f4f4f4 !important; margin-bottom: 20px; } @media (min-width: 768px) and (max-width: 880px) { @@ -10860,8 +10860,8 @@ position: relative; text-align: center; z-index: 2; - -webkit-transition: all .1s linear 0s; - transition: all .1s linear 0s; + -webkit-transition: all 0.1s linear 0s; + transition: all 0.1s linear 0s; } .bootstrapWizard li .step i { font-size: 10px; @@ -11122,7 +11122,7 @@ } .mce-panel { background-image: none!important; - border-color: #ccc!important; + border-color: #ccc !important; } .mce-menubar .mce-menubtn button { padding: 2px 10px; @@ -11139,7 +11139,7 @@ font-size: 13px!important; } .mce-btn-group .mce-btn { - border-color: #ccc!important; + border-color: #ccc !important; } .mce-btn { background-image: none!important; @@ -11171,7 +11171,7 @@ margin-bottom: 0; font-size: 14px; font-weight: 400; - line-height: 1.428571429; + line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; @@ -11320,7 +11320,7 @@ display: none; } .btn-select-tick .btn:hover i { - opacity: .3; + opacity: 0.3; display: block; } .btn-select-tick .active i { @@ -11523,7 +11523,7 @@ .widget-toolbar > .ams-form .radio input + i, .widget-toolbar > .ams-form .toggle input + i { border-width: 1px; - border-color: #C7C7C7!important; + border-color: #C7C7C7 !important; margin-top: -1px; -webkit-box-shadow: 0 1px 1px #FFF, 0 1px 1px #858585 inset; box-shadow: 0 1px 1px #FFF, 0 1px 1px #858585 inset; @@ -11623,6 +11623,10 @@ display: block; margin: 0; } +.modal-dialog .widget-body-toolbar, +.modal-dialog .ams-form.widget-body-toolbar { + min-height: 25px; +} .ams-form .widget-body-toolbar .inline-group, .widget-body-toolbar.ams-form .inline-group { float: left; @@ -11790,10 +11794,10 @@ border-radius: 0; margin: 0; padding: 13px 13px 0; - background-color: #fff!important; + background-color: #fff !important; border-width: 1px; border-style: solid; - border-color: #ccc!important; + border-color: #ccc !important; } .ams-widget > header + div { border-top: 0; @@ -12321,7 +12325,7 @@ } .onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label, .onoffswitch-checkbox:disabled + .onoffswitch-label { - border-color: #ababab #999 #878787!important; + border-color: #ababab #999 #878787 !important; } .onoffswitch-checkbox:checked + .onoffswitch-label { border-color: #3276b1 #2a6395 #255681; @@ -12535,7 +12539,7 @@ content: "\f002"; top: 25%; right: 10px; - color: #686868!important; + color: #686868 !important; } .select2-search input { width: 100%; @@ -12702,7 +12706,7 @@ background: #f4f4f4 url(../img/select2-spinner.gif) no-repeat 100%; } .select2-default { - color: #999!important; + color: #999 !important; } .select2-container.select2-container-disabled .select2-choice { background-image: none; @@ -12795,7 +12799,7 @@ cursor: default; } .select2-container-multi .select2-choices .select2-search-choice-focus { - opacity: .8; + opacity: 0.8; } .select2-container-multi .select2-choices .select2-search-choice.ui-sortable-handle { cursor: move; @@ -12834,7 +12838,7 @@ } .select2-container-multi.select2-container-disabled .select2-choices:hover { border-color: transparent!important; - border-bottom: 1px solid #ccc!important; + border-bottom: 1px solid #ccc !important; } .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice { padding: 1px 5px; @@ -13100,7 +13104,7 @@ } .fc-border-separate thead tr th { padding: 4px; - line-height: 1.428571429; + line-height: 1.42857143; } tr td.fc-first, tr.fc-first th.fc-first { @@ -13178,7 +13182,7 @@ } .fc-cell-overlay { background: #9cf; - opacity: .2; + opacity: 0.2; filter: alpha(opacity=20); } .fc-button { @@ -13219,7 +13223,7 @@ border-style: solid; border-color: #fff; background: #444; - opacity: .09; + opacity: 0.09; filter: alpha(opacity=9); } .fc-state-hover .fc-button-inner { @@ -13249,7 +13253,7 @@ float: left; height: 1.9em; line-height: 1.9em; - padding: 0 .6em; + padding: 0 0.6em; white-space: nowrap; } .fc-button-content .fc-icon-wrap { @@ -13267,7 +13271,7 @@ .fc-event { border-style: solid; border-width: 0; - font-size: .85em; + font-size: 0.85em; cursor: default; } .fc-rtl .fc-event { @@ -13381,7 +13385,7 @@ padding: 0 2px; } .fc-grid .fc-other-month .fc-day-number { - opacity: .3; + opacity: 0.3; filter: alpha(opacity=30); } .fc-grid .fc-day-content { @@ -13488,7 +13492,7 @@ width: 100%; height: 100%; background: #fff; - opacity: .3; + opacity: 0.3; filter: alpha(opacity=30); } .fc-event-vert .ui-resizable-s { @@ -13802,10 +13806,10 @@ width: 100%; height: 100%; background-color: #000; - -webkit-opacity: .3; - -khtml-opacity: .3; - -moz-opacity: .3; - opacity: .3; + -webkit-opacity: 0.3; + -khtml-opacity: 0.3; + -moz-opacity: 0.3; + opacity: 0.3; -ms-filter: alpha(opacity=30); filter: alpha(opacity=30); } @@ -13853,10 +13857,10 @@ color: #fff; background-color: #000; border-radius: 5px; - -webkit-opacity: .7; - -khtml-opacity: .7; - -moz-opacity: .7; - opacity: .7; + -webkit-opacity: 0.7; + -khtml-opacity: 0.7; + -moz-opacity: 0.7; + opacity: 0.7; -ms-filter: alpha(opacity=70); filter: alpha(opacity=70); } @@ -13875,12 +13879,12 @@ font-size: 12px; color: #ccc; background: 0 0; - background-color: #222!important; - border: 0; - -webkit-opacity: .9; - -khtml-opacity: .9; - -moz-opacity: .9; - opacity: .9; + background-color: #222 !important; + border: 0; + -webkit-opacity: 0.9; + -khtml-opacity: 0.9; + -moz-opacity: 0.9; + opacity: 0.9; -ms-filter: alpha(opacity=90); filter: alpha(opacity=90); } @@ -14215,9 +14219,9 @@ position: absolute; bottom: 0; background-color: #8cc657; - -webkit-animation: loading .4s linear infinite; - -ms-animation: loading .4s linear infinite; - animation: loading .4s linear infinite; + -webkit-animation: loading 0.4s linear infinite; + -ms-animation: loading 0.4s linear infinite; + animation: loading 0.4s linear infinite; -webkit-transition: width 0.3s ease-in-out; transition: width 0.3s ease-in-out; border-radius: 2px; @@ -14262,7 +14266,7 @@ .dropzone .dz-preview.dz-image-preview:hover .dz-details img, .dropzone-previews .dz-preview.dz-image-preview:hover .dz-details img { display: block; - opacity: .1; + opacity: 0.1; -ms-filter: "alpha(Opacity=10)"; filter: alpha(opacity=10); } @@ -14365,7 +14369,7 @@ margin-top: -87px; } .dropzone.dz-drag-hover .dz-message { - opacity: .15; + opacity: 0.15; -ms-filter: "alpha(Opacity=15)"; filter: alpha(opacity=15); } @@ -14716,14 +14720,14 @@ top: 0; left: 0; z-index: 999; - opacity: .3; + opacity: 0.3; filter: alpha(opacity=30); } .ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaa; - opacity: .3; + opacity: 0.3; filter: alpha(opacity=30); border-radius: 8px; } @@ -14820,7 +14824,7 @@ .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { - opacity: .35; + opacity: 0.35; filter: alpha(opacity=35); background-image: none; } @@ -14837,7 +14841,7 @@ .ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary { - opacity: .7; + opacity: 0.7; filter: alpha(opacity=70); font-weight: 400; } @@ -14928,7 +14932,7 @@ margin-bottom: 0; font-size: 14px; font-weight: 400; - line-height: 1.428571429; + line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; @@ -15068,24 +15072,24 @@ } .ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { - padding: .4em; + padding: 0.4em; text-indent: -9999px; display: none; } .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { - padding: .4em 1em .4em 2.1em; + padding: 0.4em 1em 0.4em 2.1em; } .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { - padding: .4em 2.1em .4em 1em; + padding: 0.4em 2.1em 0.4em 1em; } .ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; } input.ui-button { - padding: .4em 1em; + padding: 0.4em 1em; } .ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, @@ -15104,12 +15108,12 @@ .ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary { - left: .5em; + left: 0.5em; } .ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary { - right: .5em; + right: 0.5em; } .ui-buttonset { margin-right: 7px; @@ -15154,7 +15158,7 @@ .ui-slider .ui-slider-range { position: absolute; z-index: 1; - font-size: .7em; + font-size: 0.7em; display: block; border: 0; background-position: 0 0; @@ -15171,8 +15175,8 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - -webkit-transition: width .6s ease; - transition: width .6s ease; + -webkit-transition: width 0.6s ease; + transition: width 0.6s ease; } .ui-slider-horizontal { height: 10px; @@ -15209,7 +15213,7 @@ right: 0; } .ui-slider-vertical { - width: .8em; + width: 0.8em; height: 100px; } .ui-slider-vertical .ui-slider-handle { @@ -15318,7 +15322,7 @@ .ui-tooltip { display: block; font-size: 11px; - opacity: .8; + opacity: 0.8; position: absolute; visibility: visible; z-index: 1024; @@ -15382,7 +15386,7 @@ .ui-spinner-button { width: 19px; height: 50%; - font-size: .5em; + font-size: 0.5em; padding: 0; margin: 0; text-align: center; @@ -15454,7 +15458,7 @@ */ .ui-datepicker { width: 20em; - padding: .2em .2em 0; + padding: 0.2em 0.2em 0; display: none; z-index: 9999!important; } @@ -15517,12 +15521,12 @@ } .ui-datepicker table { width: 100%; - font-size: .9em; + font-size: 0.9em; border-collapse: collapse; - margin: 0 0 .4em; + margin: 0 0 0.4em; } .ui-datepicker th { - padding: .7em .3em; + padding: 0.7em 0.3em; text-align: center; border: 0; font-weight: 700; @@ -15542,7 +15546,7 @@ .ui-datepicker td a, .ui-datepicker td span { display: block; - padding: .2em; + padding: 0.2em; text-align: right; text-decoration: none; } @@ -15583,17 +15587,17 @@ } .ui-datepicker-buttonpane { background-image: none; - margin: .7em 0 0; - padding: 0 .2em; + margin: 0.7em 0 0; + padding: 0 0.2em; border-left: 0; border-right: 0; border-bottom: 0; } .ui-datepicker-buttonpane button { float: right; - margin: .5em .2em .4em; - cursor: pointer; - padding: .2em .6em .3em; + margin: 0.5em 0.2em 0.4em; + cursor: pointer; + padding: 0.2em 0.6em 0.3em; width: auto; overflow: visible; } @@ -15608,7 +15612,7 @@ } .ui-datepicker-multi .ui-datepicker-group table { width: 95%; - margin: 0 auto .4em; + margin: 0 auto 0.4em; } .ui-datepicker-multi-2 .ui-datepicker-group { width: 50%; @@ -15714,8 +15718,8 @@ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - -webkit-transition: width .6s ease; - transition: width .6s ease; + -webkit-transition: width 0.6s ease; + transition: width 0.6s ease; } .ui-progressbar .ui-progressbar-overlay { background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); @@ -15738,7 +15742,7 @@ } .ui-resizable-handle { position: absolute; - font-size: .1px; + font-size: 0.1px; z-index: 99999; display: block; } @@ -15823,7 +15827,7 @@ display: block; position: relative; margin-top: -2px; - border-color: #ddd!important; + border-color: #ddd !important; padding: 10px 15px 10px 36px!important; cursor: pointer; min-height: 0; @@ -15838,14 +15842,14 @@ padding-left: 2.2em; } .ui-accordion .ui-accordion-noicons { - padding-left: .7em; + padding-left: 0.7em; } .ui-accordion .ui-accordion-icons .ui-accordion-icons { padding-left: 2.2em; } .ui-accordion .ui-accordion-header .ui-accordion-header-icon { position: absolute; - left: .5em; + left: 0.5em; top: 50%; margin-top: -8px; text-indent: 0!important; @@ -15860,7 +15864,7 @@ margin-top: -3px; border-radius: 0; border-top: 0 none; - border-color: #ddd!important; + border-color: #ddd !important; padding: 15px; position: relative; top: 1px; @@ -15965,8 +15969,8 @@ margin: -8px 0 0 -3px; } .noUi-state-tap .noUi-origin { - -webkit-transition: left .3s, top .3s; - transition: left .3s, top .3s; + -webkit-transition: left 0.3s, top 0.3s; + transition: left 0.3s, top 0.3s; } /** * UI modal dialog @@ -16127,7 +16131,7 @@ } .ui-dialog .ui-dialog-titlebar-close { position: absolute; - right: .3em; + right: 0.3em; top: 50%; width: 19px; margin: -16px 4px 0 0; @@ -16138,9 +16142,9 @@ line-height: 13.5px; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=25); - -khtml-opacity: .25; - -moz-opacity: .25; - opacity: .25; + -khtml-opacity: 0.25; + -moz-opacity: 0.25; + opacity: 0.25; background: 0 0; border: 0; -webkit-box-shadow: none; @@ -16160,8 +16164,8 @@ .ui-dialog .ui-dialog-titlebar-close:hover { padding: 1px; filter: alpha(opacity=90); - -moz-opacity: .9; - opacity: .9; + -moz-opacity: 0.9; + opacity: 0.9; } .ui-dialog .ui-dialog-titlebar-close span { display: block; @@ -16171,7 +16175,7 @@ .ui-dialog .ui-dialog-content { position: relative; border: 0; - padding: .5em 1em; + padding: 0.5em 1em; background: 0 0; overflow: auto; } @@ -16191,7 +16195,7 @@ float: right; } .ui-dialog .ui-dialog-buttonpane button { - margin: 0 .4em 0 0; + margin: 0 0.4em 0 0; cursor: pointer; } .ui-dialog .ui-resizable-se { @@ -16219,8 +16223,8 @@ color: #333; background-color: #fff; border: 1px solid #ccc; - -webkit-transition: .1s linear all; - transition: .1s linear all; + -webkit-transition: 0.1s linear all; + transition: 0.1s linear all; overflow: visible; } .ui-dialog-buttonset .ui-button:not(:first-child) .ui-state-hover { @@ -16314,7 +16318,7 @@ } .pricing-big .panel-footer { border-radius: 0 0 5px 5px; - background-color: #F2F2F2!important; + background-color: #F2F2F2 !important; } .pricing-big .panel-footer > div { padding: 15px 0 10px; @@ -16430,19 +16434,19 @@ padding-bottom: 13px; } .superbox-img:hover { - opacity: .8; + opacity: 0.8; } .superbox-float { float: left; } .superbox-close { - opacity: .7; + opacity: 0.7; cursor: pointer; position: absolute; top: 15px; right: 15px; - -webkit-transition: all .1s linear 0s; - transition: all .1s linear 0s; + -webkit-transition: all 0.1s linear 0s; + transition: all 0.1s linear 0s; } .superbox-close:hover { opacity: 1; @@ -16477,7 +16481,7 @@ min-height: 32px; padding: 1px 3px; font-size: 13px; - line-height: 1.428571429; + line-height: 1.42857143; color: #555; vertical-align: middle; background-color: #FFF; @@ -16937,11 +16941,11 @@ } .morris-hover.morris-default-style .morris-hover-row-label { font-weight: 700; - margin: .25em 0; + margin: 0.25em 0; } .morris-hover.morris-default-style .morris-hover-point { white-space: nowrap; - margin: .1em 0; + margin: 0.1em 0; } .easyPieChart { position: relative; @@ -17028,8 +17032,8 @@ margin-right: -10px; } .show-stat-microcharts > div { - border-right: 1px solid #DADADA!important; - border-top: 1px solid #DADADA!important; + border-right: 1px solid #DADADA !important; + border-top: 1px solid #DADADA !important; margin-top: 10px!important; height: 65px; overflow: hidden; @@ -17059,7 +17063,7 @@ .show-stat-microcharts .sparkline { margin-top: 10px; margin-right: 8px; - opacity: .7; + opacity: 0.7; } .show-stat-microcharts .sparkline:hover { opacity: 1; @@ -17080,7 +17084,7 @@ width: 40px; display: block; text-align: left; - opacity: .5; + opacity: 0.5; cursor: default; } .smaller-stat span.label:hover { @@ -17142,8 +17146,8 @@ right: -251px; top: 0; background: #fff; - transition-duration: .25s; - -webkit-transition-duration: .25s; + transition-duration: 0.25s; + -webkit-transition-duration: 0.25s; } #chat-container:hover, #chat-container:hover .chat-list-open-close { @@ -17176,7 +17180,7 @@ width: 25px; height: 25px; border: 1px solid #CDCECF; - border-right: 1px solid #f2f4f8!important; + border-right: 1px solid #f2f4f8 !important; position: absolute; left: -32px; top: 7%; @@ -17266,7 +17270,7 @@ -moz-box-sizing: border-box; } #chat-container .chat-list-footer input[type=text] { - border: 1px solid #bababa!important; + border: 1px solid #bababa !important; } #chat-container .control-group { padding: 0; @@ -17490,7 +17494,7 @@ overflow: hidden; } #inbox-table.table tbody > tr > td { - border-color: #fff!important; + border-color: #fff !important; } #inbox-table .checkbox, #inbox-table .radio { @@ -17749,7 +17753,7 @@ } .inbox-info-bar .form-group input, .inbox-info-bar .select2-container-multi .select2-choices { - border-color: #fff!important; + border-color: #fff !important; } .inbox-info-bar .select2-choices > div { display: none; @@ -17851,7 +17855,7 @@ } tr.highlight td, tr.unread.highlight td { - background: #ffc!important; + background: #ffc !important; color: #333; } #compose-mail-mini { @@ -18047,4 +18051,3 @@ .map.map-location { cursor: default; } -/*# sourceMappingURL=myams.css.map */ \ No newline at end of file