Added new styles for sequence nav and reset some of the styles for inputs

This commit is contained in:
Kyle Fiedler
2012-08-17 17:41:45 -04:00
parent f343bc28f3
commit 8473188fea
19 changed files with 42 additions and 15 deletions

View File

@@ -10,7 +10,7 @@
> ${option_description}</option>
% endfor
</select>
<span id="answer_${id}"></span>
% if state == 'unsubmitted':

View File

@@ -41,11 +41,11 @@ nav.sequence-nav {
&:hover {
background-repeat: no-repeat;
background-position: center;
background-color: #F6F6F6;
background-color: #F3F3F3;
}
&.visited {
background-color: #F6F6F6;
background-color: #F3F3F3;
&:hover {
background-position: center center;
@@ -64,18 +64,6 @@ nav.sequence-nav {
}
}
&.progress-none {
background-color: lighten(red, 50%);
}
&.progress-some {
background-color: yellow;
}
&.progress-done {
background-color: green;
}
//video
&.seq_video {
&.inactive {
@@ -120,6 +108,18 @@ nav.sequence-nav {
&.active {
background-image: url('../images/sequence-nav/list-icon-current.png');
}
&.progress-none {
background-image: url('../images/sequence-nav/list-unstarted.png');
}
&.progress-some, &.progress-in_progress {
background-image: url('../images/sequence-nav/list-unfinished.png');
}
&.progress-done {
background-image: url('../images/sequence-nav/list-finished.png');
}
}
p {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 205 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 B

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 344 B

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

After

Width:  |  Height:  |  Size: 100 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 306 B

After

Width:  |  Height:  |  Size: 99 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 457 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 300 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 845 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 403 B

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 394 B

After

Width:  |  Height:  |  Size: 113 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

After

Width:  |  Height:  |  Size: 112 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB