diff --git a/static/css/directives/ui/app-public-view.css b/static/css/directives/ui/app-public-view.css index 39a5456cd..1436e99a6 100644 --- a/static/css/directives/ui/app-public-view.css +++ b/static/css/directives/ui/app-public-view.css @@ -72,4 +72,10 @@ .app-public-view-element .co-panel .co-panel-heading i.fa { display: none; +} + +.app-public-view-element .co-tab-panel { + margin: 0px; + box-shadow: none; + border: none; } \ No newline at end of file diff --git a/static/css/directives/ui/cor-tabs.css b/static/css/directives/ui/cor-tabs.css index e7f405d9c..d49094965 100644 --- a/static/css/directives/ui/cor-tabs.css +++ b/static/css/directives/ui/cor-tabs.css @@ -1,4 +1,4 @@ -cor-tabs { +.vertical cor-tabs { display: table-cell; float: none; vertical-align: top; @@ -6,6 +6,37 @@ cor-tabs { border-right: 1px solid #DDE7ED; } +@media (min-width: 768px) { + .horizontal-label { + color: #666; + } + + .vertical .horizontal-label { + display: none; + } + + .horizontal .horizontal-label { + display: inline-block; + vertical-align: middle; + } + + .horizontal .horizontal-label { + margin-left: 10px; + display: inline-block; + } + + .horizontal .cor-tab-itself { + font-size: 18px; + padding: 6px; + padding-left: 10px; + padding-right: 10px; + } + + .horizontal .cor-tab-itself i.fa { + display: none; + } +} + .co-tab-container { padding: 0px; } @@ -18,7 +49,14 @@ cor-tabs { vertical-align: top; } -.co-tab-content { +.horizontal .co-tab-content { + width: 100%; + display: block; + float: none; + padding: 30px; +} + +.vertical .co-tab-content { width: 100%; display: table-cell; float: none; @@ -68,6 +106,10 @@ cor-tabs { } @media (max-width: 767px) { + .vertical cor-tabs { + display: block; + } + .co-tabs { display: block; width: auto; @@ -78,6 +120,16 @@ cor-tabs { cor-tabs { position: relative; display: block; + float: none; + vertical-align: top; + background-color: #e8f1f6; + border-right: 1px solid #DDE7ED; + } + + .co-tab-element li.active { + background-color: white; + border-right: 1px solid white; + margin-right: -1px; } .co-tab-element .xs-toggle { @@ -106,24 +158,46 @@ cor-tabs { font-family: FontAwesome; } - .co-tab-element .xs-label { - line-height: 60px; + .co-tab-element .horizontal-label { font-size: 16px; margin-left: 16px; display: inline-block !important; color: gray; + vertical-align: middle; } - .co-tabs li a { + .cor-tab-itself { + width: 100%; + } + + .cor-tab-icon { + vertical-align: middle; + } + + .co-top-tab-bar { + padding: 0px; + } + + .co-top-tab-bar li { + padding: 0px; + } + + .co-tabs li a, .co-top-tab-bar li a { display: inline-block; height: 60px; - line-height: 60px; + line-height: 54px; white-space: nowrap; width: 100%; text-align: left; padding-left: 20px; text-decoration: none !important; font-size: 28px; + color: #666; + } + + .co-top-tab { + display: block !important; + border-bottom: 0px !important; } .co-tabs li a i { @@ -131,7 +205,7 @@ cor-tabs { font-size: 28px; } - .co-tabs li.active a .xs-label { + .co-tabs li.active a .horizontal-label { color: black; } @@ -145,6 +219,7 @@ cor-tabs { .co-tab-element.closed li { height: 0px; + padding: 0px; overflow: hidden; } diff --git a/static/directives/credentials-dialog.html b/static/directives/credentials-dialog.html index d5c45b42e..c491741bb 100644 --- a/static/directives/credentials-dialog.html +++ b/static/directives/credentials-dialog.html @@ -6,7 +6,7 @@
- + diff --git a/static/js/directives/ui/app-public-view/app-public-view.component.html b/static/js/directives/ui/app-public-view/app-public-view.component.html index ea4adaa13..fd9506d59 100644 --- a/static/js/directives/ui/app-public-view/app-public-view.component.html +++ b/static/js/directives/ui/app-public-view/app-public-view.component.html @@ -2,7 +2,7 @@
-
+
@@ -10,89 +10,91 @@
-
    -
  • - Description -
  • -
  • - Channels -
  • -
  • - Releases -
  • -
  • - Settings -
  • -
+ + + + + + + + + + + + + + + -
-
-
-
-
+ + + +
+
+
-
-
-

No channels found for this application

-
-

- To push a new channel (from within the Helm package directory and with the Helm registry plugin installed): -

-helm registry push --namespace {{ $ctrl.repository.namespace }} --channel {channelName} {{ $ctrl.Config.SERVER_HOSTNAME }}
-
-

-
+ + +
+

No channels found for this application

+
+ +

+
-
- - - - - -
-
+
+ + + + + +
+ -
-
-

No releases found for this application

-
-

- To push a new release (from within the Helm package directory and with the Helm registry plugin installed): -

-helm registry push --namespace {{ $ctrl.repository.namespace }} {{ $ctrl.Config.SERVER_HOSTNAME }}
-
-

-
+ + +
+

No releases found for this application

+
+ +

+
-
- - - - - -
-
+
+ + + + + +
+ -
-
-
-
+ + +
+
+ +
-
- + diff --git a/static/partials/org-view.html b/static/partials/org-view.html index 1fd56e0bb..8cfef7e10 100644 --- a/static/partials/org-view.html +++ b/static/partials/org-view.html @@ -20,7 +20,7 @@
 
- + diff --git a/static/partials/repo-view.html b/static/partials/repo-view.html index 95da42e2a..9da90ba49 100644 --- a/static/partials/repo-view.html +++ b/static/partials/repo-view.html @@ -35,7 +35,7 @@
- + diff --git a/static/partials/super-user.html b/static/partials/super-user.html index f272834bb..90fff94fe 100644 --- a/static/partials/super-user.html +++ b/static/partials/super-user.html @@ -22,7 +22,7 @@ Quay Enterprise Management
- + diff --git a/static/partials/user-view.html b/static/partials/user-view.html index e275fe049..4fc2e620c 100644 --- a/static/partials/user-view.html +++ b/static/partials/user-view.html @@ -20,7 +20,7 @@
 
- +