From d85ebbba81d3e73f8ebf917f1948a9a644c262b2 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sat, 29 Feb 2020 10:08:07 +0200 Subject: [PATCH] Improved UI elements --- app/views/console/home/index.phtml | 10 ++-- app/views/console/storage/index.phtml | 2 +- app/views/home/auth/signin.phtml | 67 ++++++++++++++++----------- app/views/layouts/default.phtml | 11 ++--- public/dist/styles/default-ltr.css | 2 +- public/dist/styles/default-rtl.css | 2 +- public/styles/scopes/console.less | 4 ++ public/styles/scopes/home.less | 4 ++ 8 files changed, 60 insertions(+), 42 deletions(-) diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index b008894f0f..50f818595f 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -116,7 +116,7 @@ $graph = $this->getParam('graph', false);
- +
@@ -140,16 +140,16 @@ $graph = $this->getParam('graph', false);
diff --git a/app/views/console/storage/index.phtml b/app/views/console/storage/index.phtml index 09a9eda8f6..50fdc3941d 100644 --- a/app/views/console/storage/index.phtml +++ b/app/views/console/storage/index.phtml @@ -97,7 +97,7 @@ $fileLimitHuman = $this->getParam('fileLimitHuman', 0); Filename - Type + Type Size Created diff --git a/app/views/home/auth/signin.phtml b/app/views/home/auth/signin.phtml index 4f19ec98c9..0fa4396cca 100644 --- a/app/views/home/auth/signin.phtml +++ b/app/views/home/auth/signin.phtml @@ -1,37 +1,48 @@ -
-

- Sign In -

+
-
Login failed. Please check your credentials.
+
+

+ Sign In +

-

Login using email and password

+
Login failed. Please check your credentials.
-
+

Login using email and password

- + - + - -
- -
-
+ -
- Forgot password? or don't have an account? Sign up now + + + +
+
+ +
+ Forgot password? or don't have an account? Sign up now +
+
\ No newline at end of file diff --git a/app/views/layouts/default.phtml b/app/views/layouts/default.phtml index 96c3b7efa4..b10fcadac3 100644 --- a/app/views/layouts/default.phtml +++ b/app/views/layouts/default.phtml @@ -11,7 +11,6 @@ $litespeed = $this->getParam('litespeed', true); $analytics = $this->getParam('analytics', 'UA-26264668-9'); $env = $this->getParam('env', ''); $canonical = $this->getParam('canonical', ''); -$buster = 44; // For DEV env if(!empty($platforms)) { $platforms = array_map(function($platform) { @@ -38,8 +37,8 @@ if(!empty($platforms)) { <?php echo $this->getParam('title', ''); ?> - - + + @@ -58,7 +57,7 @@ if(!empty($platforms)) { - +