Files
zoneminder/web/skins/classic/css/base/views/privacy.css
Andrew Bauer 8f0fb0843a Add Privacy Statement (#2194)
* initial implementation of privacy popup

* split the privacy text and run it through translate

* change style of toggle button, validate the form

* fix copy/paste error

* fix typos

* display privacy view inline rather than popup

* display privacy inline if show_privacy flag set

* redirect to console after selection is made

* typo

* css formatting

* update privacy verbiage

* create and load default.php

* fix typos

* fix erroneous copy/paste
2018-08-30 13:25:02 -04:00

15 lines
170 B
CSS

h6 {
text-align: left;
font-weight: bold;
text-decoration: underline;
}
p {
text-align: left;
}
ul {
text-align: left;
list-style-type: disc;
}