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

Commit 2d8df229 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'dev/login-page-design-fix' into 'main'

login page new design fix

See merge request !95
parents 90ad5632 eb29908d
Loading
Loading
Loading
Loading
+21 −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 {
@@ -182,6 +187,9 @@ body {
    display: inline;
}

.createaccmob{
    display:none;
}
/* Default FORM */
form {
    position: relative;
@@ -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{
@@ -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;
+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>';