Changeset - 828fd09d113f
[Not reviewed]
0 2 0
Brett Smith (brett) - 6 years ago 2017-11-27 18:30:27
brett@sfconservancy.org
css: Add a little style to the progressbar.
2 files changed with 11 insertions and 7 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/css/conservancy.css
Show inline comments
...
 
@@ -140,5 +140,2 @@ h3 { margin-top: .6em; margin-bottom: .4em; }
 

	
 
#siteprogressbar {
 
    margin: .5em 20% .5em 2%;
 
}
 
#siteprogressbar .goalText {
...
 
@@ -457,6 +454,13 @@ dd {
 
    background: #F0FFB8;
 
    padding: .7em .7em .7em .7em;
 
    padding: .2em .7em;
 
}
 
.fundraiser-top-text * {
 
    margin: .5em auto;
 
    max-width: 70em;
 
    width: 95%;
 
}
 
.fundraiser-top-text em {
 
.fundraiser-top-text p {
 
    font-size: 110%;
 
    font-style: italic;
 
    text-align: center;
 
}
www/conservancy/templates/base_conservancy.html
Show inline comments
...
 
@@ -67,3 +67,3 @@ this_match_remaining: this_match_goal - this_match_so_far
 
    <div class="fundraiser-top-text">
 
      <em>
 
      <p>
 
        {% if this_match_remaining <= 0 %}
...
 
@@ -75,3 +75,3 @@ this_match_remaining: this_match_goal - this_match_so_far
 
        {% endif %}
 
      </em>
 
      </p>
 
<div id="siteprogressbar">
0 comments (0 inline, 0 general)