Remove the editable title from the file app
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>";
|
||||
|
||||
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user