WeBWorK Main Forum

Adjusting Division sizes in the HTML of WW

Adjusting Division sizes in the HTML of WW

by Michael Schroeder -
Number of replies: 1
Hello All,

I would like to shrink the width of the "Course Info" window on the page listing homework assignments. One of our assignments has a long name and its size is compressing the column with due dates.

I found in the code this fragment:

<span style="font-size:larger; color:#00F; float:left; width:60%; ">Math 112 Fall 2010</span>

<span class="Message" style=" float:right; width:40%; right:0;"> 
I'm guessing that if I adjust these percentages I will get the desired effect, but I don't know where to start looking for this.

Any ideas?

-Mike Schroeder
In reply to Michael Schroeder

Re: Adjusting Division sizes in the HTML of WW

by Sam Hathaway -
You should be able to change this in webwork2/htdocs/css/math.css. Look for the #InfoPanel definition and change the width. Hope this helps!
-sam