Skip to content
Snippets Groups Projects
Commit e7a59ed8 authored by kondeichmann's avatar kondeichmann
Browse files

more changes for html file

parent b12e1293
No related branches found
No related tags found
1 merge request!14Feature/invitation
......@@ -32,7 +32,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
kDefaultTitleFontSize = 33
kDefaultBodyFontSize = 23
}
InvitationUserDefaults.shouldNotShowSecondDialog.set(false)
resetApp()
HockeySDK.setup()
if (!UserDefaults.standard.bool(forKey: "launchedBefore")) {
......
......@@ -11,7 +11,7 @@ import Foundation
private let pgp = SwiftPGP()
private let datahandler = DataHandler.handler
let invitationEnabled = false
let invitationEnabled = true
let SUPPORT_MAIL_ADR = "letterbox@inf.fu-berlin.de"
let LOGGING_MAIL_ADR = "letterbox-reports@inf.fu-berlin.de"
......
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width,height=device-height,initial-scale=1.0"/>
<style>
@import url('https://fonts.googleapis.com/css?family=VT323');
......@@ -16,7 +17,7 @@
hr {
margin-top: 15px;
margin-bottom: 5px;
margin-bottom: 15px;
}
.body-text {
......@@ -32,8 +33,8 @@
background-color: #FF9800;
color: #fff;
max-width: 180px;
display: flex;
padding: 8px;
display: flex;
}
.alert-text {
......@@ -44,10 +45,9 @@
.alert-icon {
float: left;
vertical-align: middle;
width: 24px;
height: 24px;
margin-top: 4px;
margin-top: 7px;
}
</style>
<body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment