73 lines
1.2 KiB
CSS
73 lines
1.2 KiB
CSS
.npc-settings .inside > div {
|
|
padding: 10px 0 0;
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
.npc-settings .inside .post-type {
|
|
width: 20%;
|
|
min-width: 120px;
|
|
margin-bottom: 10px;
|
|
float: left;
|
|
}
|
|
.npc-settings .inner {
|
|
float: left;
|
|
width: 80%;
|
|
}
|
|
.npc-settings .inner > div {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
.npc-settings .inner label {
|
|
padding-right: 50px;
|
|
margin-bottom: 10px;
|
|
float:left;
|
|
}
|
|
.npc-settings .buttons input {
|
|
margin:0 1% 5px !important;
|
|
float:left;
|
|
width: 47%;
|
|
min-width: 150px;
|
|
}
|
|
|
|
@media (max-width: 1200px) {
|
|
.npc-settings .inside .post-type {
|
|
width: 30%;
|
|
}
|
|
.npc-settings .inner {
|
|
width: 70%;
|
|
}
|
|
.buttons .post-type {
|
|
min-width: 200px;
|
|
}
|
|
.npc-settings .buttons .inner {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1152px) {
|
|
.npc-settings .buttons input {
|
|
margin:0 1% 5px !important;
|
|
width: 97%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
.npc-settings .buttons input {
|
|
margin:0 1% 5px !important;
|
|
width: 97%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 380px) {
|
|
.npc-settings .inside .post-type {
|
|
min-width: 200px;
|
|
}
|
|
.npc-settings .inner > div {
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
}
|
|
.npc-settings .buttons input {
|
|
margin:0 0 5px !important;
|
|
width: 100%;
|
|
}
|
|
} |