Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
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
ecommerce
Commits
e8fcfe19
Commit
e8fcfe19
authored
Jan 04, 2017
by
Vedran Karacic
Committed by
Vedran Karačić
Jan 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display messages for Enrollment codes basket items.
parent
e23b31d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
ecommerce/static/sass/partials/views/_basket.scss
+3
-7
ecommerce/templates/oscar/basket/partials/client_side_checkout_basket.html
+1
-3
No files found.
ecommerce/static/sass/partials/views/_basket.scss
View file @
e8fcfe19
.basket
{
.
close
{
margin-top
:
-20px
;
.
alertinner
{
display
:
inline-block
;
}
.container
{
...
...
@@ -53,7 +53,7 @@
width
:
35%
;
padding
:
3px
;
}
button
.update-button
{
display
:
inline-block
;
vertical-align
:top
;
...
...
@@ -235,10 +235,6 @@
}
.basket-client-side
{
.close
{
margin-top
:
-20px
;
}
legend
,
p
.title
{
color
:
#337ab7
;
font-size
:
16px
;
...
...
ecommerce/templates/oscar/basket/partials/client_side_checkout_basket.html
View file @
e8fcfe19
...
...
@@ -4,9 +4,7 @@
{% load widget_tweaks %}
{% load staticfiles %}
{% if show_voucher_form %}
{% include 'partials/alert_messages.html' %}
{% endif %}
{% include 'partials/alert_messages.html' %}
<div
id=
"summary"
class=
"col-sm-5"
>
<form
action=
"."
method=
"post"
class=
"row"
>
...
...
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