aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2015-11-05 09:06:45 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2015-11-05 09:06:45 +0100
commit91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35 (patch)
tree7e4c905b1c0c1d32f682c493ac52aa075ddd5b68 /mod
parent58fe4f5cb37bb812993850750eda201d5dccf112 (diff)
downloadvolse-hubzilla-91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35.tar.gz
volse-hubzilla-91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35.tar.bz2
volse-hubzilla-91f2e05d5dc15915cb8a9ebbfb6195a6d8d6da35.zip
Style the button
Diffstat (limited to 'mod')
-rw-r--r--mod/ffsapi.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/ffsapi.php b/mod/ffsapi.php
index a75e60bcc..de47408bd 100644
--- a/mod/ffsapi.php
+++ b/mod/ffsapi.php
@@ -55,10 +55,10 @@ function activate(node) {
}
</script>
-<button onclick="activate(this)" title="activate the demo provider">$activate</button>
+<button onclick="activate(this)" title="activate the demo provider" class="btn btn-primary">$activate</button>
EOT;
return $s;
-} \ No newline at end of file
+}