Skip to content

Commit

Permalink
#212 Project page
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael-santos committed Dec 23, 2013
1 parent 9fdb15e commit 8e24893
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions djangoproject/statfiles/static/css2/fs_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ textarea{
width:100%;
min-height:120px;

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-sizing: border-box!important;
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;

border: 1px solid #D1D1D1;
resize: none;
Expand Down Expand Up @@ -581,6 +581,12 @@ div.divider.small:before{
/* Icons
----------------------------------------------- */

.external-link{
display:inline-block;
padding-right:18px;
background:transparent url(../img2/fs_external_link_icon.png) right center no-repeat;
}

.iconized{
display:inline-block;
padding-left:20px;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions djangoproject/templates/core2/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h4 class="arial">Total Issues</h4>
</div>
</div>
<div class="vgap-15"><!-- Vertical Gap 15px --></div>
<div class="column-wrapper vcenter-content">
<div class="column-wrapper vcenter-content" style="height:90px;">
<div class="hgap-30 inline"><!-- Horizontal Gap 30px --></div>
<!-- Top Sponsors -->
<div class="column fit">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h4 class="arial">Total Issues</h4>
<div class="column fs-box fit">
<textarea class="no-margin" rows="3"></textarea>
<div class="column-wrapper vcenter-content" style="height:26px;margin-top:10px;">
<div class="column-fit"><p class="no-margin">You can use <a href="http://blog.freedomsponsors.org/markdown_formatting/">markdown</a> for formatting </p></div>
<div class="column-fit"><p class="no-margin">You can use <a href="http://blog.freedomsponsors.org/markdown_formatting/" class="external-link">markdown</a> for formatting </p></div>
<div class="text-align-right"><a href="" class="fs-button blue medium">Submit</a></div>
</div>
</div>
Expand Down

0 comments on commit 8e24893

Please sign in to comment.