diff options
author | Simon Spannagel <simonspa@kth.se> | 2020-07-23 18:06:44 +0200 |
---|---|---|
committer | Simon Spannagel <simonspa@kth.se> | 2020-07-23 20:22:48 +0200 |
commit | d5b1297b55caac266101d538fc1802e23969490b (patch) | |
tree | e37a2e31b7ef9f8551453743a740834cc9652ed3 /apps/settings | |
parent | 1fc54d3479ffdf47ebe355cde2c9ce25043ab4e4 (diff) | |
download | nextcloud-server-d5b1297b55caac266101d538fc1802e23969490b.tar.gz nextcloud-server-d5b1297b55caac266101d538fc1802e23969490b.zip |
Adjust tests to new e-mail layout
Signed-off-by: Simon Spannagel <simonspa@kth.se>
Diffstat (limited to 'apps/settings')
-rw-r--r-- | apps/settings/tests/Mailer/NewUserMailHelperTest.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/settings/tests/Mailer/NewUserMailHelperTest.php b/apps/settings/tests/Mailer/NewUserMailHelperTest.php index 3744173f532..aa3a80dcc26 100644 --- a/apps/settings/tests/Mailer/NewUserMailHelperTest.php +++ b/apps/settings/tests/Mailer/NewUserMailHelperTest.php @@ -203,8 +203,8 @@ class NewUserMailHelperTest extends TestCase { <table class="row collapse" style="border-collapse:collapse;border-spacing:0;display:table;padding:0;position:relative;text-align:left;vertical-align:top;width:100%"> <tbody> <tr style="padding:0;text-align:left;vertical-align:top"> - <center data-parsed="" style="background-color:;min-width:150px;padding:50px 0;border-radius:200px"> - <img class="logo float-center" src="" alt="TestCloud" align="center" style="-ms-interpolation-mode:bicubic;Margin:0 auto;clear:both;display:block;float:none;margin:0 auto;outline:0;text-align:center;text-decoration:none" height="50"> + <center data-parsed="" style="background-color:;width:150px;height:150px;padding:0px;position:relative;border-radius:200px"> + <img class="logo float-center" src="" alt="TestCloud" align="center" style="-ms-interpolation-mode:bicubic;clear:both;display:block;float:none;outline:0;text-align:center;text-decoration:none;position:absolute;max-height:100px;max-width:100px;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;"> </center> </tr> </tbody> @@ -434,8 +434,8 @@ EOF; <table class="row collapse" style="border-collapse:collapse;border-spacing:0;display:table;padding:0;position:relative;text-align:left;vertical-align:top;width:100%"> <tbody> <tr style="padding:0;text-align:left;vertical-align:top"> - <center data-parsed="" style="background-color:;min-width:150px;padding:50px 0;border-radius:200px"> - <img class="logo float-center" src="" alt="TestCloud" align="center" style="-ms-interpolation-mode:bicubic;Margin:0 auto;clear:both;display:block;float:none;margin:0 auto;outline:0;text-align:center;text-decoration:none" height="50"> + <center data-parsed="" style="background-color:;width:150px;height:150px;padding:0px;position:relative;border-radius:200px"> + <img class="logo float-center" src="" alt="TestCloud" align="center" style="-ms-interpolation-mode:bicubic;clear:both;display:block;float:none;outline:0;text-align:center;text-decoration:none;position:absolute;max-height:100px;max-width:100px;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;"> </center> </tr> </tbody> @@ -669,8 +669,8 @@ EOF; <table class="row collapse" style="border-collapse:collapse;border-spacing:0;display:table;padding:0;position:relative;text-align:left;vertical-align:top;width:100%"> <tbody> <tr style="padding:0;text-align:left;vertical-align:top"> - <center data-parsed="" style="background-color:;min-width:150px;padding:50px 0;border-radius:200px"> - <img class="logo float-center" src="" alt="TestCloud" align="center" style="-ms-interpolation-mode:bicubic;Margin:0 auto;clear:both;display:block;float:none;margin:0 auto;outline:0;text-align:center;text-decoration:none" height="50"> + <center data-parsed="" style="background-color:;width:150px;height:150px;padding:0px;position:relative;border-radius:200px"> + <img class="logo float-center" src="" alt="TestCloud" align="center" style="-ms-interpolation-mode:bicubic;clear:both;display:block;float:none;outline:0;text-align:center;text-decoration:none;position:absolute;max-height:100px;max-width:100px;width:auto;height:auto;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;"> </center> </tr> </tbody> |