mirror of
				https://github.com/optim-enterprises-bv/Mailu.git
				synced 2025-11-04 03:57:53 +00:00 
			
		
		
		
	Move version style to app.css
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user