From 68ee4e003c7189ca9530f8c1cb70a623ab47831c Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Fri, 8 Dec 2023 19:44:09 +0100 Subject: css correction #1300 --- web/html/login.html | 325 ++++++++++++++++++++++----------- web/html/xui/inbound_client_table.html | 2 +- 2 files changed, 223 insertions(+), 104 deletions(-) (limited to 'web/html') diff --git a/web/html/login.html b/web/html/login.html index 07d5f52e..a59368b1 100644 --- a/web/html/login.html +++ b/web/html/login.html @@ -2,114 +2,231 @@ {{template "head" .}} - + - +
- - - + + +

{{ i18n "pages.login.title" }}

@@ -120,7 +237,7 @@ - + @@ -136,18 +253,20 @@ - - [[ loading ? '' : '{{ i18n "login" }}' ]] - +
+ +
- - - + + +    @@ -182,6 +301,7 @@ this.password = ""; } } + const app = new Vue({ delimiters: ['[[', ']]'], el: '#app', @@ -216,7 +336,6 @@ }, }, }); - \ No newline at end of file diff --git a/web/html/xui/inbound_client_table.html b/web/html/xui/inbound_client_table.html index cc626606..13add97f 100644 --- a/web/html/xui/inbound_client_table.html +++ b/web/html/xui/inbound_client_table.html @@ -19,7 +19,7 @@ :overlay-class-name="themeSwitcher.currentTheme" ok-text='{{ i18n "reset"}}' cancel-text='{{ i18n "cancel"}}'> - + -- cgit v1.2.3