From 2d80ae665349d4f99743bc70618dd9b0960fbc00 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 2 Jul 2014 17:33:08 +0200 Subject: [PATCH] Revert "add .progress-tabs for progress-tabs" This reverts commit 1f578fbef0abd864b70aa739f487de420015f4d4. --- app/assets/javascripts/app/views/getting_started.jst.eco | 2 +- app/assets/stylesheets/zzz.css | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/app/assets/javascripts/app/views/getting_started.jst.eco b/app/assets/javascripts/app/views/getting_started.jst.eco index de5e87765..2cf98639e 100644 --- a/app/assets/javascripts/app/views/getting_started.jst.eco +++ b/app/assets/javascripts/app/views/getting_started.jst.eco @@ -1,6 +1,6 @@

<%- @T( 'Getting started!' ) %>

-
    +
    1. <%- @T( 'Create Admin' ) %>
    2. <%- @T( 'Invite Agents' ) %>
    3. <%- @T( 'Configure Channels' ) %>
    4. diff --git a/app/assets/stylesheets/zzz.css b/app/assets/stylesheets/zzz.css index 8a72e043d..99385fe1f 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -598,10 +598,6 @@ ol.tabs li { padding-right: 5px; } - .progress-tabs .tab { - cursor: default; - } - .tab { padding: 10px; text-align: center; @@ -614,7 +610,6 @@ ol.tabs li { color: white; background: #444a4f; } - .tab:first-child { border-radius: 3px 0 0 3px; } @@ -624,7 +619,6 @@ ol.tabs li { border-right: none; } - .contain-text { white-space: nowrap; overflow: hidden;