Browse Source

white bkg for status page

master
Aaron Parecki 9 years ago
parent
commit
86bdb045e3
2 changed files with 8 additions and 2 deletions
  1. +3
    -1
      public/css/style.css
  2. +5
    -1
      views/subscription-status.php

+ 3
- 1
public/css/style.css View File

@ -26,9 +26,11 @@ body.logged-out {
} }
.narrow { .narrow {
background: #fff;
max-width: 700px; max-width: 700px;
margin-right: auto; margin-right: auto;
margin-left: auto;
margin-left: auto;
padding: 10px;
} }
.footer { .footer {

+ 5
- 1
views/subscription-status.php View File

@ -1,3 +1,5 @@
<div class="narrow">
<? if($this->subscription->active): ?> <? if($this->subscription->active): ?>
<div class="bs bs-callout bs-callout-success">This subscription is active!</div> <div class="bs bs-callout bs-callout-success">This subscription is active!</div>
<? else: ?> <? else: ?>
@ -33,4 +35,6 @@
</tr> </tr>
</table>
</table>
</div>

Loading…
Cancel
Save