Skip to content

Commit

Permalink
Merge pull request #141 from rafa62/master
Browse files Browse the repository at this point in the history
Hides help texts for extra small devices
  • Loading branch information
rafa62 authored Jan 4, 2019
2 parents 3adb03f + 1aa3585 commit 8e46864
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 10 deletions.
5 changes: 5 additions & 0 deletions css/WEBootstrap/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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. */}
}
4 changes: 3 additions & 1 deletion css/aguapop/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/default/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/fluid/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/fresh/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/gel/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/professional-rtl/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/professional/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/silverwolf/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/wood/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down
4 changes: 3 additions & 1 deletion css/xenos/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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 "<meta name="viewport" content="width=device-width, initial-scale=1" />" 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) {
Expand Down

0 comments on commit 8e46864

Please sign in to comment.