diff --git a/luciexpress/htdocs/plugins/core/widgets/luci.top_bar.html b/luciexpress/htdocs/plugins/core/widgets/luci.top_bar.html index 2f34da2e1..d5fbda218 100644 --- a/luciexpress/htdocs/plugins/core/widgets/luci.top_bar.html +++ b/luciexpress/htdocs/plugins/core/widgets/luci.top_bar.html @@ -1,23 +1,22 @@ +
diff --git a/luciexpress/htdocs/themes/vodafone/css/theme.css b/luciexpress/htdocs/themes/vodafone/css/theme.css index d0ad6d32f..875e676a5 100644 --- a/luciexpress/htdocs/themes/vodafone/css/theme.css +++ b/luciexpress/htdocs/themes/vodafone/css/theme.css @@ -232,3 +232,31 @@ h1, h2 { color: #a8b400; } +.top-bar .box-model { + font-size: 26px; + padding-top: 15px; + font-family: 'vodafont'; +} + +.top-bar .outer-select { + float: right; + padding-top: 10px; +} + +.top-bar .inner-select { + width: 200px; + margin-top: 5px; +} + +.top-bar .inner-select .btn { + font-size: 16px; +} + +.top-bar .inner-select .dropdown-menu { + font-size: 16px; +} + +.ui-select-bootstrap .ui-select-choices-row.active>a { + background-color: #777 !important; +} + diff --git a/luciexpress/htdocs/themes/vodafone/vodafone.js b/luciexpress/htdocs/themes/vodafone/vodafone.js index 6ba09eb4c..88cf7bdd7 100644 --- a/luciexpress/htdocs/themes/vodafone/vodafone.js +++ b/luciexpress/htdocs/themes/vodafone/vodafone.js @@ -5,7 +5,7 @@ angular.module("luci").config(function($provide){ "luciLayoutSingleColumnDirective": "/widgets/luci.layout.single_column.html", "luciLayoutWithSidebarDirective": "/widgets/luci.layout.with_sidebar.html", "luciNavbarDirective": "/widgets/luci.navbar.html", - //"luciTopBarDirective": "/widgets/luci.top_bar.html" + "luciTopBarDirective": "/widgets/luci.top_bar.html" }; var plugin_root = "/themes/vodafone/"; Object.keys(overrides).map(function(k){ diff --git a/luciexpress/htdocs/themes/vodafone/widgets/luci.top_bar.html b/luciexpress/htdocs/themes/vodafone/widgets/luci.top_bar.html index 70ffa9294..2f34da2e1 100644 --- a/luciexpress/htdocs/themes/vodafone/widgets/luci.top_bar.html +++ b/luciexpress/htdocs/themes/vodafone/widgets/luci.top_bar.html @@ -1,26 +1,23 @@