diff --git a/css/WEBootstrap/default.css b/css/WEBootstrap/default.css index db8ab0c94..7d2a0690f 100644 --- a/css/WEBootstrap/default.css +++ b/css/WEBootstrap/default.css @@ -739,3 +739,8 @@ select.selecterror { /* END Class selectors of the style for all devices. ------------------------ */ /* END Style for all devices.================================================ */ +@media only screen and (max-device-width:767px) { + /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} +} \ No newline at end of file diff --git a/css/aguapop/default.css b/css/aguapop/default.css index 352a26f30..b717d8328 100644 --- a/css/aguapop/default.css +++ b/css/aguapop/default.css @@ -551,10 +551,12 @@ li { /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/default/default.css b/css/default/default.css index c8c1aeb40..75901070f 100644 --- a/css/default/default.css +++ b/css/default/default.css @@ -568,10 +568,12 @@ textarea.texterror { /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/fluid/default.css b/css/fluid/default.css index 0ab7cae24..a2d784974 100644 --- a/css/fluid/default.css +++ b/css/fluid/default.css @@ -457,10 +457,12 @@ list-style-image:url(bullet.gif); /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/fresh/default.css b/css/fresh/default.css index 298705bff..857e4086d 100644 --- a/css/fresh/default.css +++ b/css/fresh/default.css @@ -568,10 +568,12 @@ select.selecterror { /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/gel/default.css b/css/gel/default.css index fa4c356d5..94df01338 100644 --- a/css/gel/default.css +++ b/css/gel/default.css @@ -593,10 +593,12 @@ li { /* ??? */ /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/professional-rtl/default.css b/css/professional-rtl/default.css index 6429c8f8b..6280fdc4e 100644 --- a/css/professional-rtl/default.css +++ b/css/professional-rtl/default.css @@ -605,10 +605,12 @@ li { /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/professional/default.css b/css/professional/default.css index 779b9e0a4..b4df7a6d4 100644 --- a/css/professional/default.css +++ b/css/professional/default.css @@ -588,10 +588,12 @@ textarea.texterror { /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/silverwolf/default.css b/css/silverwolf/default.css index 150fa1003..2c12efbd3 100644 --- a/css/silverwolf/default.css +++ b/css/silverwolf/default.css @@ -570,10 +570,12 @@ select.selecterror { /*AccountGroups.php, BankAccounts.php, BOMs.php, Stocks.php /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/wood/default.css b/css/wood/default.css index 385446f71..64815d499 100644 --- a/css/wood/default.css +++ b/css/wood/default.css @@ -610,10 +610,12 @@ display:table-cell; /* END Style for all devices.================================================ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) { diff --git a/css/xenos/default.css b/css/xenos/default.css index 3bbdba242..334f56de5 100644 --- a/css/xenos/default.css +++ b/css/xenos/default.css @@ -712,10 +712,12 @@ select.selecterror { /* END Class selectors of the style for all devices. ------------------------ */ -/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.inc and use the following sections. */ +/* If you want to use a cascading style sheet for a small device width, uncomment line "" on includes/header.php and use the following sections. */ @media only screen and (max-device-width:767px) { /* Style for new browser in a device with a rendering width less than 768px (xs - Extra small devices - Phones). */ + .field_help_text {display:none;/* Hides field help text. */} + .page_help_text {display:none;/* Hides page help text. */} } @media only screen and (min-device-width:768px) and (max-device-width:991px) {