git ssb

10+

Matt McKegg / patchwork



Commit 6975c466bb35703e5c76fdd5fef5a2d91e216d4b

tweak add gathering button

Matt McKegg committed on 6/17/2017, 2:17:40 PM
Parent: 7b3bcf591eeb8334a312dfab10d42c09a134c48b

Files changed

modules/page/html/render/gatherings.jschanged
styles/button.mcsschanged
modules/page/html/render/gatherings.jsView
@@ -16,12 +16,11 @@
1616 var prepend = [
1717 h('PageHeading', [
1818 h('h1', [h('strong', 'Gatherings'), ' from your extended network']),
1919 h('div.meta', [
20- h('a.ToggleButton', {
21- 'href': '#',
20 + h('button -add', {
2221 'ev-click': createGathering
23- }, 'Create')
22 + }, '+ Add Gathering')
2423 ])
2524 ])
2625 ]
2726
styles/button.mcssView
@@ -25,8 +25,14 @@
2525 background: #e3e2e2 !important;
2626 border-color: #DDD !important;
2727 }
2828
29 + -add {
30 + color: #6a7e6a;
31 + background-color: #ecfff0;
32 + border-color: #8ba289;
33 + }
34 +
2935 -pub {
3036 color: #6a7e6a;
3137 background-color: #ecfff0;
3238 border-color: #8ba289;

Built with git-ssb-web