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
11089962
Commit
11089962
authored
Jun 03, 2013
by
Brian Talbot
Committed by
Nate Hardison
Jun 05, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx.org - revises new register/login banner image variable paths to resolve a Sass rendering issue
parent
26852459
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lms/static/sass/base/_variables.scss
+2
-2
lms/static/sass/multicourse/_account.scss
+2
-2
No files found.
lms/static/sass/base/_variables.scss
View file @
11089962
...
...
@@ -129,7 +129,7 @@ $footer_margin: ($baseline/4) 0 ($baseline*1.5) 0;
//-----------------
$homepage-bg-image
:
'../images/homepage-bg.jpg'
;
$login-banner-image
:
'
transparent url("../images/bg-banner-login.png") 0 0 no-repeat
'
;
$register-banner-image
:
'
transparent url("../images/bg-banner-register.png") 0 0 no-repeat
'
;
$login-banner-image
:
'
../images/bg-banner-login.png
'
;
$register-banner-image
:
'
../images/bg-banner-register.png
'
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
lms/static/sass/multicourse/_account.scss
View file @
11089962
...
...
@@ -493,7 +493,7 @@
header
{
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
background
:
$login-banner-image
;
background
:
transparent
url($login-banner-image)
0
0
no-repeat
;
}
}
}
...
...
@@ -507,7 +507,7 @@
header
{
height
:
120px
;
border-bottom
:
1px
solid
$m-gray
;
background
:
transparent
url(
"../images/bg-banner-register.png"
)
0
0
no-repeat
;
background
:
transparent
url(
$register-banner-image
)
0
0
no-repeat
;
}
}
}
...
...
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