diff --git a/templates/layout.html b/templates/layout.html index 318dc3449259abef4e47798608a3992c620748b0..7bc3b5baf7dd6f587d6481c39a5a0f90a8f1377b 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -28,7 +28,7 @@ {% include "content_time.html" %} </span> <div class="mdl-layout-spacer"></div> - <span id="rede-layout-notification" class="rede-layout-title"></span> + <span id="rede-layout-notification" class="mdl-layout-title"></span> <div class="mdl-layout-spacer"></div> <button class="mdl-button mdl-js-button mdl-js-ripple-effet mdl-button--icon" id="hdrbtn"> <i class="material-icons">more_vert</i> diff --git a/templates/speech_index.html b/templates/speech_index.html index cf9cf5045cdab2021b088cb2d64e55c4c095126e..961f14536c2751421452158b14db583d2c227c75 100644 --- a/templates/speech_index.html +++ b/templates/speech_index.html @@ -7,7 +7,7 @@ {% endblock %} {% block additional_sidelinks %} -<a href="#" class="mdl-navigation__link" onclick="setkeyhash()">Set Next Key</a> +<a href="#" class="mdl-navigation__link" onclick="setkeyhash()"><i class="mdl-colo-text--blue-grey-400 material-icons" role="presentation">keyboard</i>Set Next Key</a> {% endblock %} {% block content %}