mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
Ordinamento @media
This commit is contained in:
parent
58b4024e54
commit
22ef3f6760
@ -274,6 +274,7 @@ span.form-control {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Aggiustamenti per i widget */
|
/* Aggiustamenti per i widget */
|
||||||
|
|
||||||
.widget li {
|
.widget li {
|
||||||
@ -475,6 +476,7 @@ span.form-control {
|
|||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Interventi da pianificare in Dashboard */
|
/* Interventi da pianificare in Dashboard */
|
||||||
|
|
||||||
#external-events .fc-event {
|
#external-events .fc-event {
|
||||||
@ -500,10 +502,28 @@ input.small-width {
|
|||||||
z-index: 1100;
|
z-index: 1100;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:767px) {
|
.form-control#blob {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 480px) {
|
||||||
|
#main_loading>div>i {
|
||||||
|
font-size: 160px;
|
||||||
|
margin-top: -80px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
.box-center,
|
||||||
|
.box-center-large {
|
||||||
|
width: 90%;
|
||||||
|
margin-top: 20px
|
||||||
|
}
|
||||||
|
|
||||||
.main-header .logo {
|
.main-header .logo {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
.content-wrapper,
|
.content-wrapper,
|
||||||
.right-side,
|
.right-side,
|
||||||
@ -513,15 +533,28 @@ input.small-width {
|
|||||||
}*/
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@media ( max-width:768px) {
|
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
||||||
.box-center,
|
.signature-pad {
|
||||||
.box-center-large {
|
margin: 10%;
|
||||||
width: 90%;
|
}
|
||||||
margin-top: 20px
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 992px) {
|
||||||
|
.table-bordered>thead>tr>th,
|
||||||
|
.table-bordered>tbody>tr>th,
|
||||||
|
.table-bordered>tfoot>tr>th,
|
||||||
|
.table-bordered>thead>tr>td,
|
||||||
|
.table-bordered>tbody>tr>td,
|
||||||
|
.table-bordered>tfoot>tr>td {
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
.push {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
|
||||||
.signature-pad {
|
.signature-pad {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -534,37 +567,3 @@ input.small-width {
|
|||||||
margin: 5%;
|
margin: 5%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
|
||||||
.signature-pad {
|
|
||||||
margin: 10%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media ( max-width: 480px) {
|
|
||||||
#main_loading>div>i {
|
|
||||||
font-size: 160px;
|
|
||||||
margin-top: -80px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media ( max-width: 992px) {
|
|
||||||
.table-bordered>thead>tr>th,
|
|
||||||
.table-bordered>tbody>tr>th,
|
|
||||||
.table-bordered>tfoot>tr>th,
|
|
||||||
.table-bordered>thead>tr>td,
|
|
||||||
.table-bordered>tbody>tr>td,
|
|
||||||
.table-bordered>tfoot>tr>td {
|
|
||||||
word-break: break-all;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (max-width:1023px) {
|
|
||||||
.push {
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-control#blob{
|
|
||||||
height: auto;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user