parent
df6433f86e
commit
dd926bdd5b
2 changed files with 14 additions and 0 deletions
9
roles/mailman/files/headers.html
Normal file
9
roles/mailman/files/headers.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<style>
|
||||
.socialaccount_provider.fedora {
|
||||
padding: 10px 16px;
|
||||
font-size: 18px;
|
||||
line-height: 1.33333;
|
||||
border-radius: 6px;
|
||||
border-color: #aaa;
|
||||
}
|
||||
</style>
|
|
@ -358,6 +358,11 @@
|
|||
dest="{{ mailman_webui_basedir }}/templates/hyperkitty/navbar-brand.html"
|
||||
tags: mailman
|
||||
|
||||
- name: install our fedora-specific page headers
|
||||
copy: src=headers.html
|
||||
dest="{{ mailman_webui_basedir }}/templates/hyperkitty/headers.html"
|
||||
tags: mailman
|
||||
|
||||
- name: Install our fedmenu js hook
|
||||
template: src=bottom.html
|
||||
dest="{{mailman_webui_basedir }}/templates/hyperkitty/bottom.html"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue