Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
6b19d0d5
Commit
6b19d0d5
authored
Feb 18, 2014
by
frances botsford
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2563 from edx/frances/fix/verified-ui-fixes
Fixes for verification UI discrepancies
parents
7b3376f9
cf16eb05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
lms/static/sass/_shame.scss
+7
-1
lms/static/sass/views/_verification.scss
+1
-0
No files found.
lms/static/sass/_shame.scss
View file @
6b19d0d5
...
...
@@ -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
;
}
}
...
...
lms/static/sass/views/_verification.scss
View file @
6b19d0d5
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment