diff --git a/htdocs/themes/math4/math4.css b/htdocs/themes/math4/math4.css index cf1104b264..f7d99e1ea8 100644 --- a/htdocs/themes/math4/math4.css +++ b/htdocs/themes/math4/math4.css @@ -437,13 +437,18 @@ textarea { font-weight: normal; line-height: 18px; width: auto; - max-width: 95%; } input { height: auto; } +input[type="text"], +textarea, +select { + max-width:95%; +} + .barrier { clear:both; border: none; /* 1px solid grey; */ diff --git a/htdocs/themes/math4/math4.js b/htdocs/themes/math4/math4.js index 776f6b9ba4..faca171dae 100644 --- a/htdocs/themes/math4/math4.js +++ b/htdocs/themes/math4/math4.js @@ -74,9 +74,6 @@ $(function(){ $('#site-navigation li').find('br').remove(); // Display options formatting - $('.viewOptions label:has(input:radio)').addClass('radio'); - $('label.radio').nextUntil(':not(br)').remove(); - $('.viewOptions input:submit').addClass('btn-small'); $('.facebookbox input:submit').addClass('btn-small'); //Reformats the problem_set_table.