diff --git a/front/css/pialert.css b/front/css/pialert.css index 158b2899..a037848d 100755 --- a/front/css/pialert.css +++ b/front/css/pialert.css @@ -591,7 +591,14 @@ height: 50px; } .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 { @@ -623,20 +630,21 @@ height: 50px; width:30%; } } - @media (min-width: 768px) { - .setting_description { - /* color: green; */ - display: block; - } - .setting_input{ - width:35%; - /* background-color: green; */ - } - .setting_name - { - width:19%; - } - } + +@media (min-width: 768px) { +.setting_description { + /* color: green; */ + display: block; +} +.setting_input{ + width:35%; + /* background-color: green; */ +} +.setting_name +{ + width:19%; +} +} .table_row { padding: 3px; diff --git a/front/plugins/nmap_services/config.json b/front/plugins/nmap_services/config.json index 46a1e341..66cd32a2 100755 --- a/front/plugins/nmap_services/config.json +++ b/front/plugins/nmap_services/config.json @@ -74,7 +74,7 @@ { "column": "DateTimeCreated", "css_classes": "col-sm-2", - "show": true, + "show": false, "type": "label", "default_value":"", "options": [], @@ -87,7 +87,7 @@ { "column": "DateTimeChanged", "css_classes": "col-sm-2", - "show": true, + "show": false, "type": "label", "default_value":"", "options": [],