This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Switchboard
mirror of
https://github.com/aaronpk/Switchboard.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
white bkg for status page
master
Aaron Parecki
9 years ago
parent
d65092d214
commit
86bdb045e3
2 changed files
with
8 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
public/css/style.css
+5
-1
views/subscription-status.php
+ 3
- 1
public/css/style.css
View File
@ -26,9 +26,11 @@ body.logged-out {
}
.
narrow
{
background
:
#
fff
;
max-width
:
700px
;
margin-right
:
auto
;
margin-left
:
auto
;
margin-left
:
auto
;
padding
:
10px
;
}
.
footer
{
+ 5
- 1
views/subscription-status.php
View File
@ -1,3 +1,5 @@
<
div
class
=
"
narrow
"
>
<
?
if
(
$this
->
subscription
->
active
)
:
?>
<
div
class
=
"
bs bs-callout bs-callout-success
"
>
This
subscription
is
active
!</
div
>
<
?
else
:
?>
@ -33,4 +35,6 @@
</
tr
>
</
table
>
</
table
>
</
div
>
Write
Preview
Loading…
Cancel
Save