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

@@ -780,6 +780,9 @@ body {
}
.cryptpad-toolbar-leftside {
height: 32px;
&:empty {
height: 0;
}
float: left;
margin-bottom: -1px;
.cryptpad-dropdown-users {
@@ -812,6 +815,9 @@ body {
}
.cryptpad-toolbar-rightside {
height: 32px;
&:empty {
height: 0;
}
text-align: right;
&> button {
height: 100%;

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;

View File

@@ -406,6 +406,7 @@ define(function () {
out.upload_progress = "État";
out.upload_mustLogin = "Vous devez vous connecter pour importer un fichier";
out.download_button = "Déchiffrer et télécharger";
out.download_mt_button = "Télécharger";
// general warnings
out.warn_notPinned = "Ce pad n'est stocké dans aucun CryptDrive. Il va expirer après 3 mois d'inactivité. <a href='/about.html#pinning'>En savoir plus...</a>";

View File

@@ -412,6 +412,7 @@ define(function () {
out.upload_progress = "Progress";
out.upload_mustLogin = "You must be logged in to upload files";
out.download_button = "Decrypt & Download";
out.download_mt_button = "Download";
// general warnings
out.warn_notPinned = "This pad is not in anyone's CryptDrive. It will expire after 3 months. <a href='/about.html#pinning'>Learn more...</a>";