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
76b0a03b
Commit
76b0a03b
authored
Jul 24, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx.org: revises iframe-based register/status buttons to match revised styles
parent
10964eec
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
lms/static/sass/_shame.scss
+9
-2
lms/templates/courseware/mktg_course_about.html
+1
-1
lms/templates/mktg_iframe.html
+0
-0
No files found.
lms/static/sass/_shame.scss
View file @
76b0a03b
...
...
@@ -43,9 +43,14 @@
text-align
:
center
;
text-shadow
:
none
;
font-weight
:
500
;
letter-spacing
:
0
;
&
.disabled
,
&
[
disabled
]
{
&
.disabled
,
&
[
disabled
]
,
&
.is-disabled
{
background
:
$m-gray-d3
;
&
:hover
{
background
:
$m-gray-d3
!
important
;
// needed for IE currently
}
}
}
...
...
@@ -73,6 +78,7 @@
&
.disabled
,
&
[
disabled
]
{
box-shadow
:
none
;
background
:
$m-gray-d3
;
// needed for IE currently
}
}
...
...
@@ -100,6 +106,7 @@
&
.disabled
,
&
[
disabled
]
{
box-shadow
:
none
;
background
:
$m-gray-d3
;
// needed for IE currently
}
}
...
...
@@ -142,7 +149,7 @@
}
.action
{
@include
font-size
(
16
)
;
font-size
:
16px
;
font-weight
:
500
;
// register or access courseware
...
...
lms/templates/courseware/mktg_course_about.html
View file @
76b0a03b
...
...
@@ -53,7 +53,7 @@
%elif allow_registration:
<a
class=
"action action-register register"
href=
"#"
>
Register for
<strong>
${course.number}
</strong></a>
%else:
<div
class=
"action registration-closed"
>
Registration Is Closed
</div>
<div
class=
"action registration-closed
is-disabled
"
>
Registration Is Closed
</div>
%endif
</li>
</ul>
...
...
lms/templates/mktg_iframe.html
View file @
76b0a03b
This diff is collapsed.
Click to expand it.
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