From 7a6c1af98f88bc6991dcc06e405421d11f5b8949 Mon Sep 17 00:00:00 2001 From: Adabriand Furtado Date: Sat, 24 Sep 2016 22:05:01 -0300 Subject: [PATCH] Add tab navigation on more elements --- assets/css/base.css | 9 +++++++-- assets/js/presentation/presentation-modal.html | 4 ++-- assets/js/ranking/ranking.service.js | 2 -- assets/templates/header.html | 2 +- assets/templates/sections.html | 77 ++++++++++++++++++++++++++++++++++++++++++++--------------------------------- index.html | 4 ++-- 6 files changed, 56 insertions(+), 42 deletions(-) diff --git a/assets/css/base.css b/assets/css/base.css index 7734125..da55099 100644 --- a/assets/css/base.css +++ b/assets/css/base.css @@ -146,8 +146,6 @@ img { .wl-section-title { position: absolute; top: -15px; - font-size: 14px; - font-weight: bold; color: #ffffff; text-transform: uppercase; text-align: center; @@ -158,6 +156,8 @@ img { } .wl-section-title .title { + font-size: 24px; + font-weight: bold; color: white; padding: 5px 0; background-color: #0f78a7; @@ -479,7 +479,12 @@ img { border-bottom: 1px solid #bb6a1a; } +.wl-ranking-header a { + text-decoration: none; +} + .wl-ranking-header .title { + color: #2d2d2d; margin-bottom: 10px; border-right: 1px solid #ccc; } diff --git a/assets/js/presentation/presentation-modal.html b/assets/js/presentation/presentation-modal.html index 4bfbadb..636c829 100644 --- a/assets/js/presentation/presentation-modal.html +++ b/assets/js/presentation/presentation-modal.html @@ -1,5 +1,5 @@ -