mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-61460 tool_componentlibrary: removed white space.
Also updated the version number as that was causing a problem.
This commit is contained in:
parent
a5336912d9
commit
f03a714607
@ -42,17 +42,17 @@ The output should be similar to this:
|
||||
|
||||
```
|
||||
Running "componentlibrary:docsBuild" task
|
||||
Building sites …
|
||||
| EN
|
||||
Building sites …
|
||||
| EN
|
||||
+------------------+-----+
|
||||
Pages | 113
|
||||
Paginator pages | 0
|
||||
Non-page files | 18
|
||||
Static files | 18
|
||||
Processed images | 0
|
||||
Aliases | 7
|
||||
Sitemaps | 1
|
||||
Cleaned | 0
|
||||
Pages | 113
|
||||
Paginator pages | 0
|
||||
Non-page files | 18
|
||||
Static files | 18
|
||||
Processed images | 0
|
||||
Aliases | 7
|
||||
Sitemaps | 1
|
||||
Cleaned | 0
|
||||
|
||||
Total in 913 ms
|
||||
Running "componentlibrary:cssBuild" task
|
||||
|
@ -6,7 +6,7 @@ date: 2020-02-04T09:40:32+01:00
|
||||
draft: false
|
||||
weight: 3
|
||||
---
|
||||
##
|
||||
##
|
||||
## Position an single item at the right
|
||||
|
||||
Use the ```.justify-content-end``` class to position on item in a ```.d-flex``` container to the right
|
||||
|
@ -52,7 +52,7 @@ tip: you can use heading classes to style a native heading tag differently.
|
||||
<p class="font-italic">Italic text.</p>
|
||||
|
||||
<p class="text-muted">
|
||||
Muted text with a <a href="#" class="text-reset">reset link</a>.
|
||||
Muted text with a <a href="#" class="text-reset">reset link</a>.
|
||||
</p>
|
||||
{{< /example >}}
|
||||
|
||||
@ -73,4 +73,4 @@ tip: you can use heading classes to style a native heading tag differently.
|
||||
<!-- Inline level -->
|
||||
<span class="d-inline-block text-truncate" style="max-width: 150px;">
|
||||
Praeterea iter est quasdam res quas ex communi.
|
||||
</span>
|
||||
</span>
|
||||
|
@ -5,16 +5,16 @@
|
||||
<div class="card-deck">
|
||||
{{ range $.Site.Data.fontawesomeicons }}
|
||||
<div class="card mb-2 p-1 d-flex flex-column justify-content-around text-center" style="flex: 0 0 20%; height: 150px">
|
||||
<div class="small text-truncate" data-toggle="tooltip" data-placement="bottom" title="{{ .name }}">{{ .name }}</div>
|
||||
<div class="small text-truncate" data-toggle="tooltip" data-placement="bottom" title="{{ .name }}">{{ .name }}</div>
|
||||
<div class="row no-gutters">
|
||||
<div class="col-sm-6 d-flex align-items-center justify-content-center">
|
||||
<i class="fa {{ .icon }} fa-2x"></i>
|
||||
</div>
|
||||
<div class="col-sm-6 d-flex align-items-center justify-content-center">
|
||||
{{ .standardicon | safeHTML }}
|
||||
</div>
|
||||
<div class="col-sm-6 d-flex align-items-center justify-content-center">
|
||||
<i class="fa {{ .icon }} fa-2x"></i>
|
||||
</div>
|
||||
<div class="col-sm-6 d-flex align-items-center justify-content-center">
|
||||
{{ .standardicon | safeHTML }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="small text-truncate mb-1" title="{{ .icon }}">{{ .icon }}</div>
|
||||
<div class="small text-truncate mb-1" title="{{ .icon }}">{{ .icon }}</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
@ -21,6 +21,6 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
$plugin->version = 2021051100;
|
||||
$plugin->requires = 2021052500;
|
||||
$plugin->version = 2021052501; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2021052500; // Requires this Moodle version.
|
||||
$plugin->component = 'tool_componentlibrary';
|
||||
|
Loading…
x
Reference in New Issue
Block a user