Commit 408e854e authored by Helen Hou-Sandi's avatar Helen Hou-Sandi
Browse files

Make login styles standalone. see #12506.

Built from https://develop.svn.wordpress.org/trunk@27199


git-svn-id: https://core.svn.wordpress.org/trunk@27056 1a063a9b-81f0-0310-95a4-ce76da25c4cd
parent fc9b0488
Loading
Loading
Loading
Loading
+29 −2
Original line number Diff line number Diff line
.ie8 .login form .input {
	font-family: sans-serif;
@import url(common.css);
@import url(forms.css);

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background: #f1f1f1;
}

body.login {
	background: #f1f1f1;
	min-width: 0;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

p {
	line-height: 1.5;
}

.login .message {
@@ -152,6 +170,11 @@ body.login {
	background: #fbfbfb;
}

.ie7 .login form .input,
.ie8 .login form .input {
	font-family: sans-serif;
}

.login #pass-strength-result {
	width: 250px;
	font-weight: 600;
@@ -201,6 +224,10 @@ body.interim-login {
	margin: 0;
}

@-ms-viewport {
	width: device-width;
}

@media screen and ( max-width: 782px ) {
	.interim-login input[type=checkbox] {
		height: 16px;
+1 −0

File added.

Preview size limit exceeded, changes collapsed.

+29 −2
Original line number Diff line number Diff line
.ie8 .login form .input {
	font-family: sans-serif;
@import url(common.css);
@import url(forms.css);

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	background: #f1f1f1;
}

body.login {
	background: #f1f1f1;
	min-width: 0;
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	line-height: 1.4em;
}

p {
	line-height: 1.5;
}

.login .message {
@@ -152,6 +170,11 @@ body.login {
	background: #fbfbfb;
}

.ie7 .login form .input,
.ie8 .login form .input {
	font-family: sans-serif;
}

.login #pass-strength-result {
	width: 250px;
	font-weight: 600;
@@ -201,6 +224,10 @@ body.interim-login {
	margin: 0;
}

@-ms-viewport {
	width: device-width;
}

@media screen and ( max-width: 782px ) {
	.interim-login input[type=checkbox] {
		height: 16px;
+1 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@import url(common-rtl.css);
@import url(forms-rtl.css);
@import url(login-rtl.css);
@import url(admin-menu-rtl.css);
@import url(dashboard-rtl.css);
@import url(list-tables-rtl.css);
Loading