Loading core/css/guest.css +21 −6 Original line number Diff line number Diff line Loading @@ -93,7 +93,12 @@ body { /* Various fonts settings */ #body-login .wrapper a { color: #808080; color: #0086FF; font-weight: 400; font-size: 16px; } #body-login .wrapper footer a{ font-size: 12px; } #body-login .toggle-password { Loading Loading @@ -182,6 +187,9 @@ body { display: inline; } .createaccmob{ display:none; } /* Default FORM */ form { position: relative; Loading Loading @@ -1555,6 +1563,12 @@ a.legal { margin-left: auto; margin-right: auto; } .createaccmob{ display:block; } .createaccdesk{ display:none; } } @media only screen and (max-width: 375px) { .banner-right-align{ Loading Loading @@ -1586,6 +1600,7 @@ a.legal { border-top: 1px solid #d7d7d7; border-width: thin; padding: 15px; font-size:16px; } .have-an-account a{ color: #0086ff !important; Loading defaults.php +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ class OC_Theme { * @return string long footer */ public function getLongFooter() { $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'.</p><p> '.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'.</p>' ; $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'-'.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'-</p>' ; $footer .= '<p>'.' <a href="' . $this->getTermsUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Terms & Conditions')).' </a>'; $footer .= ' - '.' <a href="' . $this->getPrivacyUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Privacy Policy')).' </a> </p>'; Loading Loading
core/css/guest.css +21 −6 Original line number Diff line number Diff line Loading @@ -93,7 +93,12 @@ body { /* Various fonts settings */ #body-login .wrapper a { color: #808080; color: #0086FF; font-weight: 400; font-size: 16px; } #body-login .wrapper footer a{ font-size: 12px; } #body-login .toggle-password { Loading Loading @@ -182,6 +187,9 @@ body { display: inline; } .createaccmob{ display:none; } /* Default FORM */ form { position: relative; Loading Loading @@ -1555,6 +1563,12 @@ a.legal { margin-left: auto; margin-right: auto; } .createaccmob{ display:block; } .createaccdesk{ display:none; } } @media only screen and (max-width: 375px) { .banner-right-align{ Loading Loading @@ -1586,6 +1600,7 @@ a.legal { border-top: 1px solid #d7d7d7; border-width: thin; padding: 15px; font-size:16px; } .have-an-account a{ color: #0086ff !important; Loading
defaults.php +1 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,7 @@ class OC_Theme { * @return string long footer */ public function getLongFooter() { $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'.</p><p> '.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'.</p>' ; $footer = '<p>'.(\OC::$server->getL10N('core')->t('Copyright')).' © ' . date('Y') .' '.$this->getName() .'-'.(\OC::$server->getL10N('core')->t('All Rights Reserved')).'-</p>' ; $footer .= '<p>'.' <a href="' . $this->getTermsUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Terms & Conditions')).' </a>'; $footer .= ' - '.' <a href="' . $this->getPrivacyUrl() . '" target="_blank"> '.(\OC::$server->getL10N('core')->t('Privacy Policy')).' </a> </p>'; Loading