diff --git a/css/main.css b/css/main.css index 726fd36536282b22246ca1dfd93f503eedae5d73..8834dc46923502cc9351d91d613bfbd5163fd4fd 100644 --- a/css/main.css +++ b/css/main.css @@ -45,7 +45,7 @@ body{ overflow: auto; } #controlsLeft .radio{ - width: 200px; + width: 240px; } .sliderInput{ diff --git a/index.html b/index.html index e30e6850600519b39af75db70af4035a74a49992..1130bb15747ecb938af3bde58f7ccebf82abd671 100644 --- a/index.html +++ b/index.html @@ -501,7 +501,7 @@ </label> <label class="radio"> <input name="colorMode" value="axialStrain" data-toggle="radio" class="custom-radio" type="radio"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span> - Axial Strain Material<a class="about floatRight" href="#" id="aboutAxialStrain"><span class="fui-question-circle"></span></a> + Axial Strain Visualization<a class="about floatRight" href="#" id="aboutAxialStrain"><span class="fui-question-circle"></span></a> </label> <div id="axialStrainMaterialOptions" class="indent"> <label>Max Strain: </label> @@ -638,7 +638,7 @@ Increasing the "Axial Stiffness" will tighten these constraints and lower the error in the simulation.<br/> <br/> - To visualize the error of each node graphically, select "Axial Strain Material" under "Mesh Material" + To visualize the error of each node graphically, select "Axial Strain Visualization" under "Mesh Material" in the left menu. </p> </div>