Skip to content

Commit 1ffb5e5

Browse files
committed
some style adjustments to cookie migration script
1 parent 867405f commit 1ffb5e5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/main/resources/migration_redirect.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@
5858
html, body { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #CCC; color: black; font: 1em normal "Verdana","Arial","Georgia",sans-serif; text-align: center;}
5959
a { text-decoration: underline; color: #A00; }
6060
a:hover { text-decoration: none !important; }
61-
.frame { width: 960px; height: 100%; margin: 0 auto; padding: 2em 5px; text-align: left; background-color: #EEE; border: 1px none solid #AAA; }
61+
.frame { width: 570px; height: 100%; margin: 0 auto; padding: 2em 5px; text-align: left; background-color: #EEE; border: 1px solid #AAA; border-style: none solid none solid; }
6262
.content { }
6363
h1 { width: 100%; font 1.5em bold; line-height: 1.05em; margin-bottom: 2em; }
64-
p { margin-bottom: 1em; padding: 0 5px; }
64+
p { margin-bottom: 3em; padding: 0 5px; text-align: justify; }
65+
p.button { text-align: center; }
6566
a.button { display: box; padding: 0.5em 1em; color: #FFF; background-color: #0D0; text-align: center; vertical-align: center; font: 1.3em bold; text-decoration: none; }
6667
a.button:hover { background-color: #F00 !important; }
6768
</style>
@@ -70,7 +71,7 @@
7071
<body>
7172
<div class="frame">
7273
<div class="content">
73-
<h1>This webCAT instance moved!<h1>
74+
<h1>This webCAT instance moved!</h1>
7475
<p class="explain">
7576
This <a href="http://sems.uni-rostock.de/cat" target="_blank">webCAT</a> instance move to a new domain. To ensure you can still access your pressures workspaces and archives
7677
you can migrate the history cookie, which contains all the workspace ids. To do so please click on the button down below.

0 commit comments

Comments
 (0)