Add the read-only mode for /pad and /code

This commit is contained in:
Yann Flory
2016-09-19 17:52:37 +02:00
parent 42f14873cd
commit 99b50465c7
6 changed files with 91 additions and 26 deletions

View File

@@ -83,3 +83,8 @@
.cryptpad-spinner {
float: left;
}
.cryptpad-readonly {
margin-right: 20px;
font-weight: bold;
text-transform: uppercase;
}