diff --git a/source/static/css/app.css b/source/static/css/app.css index fe3d0a0..624d382 100644 --- a/source/static/css/app.css +++ b/source/static/css/app.css @@ -47,6 +47,13 @@ font-size: 125%; } +.link_forum { + font-weight: bold; + color: #610B0B; + text-decoration: none; +} +.link_forum:hover {text-decoration:underline;} + .delete { text-align: center; font-weight: bold; diff --git a/source/static/js/ui/main.js b/source/static/js/ui/main.js index 17f652a..ce85949 100644 --- a/source/static/js/ui/main.js +++ b/source/static/js/ui/main.js @@ -59,6 +59,9 @@ var menu_user = { } +var link_forum = "Foro de Soporte"; + + var ui_main = { rows: [ {view: 'toolbar', padding: 3, elements: [ @@ -68,7 +71,7 @@ var ui_main = { } }, {view: 'label', id: 'lbl_title_main', label: 'Empresa Libre'}, - {}, + {view: 'label', id: 'lbl_forum', label: link_forum, align: 'right'}, menu_user, {view: 'button', id: 'cmd_update_timbres', type: 'icon', width: 45, css: 'app_button', icon: 'bell-o', badge: 0}, diff --git a/source/templates/base.html b/source/templates/base.html index a2ebf0e..5e58d40 100644 --- a/source/templates/base.html +++ b/source/templates/base.html @@ -20,7 +20,7 @@