From f8c0c4ce221f2c28a6868e1c642769e6af6fac57 Mon Sep 17 00:00:00 2001 From: amandaghassaei <amandaghassaei@gmail.com> Date: Thu, 4 May 2017 22:24:47 -0400 Subject: [PATCH] small changes --- css/main.css | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/main.css b/css/main.css index 726fd36..8834dc4 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 e30e685..1130bb1 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> -- GitLab