mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-07 23:28:50 +01:00
Update style.css
avoid using !important by pushing @media calls to the bottom of the file.
This commit is contained in:
parent
ed11015d69
commit
58b4024e54
@ -30,7 +30,7 @@ a.disabled {
|
||||
}
|
||||
|
||||
.btn-calendar>.btn {
|
||||
color: inherit !important;
|
||||
color: inherit;
|
||||
background: transparent;
|
||||
font-size: 20px;
|
||||
margin-top: 2px;
|
||||
@ -71,7 +71,7 @@ a.disabled {
|
||||
}
|
||||
|
||||
.ui-menu {
|
||||
position: fixed !important;
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
@ -136,14 +136,6 @@ a.disabled {
|
||||
border-top: 0
|
||||
}
|
||||
|
||||
@media ( max-width:768px) {
|
||||
.box-center,
|
||||
.box-center-large {
|
||||
width: 90%;
|
||||
margin-top: 20px
|
||||
}
|
||||
}
|
||||
|
||||
.li-widget a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
@ -279,25 +271,13 @@ span.form-control {
|
||||
}
|
||||
|
||||
.colorpicker {
|
||||
margin-top: 0px !important;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Aggiustamenti per i widget */
|
||||
|
||||
.widget li {
|
||||
margin-left: 0 !important;
|
||||
margin-left: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
@ -324,10 +304,10 @@ span.form-control {
|
||||
/* Tooltip dark */
|
||||
|
||||
.ui-tooltip {
|
||||
background: #222 !important;
|
||||
color: white !important;
|
||||
border: 0px;
|
||||
font-size: 11px !important;
|
||||
background: #222;
|
||||
color: white;
|
||||
border: 0;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.nav-tabs-custom>.nav-tabs.pull-right>li>a.back-btn {
|
||||
@ -340,13 +320,6 @@ span.form-control {
|
||||
color: #72AFD2;
|
||||
}
|
||||
|
||||
@media ( max-width: 480px) {
|
||||
#main_loading>div>i {
|
||||
font-size: 160px;
|
||||
margin-top: -80px;
|
||||
}
|
||||
}
|
||||
|
||||
.input-searching {
|
||||
background: #FFBF91;
|
||||
}
|
||||
@ -425,26 +398,6 @@ span.form-control {
|
||||
transform: skew(3deg) rotate(3deg);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.signature-pad {
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
min-width: 250px;
|
||||
min-height: 140px;
|
||||
margin: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
|
||||
.signature-pad {
|
||||
margin: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
#canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -499,7 +452,7 @@ span.form-control {
|
||||
|
||||
.select2-search,
|
||||
.select2-search__field {
|
||||
width: 100%!important
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.select2-results__option[aria-selected=true] {
|
||||
@ -522,26 +475,6 @@ span.form-control {
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
@media screen and (max-width:767px) {
|
||||
.main-header .logo {
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
.content-wrapper,
|
||||
.right-side,
|
||||
.left-side,
|
||||
.main-sidebar {
|
||||
padding-top: 50px;
|
||||
}*/
|
||||
}
|
||||
|
||||
@media screen and (max-width:1023px) {
|
||||
.push {
|
||||
position: static;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Interventi da pianificare in Dashboard */
|
||||
|
||||
#external-events .fc-event {
|
||||
@ -564,7 +497,72 @@ input.small-width {
|
||||
}
|
||||
|
||||
.pac-container {
|
||||
z-index: 1100 !important;
|
||||
z-index: 1100;
|
||||
}
|
||||
|
||||
@media screen and (max-width:767px) {
|
||||
.main-header .logo {
|
||||
display: none;
|
||||
}
|
||||
/*
|
||||
.content-wrapper,
|
||||
.right-side,
|
||||
.left-side,
|
||||
.main-sidebar {
|
||||
padding-top: 50px;
|
||||
}*/
|
||||
}
|
||||
|
||||
@media ( max-width:768px) {
|
||||
.box-center,
|
||||
.box-center-large {
|
||||
width: 90%;
|
||||
margin-top: 20px
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.signature-pad {
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
width: auto;
|
||||
height: auto;
|
||||
min-width: 250px;
|
||||
min-height: 140px;
|
||||
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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user