mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	Merge pull request #897 from pano9000/style_views-login
style(views/login): add Trilium icon and improve style
This commit is contained in:
		
						commit
						564f1b92d2
					
				| @ -13,8 +13,9 @@ | |||||||
| </head> | </head> | ||||||
| <body> | <body> | ||||||
| <div class="container"> | <div class="container"> | ||||||
|     <div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto" style="padding-top: 25px;"> |     <div class="col-xs-12 col-sm-10 col-md-6 col-lg-4 col-xl-4 mx-auto pt-4"> | ||||||
|         <h1><%= t("login.heading") %></h1> |         <img class="img-fluid d-block mx-auto" style="height: 8rem;" src="<%= assetPath %>/images/icon-color.svg" aria-hidden="true"> | ||||||
|  |         <h1 class="text-center"><%= t("login.heading") %></h1> | ||||||
| 
 | 
 | ||||||
|         <% if (failedAuth) { %> |         <% if (failedAuth) { %> | ||||||
|             <div class="alert alert-warning"> |             <div class="alert alert-warning"> | ||||||
|  | |||||||
| @ -94,7 +94,7 @@ | |||||||
|   }, |   }, | ||||||
|   "login": { |   "login": { | ||||||
|     "title": "Login", |     "title": "Login", | ||||||
|     "heading": "Trilium login", |     "heading": "Trilium Login", | ||||||
|     "incorrect-password": "Password is incorrect. Please try again.", |     "incorrect-password": "Password is incorrect. Please try again.", | ||||||
|     "password": "Password", |     "password": "Password", | ||||||
|     "remember-me": "Remember me", |     "remember-me": "Remember me", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran