tweaked sequence nav and discussion profile sidebar

This commit is contained in:
Tom Giannattasio
2012-08-23 11:11:22 -04:00
parent a2372e659c
commit 5950520e71
5 changed files with 12 additions and 15 deletions

View File

@@ -61,13 +61,12 @@ nav.sequence-nav {
min-width: 20px;
a {
width: 34px;
height: 34px;
margin: 4px auto;
background-position: center 10px;
width: 100%;
height: 42px;
margin: 0;
background-position: center 14px;
background-repeat: no-repeat;
border: 1px solid transparent;
@include border-radius(35px);
cursor: pointer;
display: block;
padding: 0;
@@ -82,7 +81,7 @@ nav.sequence-nav {
&:hover {
background-color: #fff;
background-repeat: no-repeat;
background-position: center 10px;
background-position: center 14px;
}
&.active {
@@ -103,7 +102,7 @@ nav.sequence-nav {
&:hover {
background-color: #fff;
background-repeat: no-repeat;
background-position: center 10px;
background-position: center 14px;
}
}

View File

@@ -55,6 +55,7 @@ class @Sequence
element.removeClass('progress-none')
.removeClass('progress-some')
.removeClass('progress-done')
switch progress
when 'none' then element.addClass('progress-none')
when 'in_progress' then element.addClass('progress-some')