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
7ba5e17f
Commit
7ba5e17f
authored
Jun 16, 2017
by
Douglas Hall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enterprise sign in page UI improvements.
ENT-448
parent
e57e4e0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
lms/static/sass/views/_login-register.scss
+5
-1
lms/templates/student_account/enterprise_sidebar.html
+5
-5
No files found.
lms/static/sass/views/_login-register.scss
View file @
7ba5e17f
...
@@ -681,7 +681,11 @@
...
@@ -681,7 +681,11 @@
height
:
100px
;
height
:
100px
;
}
}
h2
{
p
{
&
:first-of-type
{
margin-top
:
20px
;
}
font-size
:
16px
;
font-size
:
16px
;
line-height
:
1
.5
;
line-height
:
1
.5
;
color
:
$gray-d2
;
color
:
$gray-d2
;
...
...
lms/templates/student_account/enterprise_sidebar.html
View file @
7ba5e17f
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
% if enterprise_logo_url:
% if enterprise_logo_url:
<img
src=
"${enterprise_logo_url}"
alt=
"${enterprise_name}"
class=
"enterprise-logo"
>
<img
src=
"${enterprise_logo_url}"
alt=
"${enterprise_name}"
class=
"enterprise-logo"
>
% endif
% endif
<h2>
<p>
${enterprise_branded_welcome_string}
</h2>
<h2>
${platform_welcome_string}
${platform_welcome_string}
</h2>
</p>
<p>
${enterprise_branded_welcome_string}
</p>
</div>
</div>
</div>
</div>
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