diff --git a/static/css/directives/ui/cor-tabs.css b/static/css/directives/ui/cor-tabs.css index 2b91e892c..9311fc5bf 100644 --- a/static/css/directives/ui/cor-tabs.css +++ b/static/css/directives/ui/cor-tabs.css @@ -12,7 +12,7 @@ } .vertical .co-tab-content { - width: 91.66666667% !important; + width: 91.66666667%; } .horizontal-label { @@ -295,6 +295,8 @@ .co-dialog .co-tab-content h3 { margin-top: 0px; margin-bottom: 0px; + overflow: hidden; + text-overflow: ellipsis; } .co-dialog .co-tab-content label { diff --git a/static/css/directives/ui/credentials-dialog.css b/static/css/directives/ui/credentials-dialog.css index 88adb8276..8ba2d669d 100644 --- a/static/css/directives/ui/credentials-dialog.css +++ b/static/css/directives/ui/credentials-dialog.css @@ -29,4 +29,47 @@ .credentials-dialog-element pre { margin-top: 20px; -} \ No newline at end of file +} + +.credentials-dialog-element .dialog-title { + padding-right: 5px; + overflow: hidden; + text-overflow: ellipsis; +} + +.credentials-dialog-element .dialog-title-header { + display: flex; + align-items: flex-start; + justify-content: space-between; + white-space: nowrap; +} + +.conjoined-box-wrapper input { + box-shadow: none; + outline: none; +} + +.conjoined-box-wrapper { + border: 1px solid #999; + border-radius: 4px; +} + +.conjoined-box-wrapper .conjoined-box-top .copy-container { + border: none; + margin: 5px; +} + +.conjoined-box-wrapper .conjoined-box-bottom .copy-container { + border: none; + margin: 5px; + border-top: 1px solid #999; + border-top-left-radius: 0; + border-top-right-radius: 0; +} + +/* Ensure content is bounded unless small screen */ +@media screen and (min-width: 768px) { + .credentials-dialog .co-tab-content { + width: 62%; + } +} diff --git a/static/css/directives/ui/robots-manager.css b/static/css/directives/ui/robots-manager.css index 01d5924ac..8896b613f 100644 --- a/static/css/directives/ui/robots-manager.css +++ b/static/css/directives/ui/robots-manager.css @@ -1,5 +1,19 @@ .robots-manager-element .robot { white-space: nowrap; + max-width: 550px; +} + +.robots-manager-element .robot-account-name { + display: inline-block; + text-overflow: ellipsis; + overflow: hidden; + max-width: 90%; +} + +.robots-manager-element .robots-description { + word-break: break-all; + max-width: 500px; + display: inline-block; } .robots-manager-element .robot a { diff --git a/static/css/directives/ui/teams-manager.css b/static/css/directives/ui/teams-manager.css index 4c7c6e6b5..706c4b3d8 100644 --- a/static/css/directives/ui/teams-manager.css +++ b/static/css/directives/ui/teams-manager.css @@ -30,6 +30,12 @@ margin-left: 10px; } +.cor-option a { + max-width: 500px; + overflow: hidden; + text-overflow: ellipsis; +} + .teams-manager td .empty { color: #ccc; } diff --git a/static/css/quay.css b/static/css/quay.css index c0c42532c..575a8fa52 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1510,7 +1510,7 @@ p.editable:hover i { } .copy-box-element .copy-container { - border-radius: 4px !important; + border-radius: 4px; border: 1px solid #ddd; position: relative; } diff --git a/static/directives/credentials-dialog.html b/static/directives/credentials-dialog.html index e845622b8..82f4a4eaf 100644 --- a/static/directives/credentials-dialog.html +++ b/static/directives/credentials-dialog.html @@ -36,17 +36,17 @@ -

- Credentials for {{ credentials.title || credentials.username }} +

+
Credentials for {{ credentials.title || credentials.username }}

- -
-
- Username is {{ credentials.username }} and password is the {{ secretTitle }} -
+ +
+
+
+
diff --git a/static/directives/robots-manager.html b/static/directives/robots-manager.html index 54053d1b2..87f041afe 100644 --- a/static/directives/robots-manager.html +++ b/static/directives/robots-manager.html @@ -53,13 +53,13 @@ - + (None) - {{ ::robotInfo.description }} + {{ ::robotInfo.description }}