HyperKitty: make the Fedora login button more visible

Fixes #5737
This commit is contained in:
Aurélien Bompard 2017-02-09 09:07:36 +00:00
parent df6433f86e
commit dd926bdd5b
2 changed files with 14 additions and 0 deletions

View 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>

View file

@ -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"