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
63637579
Commit
63637579
authored
Dec 04, 2012
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added in additional tool tips for icon/graphic-based controls on overview
parent
c60aa678
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
cms/static/sass/_base.scss
+1
-1
cms/templates/overview.html
+6
-6
No files found.
cms/static/sass/_base.scss
View file @
63637579
...
@@ -348,7 +348,7 @@ body.show-wip {
...
@@ -348,7 +348,7 @@ body.show-wip {
border-radius
:
3px
;
border-radius
:
3px
;
background
:
rgba
(
0
,
0
,
0
,
0
.85
);
background
:
rgba
(
0
,
0
,
0
,
0
.85
);
font-size
:
11px
;
font-size
:
11px
;
font-weight
:
400
;
font-weight
:
normal
;
line-height
:
26px
;
line-height
:
26px
;
color
:
#fff
;
color
:
#fff
;
pointer-events
:
none
;
pointer-events
:
none
;
...
...
cms/templates/overview.html
View file @
63637579
...
@@ -117,7 +117,7 @@
...
@@ -117,7 +117,7 @@
% for section in sections:
% for section in sections:
<section
class=
"courseware-section branch"
data-id=
"${section.location}"
>
<section
class=
"courseware-section branch"
data-id=
"${section.location}"
>
<header>
<header>
<a
href=
"#"
class=
"expand-collapse-icon collapse"
></a>
<a
href=
"#"
data-tooltip=
"Expand/collapse this section"
class=
"expand-collapse-icon collapse"
></a>
<div
class=
"item-details"
data-id=
"${section.location}"
>
<div
class=
"item-details"
data-id=
"${section.location}"
>
<h3
class=
"section-name"
>
<h3
class=
"section-name"
>
<span
class=
"section-name-span"
>
${section.display_name}
</span>
<span
class=
"section-name-span"
>
${section.display_name}
</span>
...
@@ -160,8 +160,8 @@
...
@@ -160,8 +160,8 @@
</div>
</div>
<div
class=
"item-actions"
>
<div
class=
"item-actions"
>
<a
href=
"#"
class=
"delete-button delete-section-button"
><span
class=
"delete-icon"
></span></a>
<a
href=
"#"
class=
"delete-button delete-section-button"
data-tooltip=
"Delete this section"
><span
class=
"delete-icon"
></span></a>
<a
href=
"#"
class=
"drag-handle"
></a>
<a
href=
"#"
data-tooltip=
"Sort this section"
class=
"drag-handle"
></a>
</div>
</div>
</header>
</header>
<div
class=
"subsection-list"
>
<div
class=
"subsection-list"
>
...
@@ -175,7 +175,7 @@
...
@@ -175,7 +175,7 @@
<li
class=
"branch collapsed"
data-id=
"${subsection.location}"
>
<li
class=
"branch collapsed"
data-id=
"${subsection.location}"
>
<div
class=
"section-item"
>
<div
class=
"section-item"
>
<div
class=
"details"
>
<div
class=
"details"
>
<a
href=
"#"
class=
"expand-collapse-icon expand"
></a>
<a
href=
"#"
data-tooltip=
"Expand/collapse this subsection"
class=
"expand-collapse-icon expand"
></a>
<a
href=
"${reverse('edit_subsection', args=[subsection.location])}"
>
<a
href=
"${reverse('edit_subsection', args=[subsection.location])}"
>
<span
class=
"folder-icon"
></span>
<span
class=
"folder-icon"
></span>
<span
class=
"subsection-name"
><span
class=
"subsection-name-value"
>
${subsection.display_name}
</span></span>
<span
class=
"subsection-name"
><span
class=
"subsection-name-value"
>
${subsection.display_name}
</span></span>
...
@@ -200,8 +200,8 @@
...
@@ -200,8 +200,8 @@
</div>
</div>
<div
class=
"item-actions"
>
<div
class=
"item-actions"
>
<a
href=
"#"
class=
"delete-button delete-subsection-button"
><span
class=
"delete-icon"
></span></a>
<a
data-tooltip=
"Delete this subsection"
href=
"#"
class=
"delete-button delete-subsection-button"
><span
class=
"delete-icon"
></span></a>
<a
href=
"#"
class=
"drag-handle"
></a>
<a
data-tooltip=
"Sort this subsection"
href=
"#"
class=
"drag-handle"
></a>
</div>
</div>
</div>
</div>
${units.enum_units(subsection)}
${units.enum_units(subsection)}
...
...
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