Clean up some XXXs

pull/1/head
David Benqué 4 years ago
parent 9ea2a9dedc
commit dd72d42a14

@ -80,7 +80,6 @@ define([
return h('footer', [ return h('footer', [
h('div.container', [ h('div.container', [
h('div.row', [ h('div.row', [
// XXX remove this footerCol and just make a h('div.col-6.col-sm-3',...
h('div.col-6.col-sm-3', [ h('div.col-6.col-sm-3', [
h('div.cp-logo-foot', [ h('div.cp-logo-foot', [
h('img', { h('img', {

@ -627,7 +627,7 @@
} }
.cp-toolbar-title { .cp-toolbar-title {
color: @cryptpad_text_col; color: @cryptpad_text_col;
font-family: "IBM Plex Mono"; // XXX using locally, add font to customise.dist/fonts/... font-family: "IBM Plex Mono";
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;

@ -102,7 +102,7 @@ define([
// XXX // XXX
Messages.register_warning = "<i class='fa fa-warning'></i> Warning"; // existing key Messages.register_warning = "<i class='fa fa-warning'></i> Warning"; // existing key
Messages.register_warning_note = "Due to the encrypted nature of CrytpPad even the the service administrators will not be able to recover data in case the username and/or password are forgotten. Please save them in a safe place."; Messages.register_warning_note = "Due to the encrypted nature of CrytpPad even the the service administrators will not be able to recover data in case the username and/or password are forgotten. Please save them in a safe place.";
Messages.register_cancel = "Cancel"; // XXX existing key Messages.register_cancel = "Cancel"; // existing key
setTimeout(function () { setTimeout(function () {
UI.confirm("<h2 class='msg'>" + Messages.register_warning + "</h2>" + Messages.register_warning_note, UI.confirm("<h2 class='msg'>" + Messages.register_warning + "</h2>" + Messages.register_warning_note,

Loading…
Cancel
Save