Skip to content

Commit

Permalink
Merge pull request #543 from goehle/radiobug
Browse files Browse the repository at this point in the history
Radio/Math4 Bug
  • Loading branch information
jwj61 committed Jan 12, 2015
2 parents ea3de10 + 1b57876 commit 03a57fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 6 additions & 1 deletion htdocs/themes/math4/math4.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; */
Expand Down
3 changes: 0 additions & 3 deletions htdocs/themes/math4/math4.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03a57fc

Please sign in to comment.