Remove the editable title from the file app

This commit is contained in:
yflory
2017-06-26 15:16:17 +02:00
parent 38f568635d
commit 36ef4178dc
6 changed files with 25 additions and 13 deletions

View File

@@ -1303,6 +1303,9 @@ body.app-file .cryptpad-toolbar .dropdown-bar-content p .accountData {
float: left;
margin-bottom: -1px;
}
.cryptpad-toolbar-leftside:empty {
height: 0;
}
.cryptpad-toolbar-leftside .cryptpad-dropdown-users pre {
/* needed for ckeditor */
white-space: pre;
@@ -1332,6 +1335,9 @@ body.app-file .cryptpad-toolbar .dropdown-bar-content p .accountData {
height: 32px;
text-align: right;
}
.cryptpad-toolbar-rightside:empty {
height: 0;
}
.cryptpad-toolbar-rightside > button {
height: 100%;
margin: 0;