Skip to content

Commit 2cc848b

Browse files
oodamienonobc
authored andcommitted
Remove bootstrap from logout page (backport spring-attic#1867)
* Backport of spring-attic@c465d04 Resolves spring-attic#1871
1 parent 49c885d commit 2cc848b

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

ui/src/logout-success-oauth.html

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>Spring Cloud Data Flow</title>
6-
<base href="/">
7-
<meta name="viewport" content="width=device-width, initial-scale=1">
8-
<link rel="icon" type="image/x-icon" href="favicon.ico">
9-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
10-
<style>
11-
body {
12-
background-color: #243641;
13-
}
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Spring Cloud Data Flow</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1" />
7+
<link rel="icon" type="image/x-icon" href="favicon.ico" />
8+
<style>
9+
body {
10+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
11+
background-color: #243641;
12+
}
13+
.flex-box-container {
14+
display: flex;
15+
align-items: center;
16+
min-height: 24em;
17+
justify-content: center;
18+
max-width: 800px;
19+
margin: 0 auto;
20+
}
1421

15-
.flex-box-container {
16-
display: flex;
17-
align-items: center;
18-
min-height: 24em;
19-
justify-content: center;
20-
}
21-
22-
.flex-box-item {
23-
width: 500px;
24-
}
25-
</style>
26-
</head>
27-
<body>
22+
.flex-box-item {
23+
padding: 1.5rem 2rem;
24+
background-color: #ffffff;
25+
color: #222;
26+
}
27+
</style>
28+
</head>
29+
<body>
2830
<div class="container text-center flex-box-container">
29-
<div class="row">
30-
<div class="col-md-8 col-md-offset-2" style="background-color: #ffffff">
31-
<h4>
32-
You have successfully logged out from the Spring Cloud Data Flow Dashboard.
33-
</h4>
34-
<p class="inverted">
35-
Please keep in mind that you are most likely still logged in with your oauth
36-
provider. Therefore, going to the main Dashboard URL will log you back in,
37-
unless you also log out from your oauth provider.
38-
</p>
31+
<div class="row">
32+
<div class="flex-box-item">
33+
<h4>You have successfully logged out from the Spring Cloud Data Flow Dashboard.</h4>
34+
<p class="inverted">
35+
Please keep in mind that you are most likely still logged in with your oauth provider. Therefore, going to
36+
the main Dashboard URL will log you back in, unless you also log out from your oauth provider.
37+
</p>
3938
</div>
39+
</div>
4040
</div>
41-
</body>
41+
</body>
4242
</html>

0 commit comments

Comments
 (0)