automizy-js-api
Version:
JavaScript API library for Automizy Marketing Automation software
137 lines (110 loc) • 3.71 kB
CSS
/* Global CSS / High resolution*/
.automizy-mobile .automizy-dialog-box,
.automizy-mobile .automizy-input,
.automizy-mobile .automizy-input-box,
.automizy-mobile input,
.automizy-mobile button,
.automizy-mobile textarea{
max-width:100% ;
box-sizing: border-box;
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.automizy-mobile .automizy-dialog-box{
width:70% ;
}
}
@media only screen and (max-width : 800px){
.automizy-mobile .automizy-dialog-box{
width:80% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 30px 30px 0 30px;
}
}
@media screen and (min-width : 600px) and (max-width : 767px) {
.automizy-mobile .automizy-dialog-box{
width:80% ;
}
}
@media screen and (max-width : 600px){
.automizy-mobile .automizy-dialog-box{
width:90% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 20px 20px 0 20px;
}
}
@media only screen and (min-width : 571px) and (max-width : 599px) {
/* Styles */
}
/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-width : 320px) and (max-width : 570px) {
.automizy-mobile .automizy-dialog-box{
width:95% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 15px 15px 0 15px;
}
}
@media only screen and (max-width : 480px) {
.automizy-mobile .automizy-dialog-box{
width:100% ;
}
.automizy-mobile .automizy-dialog-content{
padding: 10px 10px 0 10px;
}
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 320px) and (max-width : 480px) {
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table td,
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table th{
font-size: 13px;
padding: 4px;
}
.automizy-mobile .automizy-table-settings-box{
font-size: 12px ;
}
.automizy-mobile .automizy-table-inline-buttons{
padding-bottom: 8px ;
font-size: 13px ;
}
.automizy-mobile .automizy-table-inline-buttons a{
font-size: 13px ;
padding: 6px 14px ;
}
.automizy-mobile .automizy-dialog-head{
padding:10px;
}
}
@media only screen and (max-width : 380px) {
.automizy-mobile .automizy-dialog-content{
padding: 5px 5px 0 5px;
}
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table td,
.automizy-mobile .automizy-table .automizy-table-box .automizy-table-container table th{
font-size: 12px;
padding: 2px 4px;
}
.automizy-mobile .automizy-table-settings-box{
font-size: 12px ;
}
.automizy-mobile .automizy-table-inline-buttons{
padding-bottom: 4px ;
font-size: 12px ;
}
.automizy-mobile .automizy-table-inline-buttons a{
font-size: 12px ;
padding: 6px 10px ;
}
.automizy-mobile .automizy-dialog-head .automizy-button a{
padding: 8px 12px 9px 12px;
}
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
.automizy-mobile .automizy-dialog-head .automizy-button a{
padding: 8px 12px 9px 12px;
min-width:0;
}
}