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

Commit debb1d25 authored by Akhil's avatar Akhil 🙂
Browse files

NC22 fixes

parent 882d9954
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1180,12 +1180,12 @@ a.legal {
}

#body-login #submit-wrapper .submit-icon {
    top: 23px;
    top: 32px;
    right: 30%;
}

#reset-password-wrapper .submit-icon {
    top: 23px;
    top: 32px;
    right: 25%;
}

+2 −2
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ class OC_Theme {
	 * @return string documentation link
	 */
	public function buildDocLinkToKey($key) {
		return $this->getDocBaseUrl() . '/server/21/go.php?to=' . $key;
		return $this->getDocBaseUrl() . '/server/22/go.php?to=' . $key;
	}


@@ -133,7 +133,7 @@ class OC_Theme {
			'color-primary' => '#007FFF',
			'color-error' => '#FB3845',
			'color-success' => '#3AD975',
			'image-login-background' => 'url("/themes/eelo/core/img/background.png")'
			'image-login-background' => 'url("/themes/eCloud/core/img/background.png")'
		];
	}