Index: lams_central/web/css/defaultHTML_learner.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/defaultHTML_learner.css,v diff -u -r1.32.2.9 -r1.32.2.10 --- lams_central/web/css/defaultHTML_learner.css 8 Mar 2016 04:32:16 -0000 1.32.2.9 +++ lams_central/web/css/defaultHTML_learner.css 16 Mar 2016 05:43:49 -0000 1.32.2.10 @@ -167,3 +167,14 @@ color: inherit; /*float: right;*/ } + +/* Restrict the width of the up and down arrows so they do not grow wider when the screen is enlarged. td needs to be 5px wider than div. */ +div.arrows{ + display:inline-block; + width:30px; + text-align: center; +} +td.arrows{ + width:35px; + text-align: center; +} \ No newline at end of file