diff --git a/customize.dist/images/key_small.png b/customize.dist/images/key_small.png new file mode 100644 index 000000000..2810ffb7d Binary files /dev/null and b/customize.dist/images/key_small.png differ diff --git a/customize.dist/images/organize.png b/customize.dist/images/organize.png new file mode 100644 index 000000000..6dd9dc11f Binary files /dev/null and b/customize.dist/images/organize.png differ diff --git a/customize.dist/images/realtime.png b/customize.dist/images/realtime.png deleted file mode 100644 index d854c4d48..000000000 Binary files a/customize.dist/images/realtime.png and /dev/null differ diff --git a/customize.dist/images/realtime_small.png b/customize.dist/images/realtime_small.png new file mode 100644 index 000000000..64c4ba0a3 Binary files /dev/null and b/customize.dist/images/realtime_small.png differ diff --git a/customize.dist/images/zeroknowledge_small.png b/customize.dist/images/zeroknowledge_small.png new file mode 100644 index 000000000..4b314f4a7 Binary files /dev/null and b/customize.dist/images/zeroknowledge_small.png differ diff --git a/customize.dist/index.html b/customize.dist/index.html index 22ced1111..80547220e 100644 --- a/customize.dist/index.html +++ b/customize.dist/index.html @@ -98,58 +98,50 @@
- You don't have to trust that we won't look at your pads, with CryptPad's revolutionary Zero Knowledge Technology we can't. Learn more about how we protect your Privacy and Security. -
+ +- The greatest projects come from the smallest ideas. Take down the moments of inspiration and unexpected ideas because you never know which one might be a breakthrough. -
+ +- Grow your ideas together: conduct efficient meetings, collaborate on TODO lists and make quick presentations with all your friends and all your devices. -
+ +- With CryptPad Drive, you can keep your sights on what's important. Folders allow you to keep track of your projects and have a global vision of where things are going. -
+ +- Edit rich text documents collaboratively with our realtime Zero Knowledge CkEditor application. -
+- Edit code from your software collaboratively with our realtime Zero Knowledge CodeMirror application. -
+ @@ -188,23 +176,19 @@ -->- Create your presentations using the Markdown syntax with our CryptSlide application, and display them in your browser. -
+- Plan your meeting or your event, or vote for the best solution regarding your problem using our poll application. -
+ diff --git a/customize.dist/main.css b/customize.dist/main.css index 17f91fc6e..184334a57 100644 --- a/customize.dist/main.css +++ b/customize.dist/main.css @@ -887,6 +887,8 @@ html.cp, @media screen and (max-width: 800px) { .cp #main #userForm, .cp #main_other #userForm, + .cp #main #loggedIn, + .cp #main_other #loggedIn, .cp #main #data, .cp #main_other #data { transform: initial; @@ -900,7 +902,9 @@ html.cp, } @media screen and (max-width: 800px) { .cp #main #userForm, - .cp #main_other #userForm { + .cp #main_other #userForm, + .cp #main #loggedIn, + .cp #main_other #loggedIn { border: 1px solid #888; } } diff --git a/customize.dist/src/fragments/index.html b/customize.dist/src/fragments/index.html index 914194cde..2eb5ca6df 100644 --- a/customize.dist/src/fragments/index.html +++ b/customize.dist/src/fragments/index.html @@ -31,58 +31,50 @@- You don't have to trust that we won't look at your pads, with CryptPad's revolutionary Zero Knowledge Technology we can't. Learn more about how we protect your Privacy and Security. -
+ +- The greatest projects come from the smallest ideas. Take down the moments of inspiration and unexpected ideas because you never know which one might be a breakthrough. -
+ +- Grow your ideas together: conduct efficient meetings, collaborate on TODO lists and make quick presentations with all your friends and all your devices. -
+ +- With CryptPad Drive, you can keep your sights on what's important. Folders allow you to keep track of your projects and have a global vision of where things are going. -
+ +- Edit rich text documents collaboratively with our realtime Zero Knowledge CkEditor application. -
+- Edit code from your software collaboratively with our realtime Zero Knowledge CodeMirror application. -
+ @@ -121,23 +109,19 @@ -->- Create your presentations using the Markdown syntax with our CryptSlide application, and display them in your browser. -
+- Plan your meeting or your event, or vote for the best solution regarding your problem using our poll application. -
+ diff --git a/customize.dist/src/less/cryptpad.less b/customize.dist/src/less/cryptpad.less index c65fdafae..6831f3290 100644 --- a/customize.dist/src/less/cryptpad.less +++ b/customize.dist/src/less/cryptpad.less @@ -446,7 +446,7 @@ body.html { left: 0; } } - #userForm, #data { + #userForm, #loggedIn, #data { @media screen and (max-width: @media-not-big) { transform: initial; position: relative; @@ -457,7 +457,7 @@ body.html { box-sizing: border-box; } } - #userForm { + #userForm, #loggedIn { @media screen and (max-width: @media-not-big) { border: 1px solid #888; } diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index b85a1d420..075639649 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -39,6 +39,21 @@ float: right; } + button { + shareButton { + color: #fff; + background: #5cb85c; + border-color: #5cb85c; + &:hover { + background: #449d44; + border: 1px solid #419641; + } + span { + color: #fff; + } + } + } + .cryptpad-lag { box-sizing: content-box; height: 16px; @@ -273,6 +288,9 @@ button { margin: 2px 4px 2px 0px; } + .dropdown-bar-content { + margin-top: -1px; + } } .cryptpad-toolbar-rightside { text-align: right; diff --git a/customize.dist/toolbar.css b/customize.dist/toolbar.css index 5398a1d3d..5d824364b 100644 --- a/customize.dist/toolbar.css +++ b/customize.dist/toolbar.css @@ -112,6 +112,18 @@ .cryptpad-toolbar a { float: right; } +.cryptpad-toolbar button#shareButton { + color: #fff; + background: #5cb85c; + border-color: #5cb85c; +} +.cryptpad-toolbar button#shareButton:hover { + background: #449d44; + border: 1px solid #419641; +} +.cryptpad-toolbar button#shareButton span { + color: #fff; +} .cryptpad-toolbar .cryptpad-lag { box-sizing: content-box; height: 16px; @@ -348,6 +360,9 @@ .cryptpad-toolbar-leftside button { margin: 2px 4px 2px 0px; } +.cryptpad-toolbar-leftside .dropdown-bar-content { + margin-top: -1px; +} .cryptpad-toolbar-rightside { text-align: right; } diff --git a/customize.dist/translations/messages.fr.js b/customize.dist/translations/messages.fr.js index d616ec69a..35724ad7a 100644 --- a/customize.dist/translations/messages.fr.js +++ b/customize.dist/translations/messages.fr.js @@ -117,10 +117,6 @@ define(function () { out.disconnectAlert = 'Perte de la connexion au réseau !'; - out.tryIt = 'Essayez-le !'; - out.recentPads = 'Vos documents récents (stockés uniquement dans votre navigateur)'; - out.recentPadsIframe = 'Vos documents récents'; - out.okButton = 'OK (Entrée)'; out.cancel = "Annuler"; @@ -288,13 +284,31 @@ define(function () { //out.main_p1 = 'CryptPad est l\'éditeur collaboratif en temps réel zero knowledge. Le chiffrement est effectué depuis votre navigateur, ce qui protège les données contre le serveur, le cloud, et la NSA. La clé de chiffrement est stockée dans l\'identifieur de fragment de l\'URL qui n\'est jamais envoyée au serveur mais est accessible depuis javascript, de sorte qu\'en partageant l\'URL, vous donnez l\'accès au pad à ceux qui souhaitent participer.'; out.main_p1 = "