Cleanup the openid login confirm trampoline page
This commit is contained in:
@@ -1,52 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
|
||||
|
||||
<title>Authorize ##NAME##</title>
|
||||
|
||||
<link id="favicon" type="image/png" rel="icon" href="/api/v1/cloudron/avatar">
|
||||
<link rel="apple-touch-icon" href="/api/v1/cloudron/avatar">
|
||||
<link rel="icon" href="/api/v1/cloudron/avatar">
|
||||
|
||||
<!-- Theme CSS -->
|
||||
<link type="text/css" rel="stylesheet" href="/theme.css">
|
||||
|
||||
<style>
|
||||
|
||||
body {
|
||||
background-image: url('/api/v1/cloudron/background');
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 20px;
|
||||
margin-bottom: 0;
|
||||
max-width: 620px;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
@media(min-width:620px) {
|
||||
.card {
|
||||
margin-bottom: 15px;
|
||||
margin-top: 100px;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.avatar {
|
||||
margin-top: -84px
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form id="submitForm" method="post" action="##SUBMIT_URL##">
|
||||
|
||||
Reference in New Issue
Block a user