diff --git a/index.html b/index.html index 660f360..ff3f34e 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,7 @@ + Docker Registry UI diff --git a/style.css b/style.css index d23225e..e8c6777 100644 --- a/style.css +++ b/style.css @@ -14,15 +14,32 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . */ + +html > body { + font-family: 'Roboto','Helvetica','Arial',sans-serif !important; +} + .mdl-mini-footer { - padding-top: 8px; - padding-bottom: 8px; + padding-top: 8px; + padding-bottom: 8px; } .catalog, .taglist { - padding: 16px; + padding: 16px; } .section-centerd { - margin: auto; + margin: auto; +} +.mdl-data-table th { + font-size: 18px; +} + +.mdl-data-table td { + font-size: 16px; +} + +.full-table { + width: 100%; + border: none; } diff --git a/taglist.tag b/taglist.tag index 07341e8..d7ad040 100644 --- a/taglist.tag +++ b/taglist.tag @@ -16,7 +16,7 @@ --> -
+
arrow_back @@ -24,11 +24,20 @@
-
    -
  • - { item } -
  • -
+ + + + + + + + + + + + + +
RepositoryTag
{ registryUI.taglist.name }{ item }
@@ -39,6 +48,9 @@