additional_plugins/serendipity_event_dsgvo_gdpr/style.css
Matthias Mees 8bfad98183 Add German translation for DSGVO plugin
- Add + translate German lang file
- Add UTF-8 version of the German lang file
- Add a default spacing for checkbox to CSS
- 'Imprint' is a false friend, 'legal notice' is usually correct
- Fix minor typo
2018-04-01 17:51:19 +02:00

16 lines
362 B
CSS

/*
Default style.css file of serendipity_event_dsgvo_gdpr.
You can customize this CSS by editing your template's stylesheet and simply placing a ".dsgvo_gdpr" class somewhere, then this file will no longer be loaded.
*/
.dsgvo_gdpr_footer {
text-align: center;
}
.dsgvo_gdpr_statement {
margin: 1em;
}
#checkbox_dsgvo_gdpr {
margin-right: .4em;
}