Skip to content
Snippets Groups Projects
Unverified Commit 1c097212 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #979 from nextcloud/fix/redirect-screen-center-text

Center align text on the redirect screen
parents 5de38159 302ae35a
No related branches found
No related tags found
No related merge requests found
.error{
text-align: center !important;
}
......@@ -20,11 +20,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>
*
*/
style('mail', 'redirect');
?>
<?php /** @var array $_ */ ?>
<?php if (isset($_['authorizedRedirect']) && ($_['authorizedRedirect'])): ?>
<?php script('mail', 'autoredirect'); ?>
<div class="error" style="text-align: center;">
<div class="error">
<div class="icon-loading-dark"
style="height: 60px;"></div>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment