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
7d110a86
Commit
7d110a86
authored
Jan 05, 2015
by
Marco Morales
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup to PR feedback for shoppingcart and instructor2 scss partials
parent
38b7e4cc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
7 deletions
+18
-7
cms/static/sass/views/_updates.scss
+1
-1
lms/static/sass/course/instructor/_instructor_2.scss
+17
-6
lms/static/sass/views/_shoppingcart.scss
+0
-0
No files found.
cms/static/sass/views/_updates.scss
View file @
7d110a86
...
...
@@ -41,7 +41,7 @@
}
&
.editing
{
@extend
%ui-depth
3
;
@extend
%ui-depth
4
;
position
:
relative
;
padding
:
0
;
border-top
:
none
;
...
...
lms/static/sass/course/instructor/_instructor_2.scss
View file @
7d110a86
...
...
@@ -1261,22 +1261,33 @@ input[name="subject"] {
line-height
:
1
.3em
;
}
.error-msgs
{
background
:
#FFEEF5
;
color
:
#B72667
;
text-align
:
center
;
padding
:
(
$baseline
/
2
)
0
;
font-family
:
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
,
sans-serif
;
font-size
:
15px
;
background
:
#FFEEF5
;
color
:
#B72667
;
text-align
:
center
;
padding
:
(
$baseline
/
2
)
0
;
font-family
:
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
,
sans-serif
;
font-size
:
15px
;
border-bottom
:
1px
solid
#B72667
;
margin-bottom
:
$baseline
;
display
:
none
;
}
}
.success-msgs
{
background
:
#D0F5D5
;
color
:
#008801
;
text-align
:
center
;
padding
:
(
$baseline
/
2
)
0
;
font-family
:
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
,
sans-serif
;
font-size
:
15px
;
background
:
#D0F5D5
;
color
:
#008801
;
text-align
:
center
;
padding
:
(
$baseline
/
2
)
0
;
font-family
:
"Open Sans"
,
Verdana
,
Geneva
,
sans-serif
,
sans-serif
;
font-size
:
15px
;
border-bottom
:
1px
solid
#008801
;
margin-bottom
:
$baseline
;
display
:
none
;
}
}
.content
{
padding
:
0
!
important
;
}
input
[
name
=
"download_company_name"
],
input
[
name
=
"active_company_name"
],
input
[
name
=
"spent_company_name"
]
{
margin-right
:
8px
;
...
...
lms/static/sass/views/_shoppingcart.scss
View file @
7d110a86
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