diff --git a/mobileapp/www/css/stati.css b/mobileapp/www/css/stati.css index f4f92fe..35f97ae 100755 --- a/mobileapp/www/css/stati.css +++ b/mobileapp/www/css/stati.css @@ -270,11 +270,19 @@ #about-view { margin: 2em; - font-size: 118% + font-size: 116%; + margin-top: 0.5em; +} + +span.dist-info { + display: block; + font-size: 80%; + margin-bottom: 0.5em; } .app-logo { - margin-bottom: 1em; + margin-bottom: 1em auto; + width: 90%; } .empty-timeline-element { diff --git a/mobileapp/www/img/spideroak_logo.png b/mobileapp/www/img/spideroak_logo.png index 92ab22b..c8b4528 100644 Binary files a/mobileapp/www/img/spideroak_logo.png and b/mobileapp/www/img/spideroak_logo.png differ diff --git a/mobileapp/www/js/stati.js b/mobileapp/www/js/stati.js index 8b1bc1b..2aaaa2f 100755 --- a/mobileapp/www/js/stati.js +++ b/mobileapp/www/js/stati.js @@ -48,7 +48,7 @@ app.pauseEventHandler = function pauseEventHandler () { app.aboutView = function _aboutView () { var header = 'About Kloak'; var logos = '

'; - var info = 'Kloak is an *experiment* in social networking that is un-dataminable. All data sent to the server is "end to end" encrypted and unreadable by the server operator.
Kloak is in beta and should not be used to hide communications from well-equipped potential attackers

Kloak issue tracker
Kloak is built with Crypton by SpiderOak

'; + var info = 'Version: ' + app.kloak_version +'
Build: ' + app.build + '
Kloak is an *experiment* in social networking that is un-dataminable. All data sent to the server is "end to end" encrypted and unreadable by the server operator.
Kloak is in beta and should not be used to hide communications from well-equipped potential attackers

Kloak issue tracker
Kloak is built with Crypton by SpiderOak

'; var html = '

' + header