cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
195 lines (165 loc) • 4.28 kB
CSS
.text-to-left-thumbnail {
padding-left: 94px;
}
.text-to-left-avatar {
padding-left: 58px;
}
.image-to-left-thumbnail{
margin-left: 44px;
}
.image-to-left-avatar{
margin-left: 39px;
}
.text-to-right-thumbnail {
padding-right: 94px;
}
.text-to-right-avatar {
padding-right: 58px;
}
.image-to-right-thumbnail{
margin-right: 44px;
}
.image-to-right-avatar{
margin-right: 39px;
}
.item-complex .cron-list-multiselect-avatar{
float: left;
margin-top: 15px;
margin-left: 17px;
}
.item-complex .cron-list-multiselect-thumbnail{
float: left;
margin-top: 30px;
margin-left: 10px;
}
.item-complex .cron-list-multiselect-do-not-show{
float: left;
margin-top: 15px;
margin-left: 17px;
}
.item-simple .cron-list-multiselect-avatar{
float: left;
margin-right: 15px;
}
.item-simple .cron-list-multiselect-thumbnail{
float: left;
margin-right: 15px;
}
.item-simple .cron-list-multiselect-do-not-show{
float: left;
margin-right: 15px;
}
.cron-list-selected, .cron-list-selected > div.item-content{
background-color: aliceblue;
}
.cron-list-button-clean{
min-height: 28px;
line-height: 24px;
min-width: 0px;
overflow: hidden;
}
.cron-list-button-clean.ng-enter {
transition: 0.2s linear all;
line-height: 0px;
width: 0px;
}
.cron-list-button-clean.ng-enter.ng-enter-active {
width: 93.39px;
}
.cron-list-button-clean.ng-leave {
transition: 0.2s linear all;
width: 93.39px;
}
.cron-list-button-clean.ng-leave.ng-leave-active {
line-height: 0px;
width: 0px;
}
.cron-margin-top-ios{
margin-top: 25%
}
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace-inactive {
display: none;
}
.pace .pace-activity {
position: fixed;
height: 90px;
width: 90px;
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
position: fixed;
z-index: 2000;
width: 28px;
height: 28px;
border: solid 4px transparent;
border-top-color: #b2b2b2;
border-left-color: #b2b2b2;
border-radius: 20px;
-webkit-animation: pace-spinner 400ms linear infinite;
-moz-animation: pace-spinner 400ms linear infinite;
-ms-animation: pace-spinner 400ms linear infinite;
-o-animation: pace-spinner 400ms linear infinite;
animation: pace-spinner 400ms linear infinite;
}
@-webkit-keyframes pace-spinner {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
0% { transform: rotate(0deg); transform: rotate(0deg); }
100% { transform: rotate(360deg); transform: rotate(360deg); }
}
.item {
border-width: 1px 1px 0px 1px;
}
.item-input-inset .item-input-wrapper input {
width: 100%;
height: 36px;
line-height: 18px;
}
.item:last-child {
border-width: 1px 1px 1px 1px;
}
.item-avatar-right > img:first-child,
.item-avatar-right .item-image,
.item-avatar-right .item-content > img:first-child,
.item-avatar-right .item-content .item-image,
.item-avatar > img:first-child,
.item-avatar .item-image,
.item-avatar .item-content > img:first-child,
.item-avatar .item-content .item-image,
.item-avatar-left > img:first-child,
.item-avatar-left .item-image,
.item-avatar-left .item-content > img:first-child,
.item-avatar-left .item-content .item-image,
.item-thumbnail-left > img:first-child,
.item-thumbnail-left .item-image,
.item-thumbnail-left .item-content > img:first-child,
.item-thumbnail-left .item-content .item-image {
object-fit: cover;
}
.item-input{
padding: 6px 16px 5px 16px;
}