From b79cac3ff380f4b29054702456a685320cff3e0d Mon Sep 17 00:00:00 2001 From: Glitch Date: Sun, 10 Jul 2016 18:06:06 +0000 Subject: [PATCH] Redesigning --- static/css/main.css | 4 +++- templates/base.html | 25 ++++++++++++++++++++----- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index 2d7ee91..d0a3494 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -19,11 +19,13 @@ body { top: 69px; } -#nav-mobile i { +.side-icon { position: absolute; margin-top: 19px; margin-left: -15px; +} +.side-text { } .collapsible-body { diff --git a/templates/base.html b/templates/base.html index eece72c..b7b9ac6 100644 --- a/templates/base.html +++ b/templates/base.html @@ -48,15 +48,30 @@ {% if config.competition_is_running() %} {% if logged_in %} -
  • flagChallenges
  • +
  • +
    flag
    +
    Challenges
    +
  • {% endif %} -
  • timelineScoreboard
  • -
  • chatChat
  • +
  • +
    timeline
    +
    Scoreboard
    +
  • +
  • +
    chat
    +
    Chat
    +
  • {% endif %} {% if logged_in %} -
  • report_problemTickets
  • +
  • +
    report_problem
    +
    Tickets
    +
  • {% endif %} -
  • buildStatus
  • +
  • +
    build
    +
    Status
    +
  • {% if logged_in %}
  • flagLogout