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
7dd76321
Commit
7dd76321
authored
May 03, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx.org - fixes to the iframe-based register button's styling
parent
d7d68a1e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
15 deletions
+16
-15
lms/static/sass/_shame.scss
+16
-15
No files found.
lms/static/sass/_shame.scss
View file @
7dd76321
...
...
@@ -4,10 +4,10 @@
// marketing site - registration iframe band-aid (poor form enough to isolate out)
.view-partial-mktgregister
{
background
:
transparent
;
// dimensions needed for course about page on marketing site
.wrapper-view
{
width
:
301px
;
// taken from bad marketing grid
overflow
:
hidden
;
}
...
...
@@ -16,7 +16,7 @@
display
:
block
;
padding
:
$baseline
/
2
$baseline
*
2
.5
;
text-transform
:
lowercase
;
color
:
$white
;
color
:
$white
!
important
;
letter-spacing
:
0
.1rem
;
cursor
:
pointer
;
text-align
:
center
;
...
...
@@ -53,7 +53,7 @@
}
// nav list
[
class
|=
"list"
]
{
.list-actions
{
list-style
:
none
;
margin
:
0
;
padding
:
0
;
...
...
@@ -66,19 +66,20 @@
// register actions
.action
{
// not registered (default)
&
.action-register
{
@extend
.btn-primary
;
}
}
// not signed in
&
.is-not-signedin
{
@extend
.btn-primary
;
}
// not registered (default)
.action-register
{
@extend
.btn-primary
;
}
// already registered
&
.is-registered
{
@extend
.btn-secondary
;
}
// not signed in
.is-not-signedin
{
@extend
.btn-primary
;
}
// already registered
.is-registered
{
@extend
.btn-secondary
;
}
}
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