Skip to content

Commit

Permalink
Fixed progress bar styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pairing Machine committed Feb 23, 2012
1 parent 9f695bb commit a0e16cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions assets/css/app.styl
Expand Up @@ -105,10 +105,7 @@ input[type=text]:focus {

#progress_bar_container {
height : 46px;
border-bottom : 1px solid #c3c3c3;
background : url(/images/header_background.png);
z-index : 1;
box_shadow(0 1px 2px rgba(0, 0, 0, 0.1));
user_select(none);
}

Expand All @@ -120,7 +117,7 @@ input[type=text]:focus {
position : absolute;
top : 10px;
right : 10px;
left : 50px;
left : 10px;
height : 20px;
padding : 2px;
background : #fff;
Expand Down Expand Up @@ -380,8 +377,8 @@ input[type=text]:focus {
padding : 12px;

&.active { background: #eee; }
&.correct { background: #8CDD81; }
&.incorrect { background: #d00; }
&.correct { color: #393; }
&.incorrect { color: #800; }
}

.percentOfThisAnswer {
Expand Down
2 changes: 1 addition & 1 deletion assets/js/views/templates.compiled.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions views/client/participant_layout.hbs
Expand Up @@ -18,6 +18,7 @@
<a href="http://twitter.com/pragma_tech" target="_blank">@pragma_tech</a>
<a href="http://twitter.com/rubybuddha" target="_blank">@rubybuddha</a>
<a href="http://twitter.com/nummi" target="_blank">@nummi</a>
<a href="http://twitter.com/saterus" target="_blank">@saterus</a>
<a href="http://twitter.com/edgecase" target="_blank">@edgecase</a>
</div>

Expand Down

0 comments on commit a0e16cc

Please sign in to comment.