From ccb0ca193e15b2791a7e4971fb961f677d259ec4 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Tue, 17 Nov 2020 19:59:32 +0000 Subject: [PATCH] [Users]: Fix uk-grid for safari --- src/main/webapp/css/aai-custom.css | 8 ++++++++ src/main/webapp/overview.jsp | 26 ++++++++++++-------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/main/webapp/css/aai-custom.css b/src/main/webapp/css/aai-custom.css index 591706c..89ebf4d 100644 --- a/src/main/webapp/css/aai-custom.css +++ b/src/main/webapp/css/aai-custom.css @@ -61,4 +61,12 @@ a:hover, .uk-link:hover { .space { margin-right: 4px; +} + +.uk-grid { + display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ + display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ + display: -ms-flexbox; /* TWEENER - IE 10 */ + display: -webkit-flex; /* NEW - Chrome */ + display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */ } \ No newline at end of file diff --git a/src/main/webapp/overview.jsp b/src/main/webapp/overview.jsp index 7070816..c6ed681 100644 --- a/src/main/webapp/overview.jsp +++ b/src/main/webapp/overview.jsp @@ -47,24 +47,22 @@

For more information please read the documentation.

-
-
-
-
Personal token
-
Get access to the OpenAIRE APIs with your personal access and refresh token.
- - +
+
+
+
+ +
Get access to the OpenAIRE APIs with your personal access and refresh token.
+
-
-
-
- -
Register your services to get access to the OpenAIRE APIs.
+
+
+ +
Register your services to get access to the OpenAIRE APIs.
+
- -