Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle_mod-hvp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elc
moodle_mod-hvp
Commits
8ee8fe9b
Commit
8ee8fe9b
authored
4 years ago
by
Frode Petterson
Browse files
Options
Downloads
Patches
Plain Diff
Add new hub icon to sharing bar
parent
73367243
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
editor
+1
-1
1 addition, 1 deletion
editor
library
+1
-1
1 addition, 1 deletion
library
templates/hub_options.mustache
+1
-1
1 addition, 1 deletion
templates/hub_options.mustache
view.css
+16
-1
16 additions, 1 deletion
view.css
with
19 additions
and
4 deletions
editor
@
3b208d71
Compare
babdd631
...
3b208d71
Subproject commit
babdd63132f47731ff74c7fe8bd02d2918b4b2d0
Subproject commit
3b208d7172472615d9866692926fb274bd2360a1
This diff is collapsed.
Click to expand it.
library
@
90835b73
Compare
1831312d
...
90835b73
Subproject commit
1831312d414ee86c4f72ed1b19dcebd3fe6e7431
Subproject commit
90835b734597218fce405123552b2896e0e12bee
This diff is collapsed.
Click to expand it.
templates/hub_options.mustache
+
1
−
1
View file @
8ee8fe9b
...
...
@@ -5,7 +5,7 @@
</div>
{{/
isshared
}}
{{#
isshared
}}
<div><i
class=
"
h5picon-
content-hub"
aria-hidden=
"false"
></i>
{{#
str
}}
contenthuboptions, mod_hvp
{{/
str
}}
</div>
<div><i
class=
"content-hub
-icon
"
aria-hidden=
"false"
></i>
{{#
str
}}
contenthuboptions, mod_hvp
{{/
str
}}
</div>
<div
class=
"content-hub-edit"
><a
href=
"share.php?id=
{{
id
}}
"
><span>
{{#
str
}}
contenthubeditsharing, mod_hvp
{{/
str
}}
</span></a></div>
{{#
canbesynced
}}
<div
class=
"content-hub-sync"
>
...
...
This diff is collapsed.
Click to expand it.
view.css
+
16
−
1
View file @
8ee8fe9b
.content-hub-icon
{
font-family
:
h5p
!important
;
speak
:
none
;
font-style
:
normal
;
font-weight
:
400
;
font-variant
:
normal
;
text-transform
:
none
;
line-height
:
1
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
}
.content-hub-icon
:before
{
content
:
"\e93b"
;
}
.content-hub-options
{
font-size
:
14px
;
margin
:
0
auto
;
display
:
flex
;
flex-wrap
:
wrap
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment