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
fccb3d7a
Commit
fccb3d7a
authored
12 years ago
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
studio - nav and soft landing various QA fixes
parent
0a2b7411
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
5 deletions
+42
-5
cms/static/sass/_base.scss
+27
-0
cms/static/sass/_header.scss
+10
-2
cms/templates/settings.html
+2
-1
cms/templates/settings_graders.html
+1
-0
cms/templates/widgets/header.html
+2
-2
No files found.
cms/static/sass/_base.scss
View file @
fccb3d7a
...
...
@@ -157,6 +157,22 @@ h1 {
margin-bottom
:
0
;
}
}
.nav-related
{
.nav-item
{
margin-bottom
:
(
$baseline
/
4
);
border-bottom
:
1px
dotted
$gray-l4
;
padding-bottom
:
(
$baseline
/
4
);
&
:last-child
{
margin-bottom
:
0
;
border
:
none
;
padding-bottom
:
0
;
}
}
}
}
}
...
...
@@ -568,4 +584,14 @@ body.hide-wip {
.wip-box
{
display
:
none
;
}
}
// ====================
// needed fudges for now
body
.dashboard
{
.my-classes
{
margin-top
:
$baseline
;
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
cms/static/sass/_header.scss
View file @
fccb3d7a
...
...
@@ -63,7 +63,7 @@
.branding
{
position
:
relative
;
margin
:
0
(
$baseline
*
0
.75
)
0
0
;
margin
:
0
(
$baseline
/
2
)
0
0
;
padding-right
:
(
$baseline
*
0
.75
);
a
{
...
...
@@ -120,6 +120,7 @@
width
:
100%
;
max-width
:
220px
;
overflow
:
hidden
;
margin-top
:
-4px
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
@include
font-size
(
16
);
...
...
@@ -202,11 +203,17 @@
.account-username
{
display
:
inline-block
;
vertical-align
:
middle
;
width
:
80%
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
}
.icon-expand
{
display
:
inline-block
;
vertical-align
:
middle
;
}
}
}
...
...
@@ -221,6 +228,7 @@
.icon-expand
{
@include
font-size
(
14
);
@include
transition
(
color
0
.5s
ease-in-out
,
opacity
0
.5s
ease-in-out
);
display
:
inline-block
;
margin-left
:
2px
;
opacity
:
0
.5
;
color
:
$gray-l2
;
...
...
@@ -305,7 +313,7 @@
.wrapper-nav-sub
{
top
:
27px
;
left
:
auto
;
right
:
-
(
$baseline
/
2
)
;
right
:
-
13px
;
width
:
110px
;
}
...
...
This diff is collapsed.
Click to expand it.
cms/templates/settings.html
View file @
fccb3d7a
...
...
@@ -153,7 +153,7 @@ from contentstore import utils
<section
class=
"group-settings marketing"
>
<header>
<h2
class=
"title-2"
>
Introducing Your Course
</h2>
<span
class=
"tip"
>
Information for p
er
spective students
</span>
<span
class=
"tip"
>
Information for p
ro
spective students
</span>
</header>
<ol
class=
"list-input"
>
...
...
@@ -218,6 +218,7 @@ from contentstore import utils
<nav
class=
"nav-related"
>
<ul>
<li
class=
"nav-item"
><a
href=
"${reverse('contentstore.views.course_config_graders_page', kwargs={'org' : ctx_loc.org, 'course' : ctx_loc.course, 'name': ctx_loc.name})}"
>
Grading
</a></li>
<li
class=
"nav-item"
><a
href=
"${reverse('manage_users', kwargs=dict(location=ctx_loc))}"
>
Course Team
</a></li>
</ul>
</nav>
% endif
...
...
This diff is collapsed.
Click to expand it.
cms/templates/settings_graders.html
View file @
fccb3d7a
...
...
@@ -140,6 +140,7 @@ from contentstore import utils
<nav
class=
"nav-related"
>
<ul>
<li
class=
"nav-item"
><a
href=
"${reverse('contentstore.views.get_course_settings', kwargs=dict(org=ctx_loc.org, course=ctx_loc.course, name=ctx_loc.name))}"
>
Details
&
Schedule
</a></li>
<li
class=
"nav-item"
><a
href=
"${reverse('manage_users', kwargs=dict(location=ctx_loc))}"
>
Course Team
</a></li>
</ul>
</nav>
% endif
...
...
This diff is collapsed.
Click to expand it.
cms/templates/widgets/header.html
View file @
fccb3d7a
...
...
@@ -84,7 +84,7 @@
<div
class=
"wrapper wrapper-nav-sub"
>
<div
class=
"nav-sub"
>
<ul>
<li
class=
"nav-item nav-account-dashboard"
><a
href=
"
#
"
>
My Courses
</a></li>
<li
class=
"nav-item nav-account-dashboard"
><a
href=
"
/
"
>
My Courses
</a></li>
<li
class=
"nav-item nav-account-help"
><a
href=
"http://help.edge.edx.org/"
rel=
"external"
>
Studio Help
</a></li>
<li
class=
"nav-item nav-account-signout"
><a
class=
"action action-signout"
href=
"${reverse('logout')}"
>
Sign Out
</a></li>
</ul>
...
...
@@ -98,7 +98,7 @@
<h2
class=
"sr"
>
You're not currently signed in
</h2>
<ol>
<li
class=
"nav-item nav-not-signedin-hiw"
>
<a
href=
"
#
"
>
How Studio Works
</a>
<a
href=
"
/
"
>
How Studio Works
</a>
</li>
<li
class=
"nav-item nav-not-signedin-help"
>
<a
href=
"http://help.edge.edx.org/"
rel=
"external"
>
Studio Help
</a>
...
...
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