Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
survey text add
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Felski committed Jul 7, 2011
1 parent 2a048e3 commit 7346b60
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/views/layouts/sidebar/_future.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<div id="surveySidebar">
<h3>Help Us Improve Politiwidgets</h3>
<p>Have thoughts on how we can improve Politiwidgets for you? Take a few minutes to fill out our survey and let us know what you think.</p>
<a class="buttonLink" id="surveyBtn" href="http://organizing.sunlightfoundation.com/page/s/politiwidgets-user-survey">Start the Survey</a>
</div>
<div id="sideBubble">
<h3>Coming Soon</h3>
<p>
Expand Down
Binary file added public/images/site/btn_survey.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ div#embedCode span { margin-bottom: 5px; display: block;}

/* buttons */

button { text-indent: -9999em; display: block; border: none; cursor: pointer; }
button, .buttonLink { text-indent: -9999em; display: block; border: none; cursor: pointer; }

.submitBtn { background: url(/images/site/button-submit.png) top left no-repeat; width: 100px; height: 40px; margin-top: 20px; margin-left: 120px;}
.submitBtn:hover { background: url(/images/site/button-submit.jpg) left -40px no-repeat; }
Expand All @@ -498,6 +498,10 @@ button.noImage:hover { background-color: #0178A2;}
.submit { background: url(/images/site/btn-search.jpg) top left no-repeat; width: 88px; height: 26px; float: left; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.submit:hover { background: url(/images/site/btn-search.jpg) left -27px no-repeat; }

#surveyBtn { background: url(/images/site/btn_survey.jpg) center top no-repeat; width: 209px; height: 40px; margin-top: 25px;}
#surveyBtn:hover { background: url(/images/site/btn_survey.jpg) center bottom no-repeat; }

#surveySidebar { margin-bottom: 40px;}

/*footer*/

Expand Down

0 comments on commit 7346b60

Please sign in to comment.