summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/stylesheets/responsive.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css
index 199561f0f..2ef7e495e 100644
--- a/public/stylesheets/responsive.css
+++ b/public/stylesheets/responsive.css
@@ -13,6 +13,7 @@
D) TOGGLE BUTTON & FLYOUT MENU
E) UX ELEMENTS
F) PAGE SPECIFIC STYLES
+ G) FORMS
*/
@@ -737,4 +738,30 @@
{
margin: 0;
}
+
+ /*----------------------------------------*\
+ G) FORMS
+ \*----------------------------------------*/
+
+ /* tabular forms resets for mobile */
+ .box.tabular p {
+ padding-left: 0;
+ }
+
+ .box.tabular label {
+ display: block;
+ width: 100%;
+ margin-left: 0;
+ text-align: left;
+ }
+
+ .box.tabular input, .box.tabular select, .box.tabular textarea {
+ width: 100%;
+ max-width: 100%;
+ }
+
+ .box.tabular input[type="checkbox"] {
+ width: auto;
+ max-width: 95%;
+ }
}