mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
9555-Change media queries
This commit is contained in:
parent
db2b2b796b
commit
38849e6ed2
@ -2696,7 +2696,7 @@ li.ui-block-e {
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
@media (max-width: 35em) {
|
||||
@media (max-width: 480px) {
|
||||
.ui-responsive > .ui-block-a,
|
||||
.ui-responsive > .ui-block-b,
|
||||
.ui-responsive > .ui-block-c,
|
||||
@ -4387,7 +4387,7 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 35em), print {
|
||||
@media screen and (min-width: 480px), print {
|
||||
.ui-table-reflow.ui-responsive td,
|
||||
.ui-table-reflow.ui-responsive th,
|
||||
.ui-table-reflow.ui-responsive tbody th,
|
||||
@ -4401,7 +4401,7 @@ html .ui-popup .ui-field-contain > label + .ui-flipswitch {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media screen and (max-width: 35em) {
|
||||
@media screen and (max-width: 480px) {
|
||||
.ui-table-reflow.ui-responsive td,
|
||||
.ui-table-reflow.ui-responsive th {
|
||||
width: 100%;
|
||||
|
@ -3272,4 +3272,8 @@ table#list_servers tbody td span.data a {
|
||||
input[name="login_btn"] {
|
||||
line-height: 38px;
|
||||
}
|
||||
|
||||
fieldset.databox.tactical_set table#table1 td img[src$="modules@svg.svg"] {
|
||||
margin-left: 10px !important;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user