Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-dashboard
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-analytics-dashboard
Commits
98727ce1
Commit
98727ce1
authored
Sep 05, 2014
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Text and Footer Styling
- Darkened color of text on homepage - Using footer styling on all pages
parent
2c3335fc
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
20 deletions
+27
-20
analytics_dashboard/static/sass/_base.scss
+20
-18
analytics_dashboard/static/sass/_developer.scss
+6
-1
analytics_dashboard/templates/base.html
+1
-1
No files found.
analytics_dashboard/static/sass/_base.scss
View file @
98727ce1
...
@@ -305,6 +305,26 @@ hr.has-emphasis {
...
@@ -305,6 +305,26 @@ hr.has-emphasis {
}
}
// Footer
// --------
.footer
{
padding-bottom
:
(
$padding-large-vertical
);
font-size
:
$font-size-small
;
color
:
$gray
;
background-color
:
$gray-d2
;
.legal
{
padding-top
:
(
$padding-large-vertical
*
2
);
}
.feedback
{
border-top
:
solid
2px
$edx-blue
;
background-color
:
white
;
text-align
:
center
;
padding
:
(
$padding-large-vertical
*
2
)
0
;
}
}
// view: dashboard
// view: dashboard
// --------------------
// --------------------
.view-dashboard
{
.view-dashboard
{
...
@@ -314,24 +334,6 @@ hr.has-emphasis {
...
@@ -314,24 +334,6 @@ hr.has-emphasis {
padding
:
(
$padding-large-vertical
*
2
)
(
$padding-large-horizontal
*
3
);
padding
:
(
$padding-large-vertical
*
2
)
(
$padding-large-horizontal
*
3
);
}
}
.footer
{
padding-bottom
:
(
$padding-large-vertical
);
font-size
:
$font-size-small
;
color
:
$gray
;
background-color
:
$gray-d2
;
.legal
{
padding-top
:
(
$padding-large-vertical
*
2
);
}
.feedback
{
border-top
:
solid
2px
$edx-blue
;
background-color
:
white
;
text-align
:
center
;
padding
:
(
$padding-large-vertical
*
2
)
0
;
}
}
// CASE: larger than small screen breakpoint
// CASE: larger than small screen breakpoint
@media
(
min-width
:
$screen-sm-min
)
{
@media
(
min-width
:
$screen-sm-min
)
{
...
...
analytics_dashboard/static/sass/_developer.scss
View file @
98727ce1
...
@@ -152,10 +152,14 @@ body.view-course-list {
...
@@ -152,10 +152,14 @@ body.view-course-list {
margin-top
:
25px
;
margin-top
:
25px
;
.view-head
{
.view-head
{
color
:
$edx-gray-d
1
;
color
:
$edx-gray-d
2
;
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
.intro-text
{
color
:
$edx-gray-d1
;
}
.view-intro
{
.view-intro
{
.lead
{
.lead
{
font-size
:
$font-size-base
;
font-size
:
$font-size-base
;
...
@@ -169,6 +173,7 @@ body.view-course-list {
...
@@ -169,6 +173,7 @@ body.view-course-list {
.help-msg
{
.help-msg
{
font-size
:
$font-size-small
;
font-size
:
$font-size-small
;
margin-bottom
:
50px
;
}
}
}
}
}
}
...
...
analytics_dashboard/templates/base.html
View file @
98727ce1
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
</div>
</div>
<div
class=
"view-intro"
>
<div
class=
"view-intro"
>
<p
class=
"lead text-muted"
>
<p
class=
"lead text-muted
intro-text
"
>
{% block intro-text %}{% endblock intro-text %}
{% block intro-text %}{% endblock intro-text %}
</p>
</p>
</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