Index: lams_learning/web/css/components-learner.scss =================================================================== diff -u -ra8263ea52078fa1af6b0ce96f77bac8e3427849e -rc14b61c5121849a97cd799b1e2c66201a853cbe5 --- lams_learning/web/css/components-learner.scss (.../components-learner.scss) (revision a8263ea52078fa1af6b0ce96f77bac8e3427849e) +++ lams_learning/web/css/components-learner.scss (.../components-learner.scss) (revision c14b61c5121849a97cd799b1e2c66201a853cbe5) @@ -300,3 +300,29 @@ text-align: center; font-size: medium; } + +.na { + display: inline-block; +} +.na:after { + content: "\f0a9"; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + margin-left: 5px; + color: inherit; + /*float: right;*/ +} + +.btn-refresh { + display: inline-block; +} +.btn-refresh:before { + content: "\f021"; + font-family: FontAwesome; + font-style: normal; + font-weight: normal; + text-decoration: inherit; + color: inherit; +} \ No newline at end of file