tweaked sequence nav and discussion profile sidebar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user