Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3942a134 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

login page new design fix

parent 90ad5632
Loading
Loading
Loading
Loading
+11 −6
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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>';