From 7163150cf53f8fa60680f02e8ca25677fe1dec5a Mon Sep 17 00:00:00 2001 From: Lennart Blom Date: Thu, 6 Dec 2018 22:01:35 +0100 Subject: [PATCH] Optimize GUI elements and HTTP logic for content preperation --- src/style.css | 12 +++++---- src/tags/tag-history.tag | 57 ++++++++++++++++++++-------------------- 2 files changed, 35 insertions(+), 34 deletions(-) diff --git a/src/style.css b/src/style.css index ff5f595..2e7d2f0 100644 --- a/src/style.css +++ b/src/style.css @@ -337,14 +337,16 @@ select { cursor: pointer; } +material-card.tag-history{ + margin-bottom: 0; +} .tag-history-element { - padding: 15px; - margin: 5px; - max-width: 100%; + margin-top:5px; + margin-bottom: 0; } .tag-history-element > div { - padding: 10px; + padding: 20px; min-width: 100px; } @@ -400,7 +402,7 @@ select { background-size: 35px auto; background-image: url("images/docker-logo.svg"); background-repeat: no-repeat; - background-position: 7px 10px; + background-position: 11px 20px; } .tag-history-element > div { diff --git a/src/tags/tag-history.tag b/src/tags/tag-history.tag index 60e74be..0947b80 100644 --- a/src/tags/tag-history.tag +++ b/src/tags/tag-history.tag @@ -24,26 +24,25 @@ along with this program. If not, see . History of { registryUI.taghistory.image }:{ registryUI.taghistory.tag } history -
- + +
+

Nested v1Compatibility history elements:

+ +
+ +
-
-
-

Nested v1Compatibility history elements:

-
- -
-
-

{ entry.key }

-
{ entry.value }
-
- -
+ +
+
+

{ entry.key }

+
{ entry.value }
+