Plugins - small screen optimization
This commit is contained in:
@@ -591,7 +591,14 @@ height: 50px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav-tabs-custom .tab-content {
|
.nav-tabs-custom .tab-content {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.nav-tabs-custom .tab-content {
|
||||||
|
overflow: scroll;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.top_small_box_gray_text {
|
.top_small_box_gray_text {
|
||||||
@@ -623,20 +630,21 @@ height: 50px;
|
|||||||
width:30%;
|
width:30%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (min-width: 768px) {
|
|
||||||
.setting_description {
|
@media (min-width: 768px) {
|
||||||
/* color: green; */
|
.setting_description {
|
||||||
display: block;
|
/* color: green; */
|
||||||
}
|
display: block;
|
||||||
.setting_input{
|
}
|
||||||
width:35%;
|
.setting_input{
|
||||||
/* background-color: green; */
|
width:35%;
|
||||||
}
|
/* background-color: green; */
|
||||||
.setting_name
|
}
|
||||||
{
|
.setting_name
|
||||||
width:19%;
|
{
|
||||||
}
|
width:19%;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.table_row {
|
.table_row {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|||||||
@@ -74,7 +74,7 @@
|
|||||||
{
|
{
|
||||||
"column": "DateTimeCreated",
|
"column": "DateTimeCreated",
|
||||||
"css_classes": "col-sm-2",
|
"css_classes": "col-sm-2",
|
||||||
"show": true,
|
"show": false,
|
||||||
"type": "label",
|
"type": "label",
|
||||||
"default_value":"",
|
"default_value":"",
|
||||||
"options": [],
|
"options": [],
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
{
|
{
|
||||||
"column": "DateTimeChanged",
|
"column": "DateTimeChanged",
|
||||||
"css_classes": "col-sm-2",
|
"css_classes": "col-sm-2",
|
||||||
"show": true,
|
"show": false,
|
||||||
"type": "label",
|
"type": "label",
|
||||||
"default_value":"",
|
"default_value":"",
|
||||||
"options": [],
|
"options": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user