Reformat code

This commit is contained in:
PCoder 2018-07-21 13:28:04 +02:00
parent 069cd18268
commit 028a27c538

View file

@ -10,14 +10,14 @@ div#gdprBanner {
z-index: 999;
color: #ffffff;
}
#gdprBanner a {
cursor: pointer;
color: #ffffff;
font-weight: 600;
}
#gdprBanner button {
margin-left: 25px;
}
#gdprBanner a {
cursor: pointer;
color: #ffffff;
font-weight: 600;
}
#gdprBanner button {
margin-left: 25px;
}
</style>
<div class="gdprBanner text-center" id="gdprBanner">This site uses cookies for analytics. By continuing to browse this site, you agree to use this. <a data-toggle="modal" data-target="#gdprModal">Learn more</a> <button onclick="cookieManager.createGDPRCookie();" type="button" class="btn btn-info" data-dismiss="modal">Accept</button></div>
<div class="modal fade" id="gdprModal" role="dialog">