--- /dev/null
+
+#body-login .error-broken-link{
+ text-align:left;color:#fff;
+}
+
+#body-login .error-broken-link ul{
+ margin:10px 0 10px 0;
+}
+
+#body-login .error-broken-link ul li{
+ list-style: disc;list-style-position:inside;
+}
$errorContent = $errorTemplate->fetchPage();
header('HTTP/1.0 404 Not Found');
+OCP\Util::addStyle('files_sharing', '404');
$tmpl = new OCP\Template('', '404', 'guest');
$tmpl->assign('content', $errorContent);
$tmpl->printPage();
#body-login form .errors { background:#fed7d7; border:1px solid #f00; list-style-indent:inside; margin:0 0 2em; padding:1em; }
#body-login .success { background:#d7fed7; border:1px solid #0f0; width: 35%; margin: 30px auto; padding:1em; text-align: center;}
-#body-login .error-broken-link{
- text-align:left;
-}
-
-#body-login .error-broken-link ul{
- margin:10px 0 10px 0;
-}
-
-#body-login .error-broken-link ul li{
- list-style: disc;list-style-position:inside;
-}
-
/* Show password toggle */
#show, #dbpassword {
position: absolute;