fixes for verification ui discrepancies

UX-351
This commit is contained in:
Frances Botsford
2014-02-11 14:13:25 -05:00
parent 2e28279b57
commit cf16eb052d
2 changed files with 8 additions and 1 deletions

View File

@@ -201,9 +201,10 @@
// ====================
// Verification: overriding reset link style for nav/header
// Verification fixes
.verification-process {
//overriding reset link style for nav/header
header.global {
.logo a:hover, .logo:active, .logo a:focus {
@@ -216,6 +217,11 @@
border: none;
}
}
// overriding ridiculous hover on input type=button
#content .action-primary:hover {
background-image: none;
}
}

View File

@@ -980,6 +980,7 @@
width: flex-grid(12,12);
border-radius: ($baseline/10);
background: $m-gray-l4;
padding: ($baseline*.75) $baseline;
.help-inline, .wizard-steps {