diff --git a/app/assets/javascripts/app/views/getting_started.jst.eco b/app/assets/javascripts/app/views/getting_started.jst.eco index 2cf98639e..de5e87765 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 99385fe1f..8a72e043d 100644 --- a/app/assets/stylesheets/zzz.css +++ b/app/assets/stylesheets/zzz.css @@ -598,6 +598,10 @@ ol.tabs li { padding-right: 5px; } + .progress-tabs .tab { + cursor: default; + } + .tab { padding: 10px; text-align: center; @@ -610,6 +614,7 @@ ol.tabs li { color: white; background: #444a4f; } + .tab:first-child { border-radius: 3px 0 0 3px; } @@ -619,6 +624,7 @@ ol.tabs li { border-right: none; } + .contain-text { white-space: nowrap; overflow: hidden;