diff --git a/app/components/form-balancer-listeners/template.hbs b/app/components/form-balancer-listeners/template.hbs index 529ffdd6f..ffb0ad8f6 100644 --- a/app/components/form-balancer-listeners/template.hbs +++ b/app/components/form-balancer-listeners/template.hbs @@ -4,7 +4,7 @@
{{#unless editing}} - + {{/unless}}
diff --git a/app/components/form-key-value/template.hbs b/app/components/form-key-value/template.hbs index db89db749..1a777da44 100644 --- a/app/components/form-key-value/template.hbs +++ b/app/components/form-key-value/template.hbs @@ -1,5 +1,5 @@
- +
{{#if ary.length}} diff --git a/app/components/form-scheduling/template.hbs b/app/components/form-scheduling/template.hbs index 0128e73dc..79d486e7c 100644 --- a/app/components/form-scheduling/template.hbs +++ b/app/components/form-scheduling/template.hbs @@ -47,7 +47,7 @@ {{#unless isRequestedHost}}
- +
{{#if affinityLabelArray.length}} diff --git a/app/components/form-ssl-termination/template.hbs b/app/components/form-ssl-termination/template.hbs index 6342f92fa..5ea40c03b 100644 --- a/app/components/form-ssl-termination/template.hbs +++ b/app/components/form-ssl-termination/template.hbs @@ -25,7 +25,7 @@
{{#if alternateCertificates.length}} - + {{else}}
There are no other certificates to use.
{{/if}} diff --git a/app/components/form-targets/template.hbs b/app/components/form-targets/template.hbs index c653f5972..ceb644083 100644 --- a/app/components/form-targets/template.hbs +++ b/app/components/form-targets/template.hbs @@ -3,7 +3,7 @@
- +
diff --git a/app/components/form-user-labels/template.hbs b/app/components/form-user-labels/template.hbs index d37587162..12e29198d 100644 --- a/app/components/form-user-labels/template.hbs +++ b/app/components/form-user-labels/template.hbs @@ -1,5 +1,5 @@
- +
{{#if userLabelArray.length}} diff --git a/app/components/storagepool-section/template.hbs b/app/components/storagepool-section/template.hbs index f44435ce7..21c37f52d 100644 --- a/app/components/storagepool-section/template.hbs +++ b/app/components/storagepool-section/template.hbs @@ -37,17 +37,17 @@
-
-
+
+
Hosts
-
+
{{#each hostsByName as |host|}} - {{#link-to "host" host.id}}{{host.displayName}}{{/link-to}} +
{{#link-to "host" host.id}}{{host.displayName}}{{/link-to}}
{{/each}}
{{#if model.volumes.length}} -
+
Volumes
diff --git a/app/styles/bootstrap-tweak.scss b/app/styles/bootstrap-tweak.scss index a524c89a0..86810f915 100644 --- a/app/styles/bootstrap-tweak.scss +++ b/app/styles/bootstrap-tweak.scss @@ -58,6 +58,12 @@ H1, H2, H3, H4, H5, H6, SECTION.header { width: 100%; max-width: 100%; margin-bottom: $line-height-computed; + + thead { + th { + padding: 5px 0; + } + } // Cells > thead, > tbody, @@ -477,6 +483,8 @@ FORM LABEL, .form-group LABEL { color: $darkestGrayTwo; font-weight: $normal-weight; + margin: 0; + line-height: 25px; } .dropdown-menu LABEL, @@ -511,6 +519,16 @@ FORM LABEL, } } +// Gutters on columns +.gutter { + padding-right:7px; + padding-left:7px; +} +.gutter:not(:first-child),.gutter:not(:last-child) { + padding-right:7px; + padding-left:7px; +} + // Equal height columns .row-full-height { height: 100%; diff --git a/app/styles/environment.scss b/app/styles/environment.scss index c119a1814..0ab8915e7 100644 --- a/app/styles/environment.scss +++ b/app/styles/environment.scss @@ -144,11 +144,16 @@ $singleCountWidth : 120px; } .subsection { + H6 { - background-color: #f8f9fa; - padding: 2px 5px; - margin: 0 1px; - border-bottom: 1px solid #f0f3f5; + background-color: $lightTeal; + color: white; + padding: 10px; + } + + & .hosts { + background: adjust-color($lightTeal, $saturation:-15%, $lightness:30%); + } } diff --git a/app/styles/layout.scss b/app/styles/layout.scss index c770d60e5..d9c3881d4 100644 --- a/app/styles/layout.scss +++ b/app/styles/layout.scss @@ -380,8 +380,6 @@ $spacing-property-map: ( touch-action: manipulation; background-color: transparent; background-repeat: no-repeat; - width: 21px; - height: 21px; padding: 0; border: 0; text-decoration: none; @@ -400,6 +398,12 @@ $spacing-property-map: ( @extend .btn-circle; font-size: inherit; width: auto; + + i , + span { + display: inline-block; + vertical-align: middle; + } } /********** diff --git a/vendor/bootswatch-cosmo/_variables.scss b/vendor/bootswatch-cosmo/_variables.scss index 1a9231403..8c4bd88ed 100644 --- a/vendor/bootswatch-cosmo/_variables.scss +++ b/vendor/bootswatch-cosmo/_variables.scss @@ -76,7 +76,8 @@ $brand-primary: $blue; //button non state //states $brand-success: $greenDark; //good -$brand-info: #78c9cf; //transitioning +$brand-info: $lightTeal; //transitioning +$brand-info-secondary: $lightTealDark; //transitioned example: sidekicks $brand-warning: $yellow; //orange degraded $brand-danger: #f15354; //red stopped inactive bad