add .progress-tabs for progress-tabs

This commit is contained in:
Felix Niklas 2014-07-02 17:31:34 +02:00
parent 98d8d87232
commit 1f578fbef0
2 changed files with 7 additions and 1 deletions

View file

@ -1,6 +1,6 @@
<div class="hero-unit"> <div class="hero-unit">
<h1><%- @T( 'Getting started!' ) %><small></small></h1> <h1><%- @T( 'Getting started!' ) %><small></small></h1>
<ol class="horizontal tabs tabs-condensed"> <ol class="horizontal tabs progress-tabs tabs-condensed">
<li class="tab contain-text active"><%- @T( 'Create Admin' ) %></li> <li class="tab contain-text active"><%- @T( 'Create Admin' ) %></li>
<li class="tab contain-text"><%- @T( 'Invite Agents' ) %></li> <li class="tab contain-text"><%- @T( 'Invite Agents' ) %></li>
<li class="tab contain-text"><%- @T( 'Configure Channels' ) %></li> <li class="tab contain-text"><%- @T( 'Configure Channels' ) %></li>

View file

@ -598,6 +598,10 @@ ol.tabs li {
padding-right: 5px; padding-right: 5px;
} }
.progress-tabs .tab {
cursor: default;
}
.tab { .tab {
padding: 10px; padding: 10px;
text-align: center; text-align: center;
@ -610,6 +614,7 @@ ol.tabs li {
color: white; color: white;
background: #444a4f; background: #444a4f;
} }
.tab:first-child { .tab:first-child {
border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px;
} }
@ -619,6 +624,7 @@ ol.tabs li {
border-right: none; border-right: none;
} }
.contain-text { .contain-text {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;