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
79a9c867
Commit
79a9c867
authored
Sep 06, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Verification: revises presentation of customized certificate receipt ciew
parent
238a2d53
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
107 additions
and
49 deletions
+107
-49
lms/static/sass/base/_variables.scss
+4
-0
lms/static/sass/views/_verification.scss
+103
-49
lms/templates/shoppingcart/verified_cert_receipt.html
+0
-0
No files found.
lms/static/sass/base/_variables.scss
View file @
79a9c867
...
...
@@ -98,6 +98,10 @@ $m-blue-d1: #1790C7;
$m-blue-d2
:
#1580B0
;
$m-blue-d3
:
#126F9A
;
$m-blue-d4
:
#0A4A67
;
$m-blue-t0
:
rgba
(
$m-blue
,
0
.125
);
$m-blue-t1
:
rgba
(
$m-blue
,
0
.25
);
$m-blue-t2
:
rgba
(
$m-blue
,
0
.50
);
$m-blue-t3
:
rgba
(
$m-blue
,
0
.75
);
$m-pink
:
#B52A67
;
$m-pink-l1
:
#CA2F73
;
...
...
lms/static/sass/views/_verification.scss
View file @
79a9c867
...
...
@@ -297,6 +297,65 @@
// ====================
// UI: reports/tables
.wrapper-report
{
.report
{
@extend
.ui-window
;
width
:
flex-grid
(
12
,
12
);
border-color
:
$m-gray-t3
;
border-collapse
:collapse
;
tr
{
text-align
:
left
;
}
td
{
@extend
.t-weight3
;
vertical-align
:
middle
;
padding
:
(
$baseline
*
0
.75
)
$baseline
;
color
:
$m-gray-d3
;
}
th
{
@extend
.t-weight2
;
padding
:
(
$baseline
/
2
)
$baseline
;
}
thead
{
tr
{
border-bottom
:
1px
solid
$m-gray-l3
;
}
th
[
scope
=
"col"
]
{
@extend
.t-title7
;
@extend
.t-weight2
;
vertical-align
:
middle
;
color
:
$m-gray-l1
;
background
:
$m-gray-l4
;
}
}
tbody
{
tr
{
border-bottom
:
1px
solid
$m-gray-l3
;
}
}
tfoot
{
background
:
$m-blue-t0
;
th
[
scope
=
"row"
]
{
}
}
}
}
// ====================
// UI: help
.help-item
{
...
...
@@ -443,7 +502,7 @@
@include
line-height
(
28
);
@extend
.t-weight4
;
display
:
block
;
text-transform
:
none
;
}
}
}
...
...
@@ -1668,74 +1727,69 @@
width
:
100%
;
}
.info-item
{
margin-bottom
:
(
$baseline
*
1
.5
);
padding
:
(
$baseline
*
0
.75
)
$baseline
;
border-radius
:
(
$baseline
/
10
);
background
:
$m-gray-l4
;
&
:last-child
{
margin-bottom
:
0
;
}
>
.title
{
@extend
.hd-lv3
;
}
// information elements
.list-info
{
.copy
{
@extend
.copy-base
;
.info-item
{
margin-bottom
:
(
$baseline
*
1
.5
);
border-bottom
:
(
$baseline
/
4
)
solid
$m-gray-l4
;
padding-bottom
:
(
$baseline
*
1
.5
);
strong
{
@extend
.t-weight5
;
color
:
$m-gray-d4
;
&
:last-child
{
margin-bottom
:
0
;
border-bottom
:
none
;
padding-bottom
:
none
;
}
tab
le
{
width
:
100%
;
>
.tit
le
{
@extend
.hd-lv3
;
margin-bottom
:
$baseline
;
}
tr
{
}
th
{
padding
:
(
$baseline
/
2
)
(
$baseline
/
2
)
(
$baseline
/
2
)
0
;
text-align
:
left
;
}
.copy
{
@extend
.copy-base
;
margin-bottom
:
$baseline
;
}
}
}
td
{
border-ts
:
1px
solid
#ccc
;
vertical-align
:
middle
;
padding
:
(
$baseline
/
2
)
(
$baseline
/
2
)
(
$baseline
/
2
)
0
;
text-transform
:
capitalize
;
}
// information - course
.course-info
{
tfoot
td
{
font-weight
:
600
;
.options
{
&
.total
{
text-align
:
right
;
}
}
.action-course
{
@extend
.btn-primary-blue
;
@include
font-size
(
14
);
padding
:
5px
10px
;
}
}
.course-actions
{
.action-dashboard
{
@extend
.btn-primary-blue
;
}
}
}
.action
a
{
@extend
.btn-primary-blue
;
}
// information - verification
.verification-info
{
.action-course
a
{
@include
font-size
(
14
);
padding
:
(
$baseline
/
2
)
(
$baseline
*.
75
);
}
}
// information - payment
.payment-info
{
}
}
// UI: table/report
.wrapper-report
{
.report
{
}
}
}
}
...
...
lms/templates/shoppingcart/verified_cert_receipt.html
View file @
79a9c867
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