mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 20:17:37 -04:00
* 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
15 lines
170 B
CSS
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;
|
|
}
|