mirror of
https://github.com/Mailu/Mailu.git
synced 2025-06-06 23:36:26 +02:00
Move version style to app.css
This commit is contained in:
parent
8f425ce081
commit
50fc1cb8b3
@ -57,3 +57,9 @@ fieldset:disabled .form-control:disabled {
|
||||
.input-group-text {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
/* version string */
|
||||
.mailu-version {
|
||||
font-size: 60%;
|
||||
line-height: 0;
|
||||
}
|
||||
|
@ -78,7 +78,11 @@
|
||||
<i class="fa fa-code-branch" aria-hidden="true"></i><span class="sr-only">fork</span>
|
||||
on <a href="https://github.com/Mailu/Mailu">Github</a>
|
||||
</span>
|
||||
<div style="font-size:60%;line-height:0"><span class="fa-pull-right">{{ config["MAILU_VERSION"] }}</span></div>
|
||||
<div class="mailu-version">
|
||||
<span class="fa-pull-right">
|
||||
{{ config["MAILU_VERSION"] }}
|
||||
</span>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="{{ url_for('static', filename='vendor.js') }}"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user