forked from opencongress/opencongress
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
116 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
<% @content_for_sortby = render :partial => 'sort_bills', :locals => { :sort => 'hot'} %> | ||
|
||
|
||
<div id="the-bills"> | ||
<%= render :partial => 'hot_bills', :locals => { :hot_bill_categories => @hot_bill_categories } %> | ||
<%= render :partial => 'hot_bills', :locals => { :hot_bill_categories => @hot_bill_categories } %> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,5 @@ | ||
<!-- Copyright (c) 2007 [Sur http://expressica.com] --> | ||
|
||
<style type="text/CSS"> | ||
|
||
#simple_captcha{border: 1px solid #ccc; padding: 5px !important;} | ||
#simple_captcha, | ||
#simple_captcha div{display: table;} | ||
#simple_captcha .simple_captcha_field, | ||
#simple_captcha .simple_captcha_image{ | ||
border: 1px solid #ccc; | ||
margin: 0px 0px 2px 0px !important; | ||
padding: 0px !important; | ||
} | ||
#simple_captcha .simple_captcha_image img{ | ||
margin: 0px !important; | ||
padding: 0px !important; | ||
width: 110px !important; | ||
} | ||
#simple_captcha .simple_captcha_label{font-size: 12px;} | ||
#simple_captcha .simple_captcha_field input{ | ||
width: 150px !important; | ||
font-size: 16px; | ||
border: none; | ||
background-color: #efefef; | ||
} | ||
</style> | ||
|
||
|
||
|
||
<div class='simple_captcha'> | ||
<div class='simple_captcha_image'> | ||
<%= simple_captcha_options[:image] %> | ||
</div> | ||
|
||
<div class='simple_captcha_field'> | ||
<%= simple_captcha_options[:field] %> | ||
</div> | ||
|
||
<div class='simple_captcha_label'> | ||
<%= simple_captcha_options[:label] %> | ||
</div> | ||
</div> | ||
<label for="simple_captcha">Spam check</label> | ||
<span class="captcha_img"><%= simple_captcha_options[:image] %></span> | ||
<%= simple_captcha_options[:field] %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters