@@ -44,12 +44,5 @@
{% block footer %}
{% parent %}
- <div class="system-version">
- <span>
- <a href="https://github.com/weseek/crowi-plus">crowi-plus</a> {{ crowiVersion() }}
- </span>
- <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-question-circle"></i> {{ t('Help') }}</a>
- </div>
+ {% include '../widget/system-version.html' %}
{% endblock %}
@@ -66,12 +66,5 @@
@@ -0,0 +1,8 @@
+<div class="system-version">
+ <span>
+ <a href="https://github.com/weseek/crowi-plus">crowi-plus</a> {{ crowiVersion() }}
+ </span>
+ <a href="" data-target="#help-modal" data-toggle="modal"><i class="fa fa-keyboard-o"></i> Ctrl+/</a>
+</div>
@@ -3,20 +3,20 @@
padding: 0;
}
- .system-version {
- position: fixed;
- right: 0;
- bottom: 0;
- opacity: .6;
-
- > span {
- margin-left: .5em;
- }
@media (max-width: $screen-sm-max) {
.system-version {
display: none;
+
+.system-version {
+ position: fixed;
+ right: 0.5em;
+ bottom: 0;
+ opacity: .6;
+ > span {
+ margin-left: .5em;
+ }
+}
@@ -267,7 +267,7 @@
.footer { // {{{
position: fixed;
- width: 100%;
+ width: calc(25% - 18px);
bottom: 0px;
height: 26px;
padding: 4px;