Browse Source

added mysociety hosted logo

master
memespring 17 years ago
parent
commit
ea529cf636
4 changed files with 7 additions and 4 deletions
  1. +5
    -3
      docs/css/main.css
  2. BIN
      docs/images/hosted.png
  3. +1
    -1
      docs/templates/alert_email_text.tpl
  4. +1
    -0
      docs/templates/footer.tpl

+ 5
- 3
docs/css/main.css View File

@@ -73,9 +73,11 @@ span.highlight {background:#ffffaa;}
a {color:#22579C;}

/* Footer */
#divFooter {text-align:center;font-size:0.9em;
padding-top:1.5em;}
#divFooter ul {border-top:dotted 1px #808080;}
#divFooter {font-size:0.9em;
padding-top:1.5em;position:relative;}
#divFooter #aHosted {display:block;width:130px;height:35px;background:url(../images/hosted.png);
position:absolute; right:0; top:30px;}
#divFooter ul {border-top:dotted 1px #808080;padding-top:3px;padding-bottom:20px;}

/* Buttons */
input.button {font-family:georgia, serif;}

BIN
docs/images/hosted.png View File

Before After
Width: 129  |  Height: 37  |  Size: 2.2 KiB

+ 1
- 1
docs/templates/alert_email_text.tpl View File

@@ -1,5 +1,5 @@
{foreach name="applications" from="$applications" item="application"}
{$application->address|upper} {$application->postcode|upper} ({$application->council_reference|upper})
{$application->address|upper} {$application->postcode|upper} ({$application->council_reference|upper})

{$application->description}



+ 1
- 0
docs/templates/footer.tpl View File

@@ -5,6 +5,7 @@
<li><a href="about.php">About</a></li>
<li><a href="about.php#contact">Contact</a></li>
</ul>
<a id="aHosted" href="http://www.mysociety.org"><span class="hide">Hosted by MySociety</span></a>
</div>
</div>
{if $onloadscript !="" || $set_focus_control !=""}


Loading…
Cancel
Save