diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index cf4197d0..1b257d76 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -1327,6 +1327,14 @@ body { } .tab-ranking { + .ranking-tabs-top { + height: 70px; + background-color: #fafbfc; + border-bottom: solid 1px #ddd; + } + .mt-responsive-tabs-xs { + margin-top: -44px; + } .nav-tabs { > li { @media (max-width: @screen-xs-max) { @@ -1355,6 +1363,7 @@ body { > a { margin-right: 5px; border-top: 3px solid transparent; + max-height: 44px; .fa-2x { font-size: 1.4em; } diff --git a/modules/ranking/client/views/ranking.client.view.html b/modules/ranking/client/views/ranking.client.view.html index fd838e0d..1bfa77a4 100644 --- a/modules/ranking/client/views/ranking.client.view.html +++ b/modules/ranking/client/views/ranking.client.view.html @@ -1,14 +1,18 @@ -
-
- - - - {{tab.title}} - -
-
-
-
+
+
+
+
+
+ + + + {{tab.title}} + +
+
+
+
+