diff --git a/luciexpress/htdocs/themes/vodafone/css/theme.css b/luciexpress/htdocs/themes/vodafone/css/theme.css index 875e676a5..9f656fd65 100644 --- a/luciexpress/htdocs/themes/vodafone/css/theme.css +++ b/luciexpress/htdocs/themes/vodafone/css/theme.css @@ -36,36 +36,44 @@ h1, h2, h3, h4, h5, .navbar-nav { /*** fill entire nav **/ .navbar .navbar-inner { - padding: 0; + padding: 0; } .navbar .nav { - margin: 0; - display: table; - width: 100%; + margin: 0; + display: table; + width: 100%; } -.navbar .nav li { - display: table-cell; - width: 1%; - float: none; + +@media screen and ( min-width: 768px ){ + .navbar .nav li { + display: table-cell; + width: 16.666666667%; + float: none; + } + + .navbar .nav li a { + font-weight: bold; + text-align: center; + border-left: 1px solid rgba(250, 250, 250, .75); + border-right: 1px solid rgba(0, 0, 0, .1); + } } -.navbar .nav li a { - font-weight: bold; - text-align: center; - border-left: 1px solid rgba(250, 250, 250, .75); - border-right: 1px solid rgba(0, 0, 0, .1); +@media screen and ( max-width: 768px ){ + } + .navbar .nav li:first-child a { - border-left: 0; - /*border-radius: 3px 0 0 3px;*/ + border-left: 0; + /*border-radius: 3px 0 0 3px;*/ } .navbar .nav li:last-child a { - border-right: 0; - /*border-radius: 0 3px 3px 0;*/ + border-right: 0; + /*border-radius: 0 3px 3px 0;*/ } /*******/ diff --git a/luciexpress/htdocs/themes/vodafone/widgets/luci.navbar.html b/luciexpress/htdocs/themes/vodafone/widgets/luci.navbar.html index fd42e189c..42f2db3f5 100644 --- a/luciexpress/htdocs/themes/vodafone/widgets/luci.navbar.html +++ b/luciexpress/htdocs/themes/vodafone/widgets/luci.navbar.html @@ -1,4 +1,4 @@ -