diff --git a/app/admin-tab/audit-logs/template.hbs b/app/admin-tab/audit-logs/template.hbs index 4f774bbc5..791e773e0 100644 --- a/app/admin-tab/audit-logs/template.hbs +++ b/app/admin-tab/audit-logs/template.hbs @@ -36,7 +36,7 @@ {{/each}} - + diff --git a/app/admin-tab/auth/azuread/template.hbs b/app/admin-tab/auth/azuread/template.hbs index bd5f54214..491bb704c 100644 --- a/app/admin-tab/auth/azuread/template.hbs +++ b/app/admin-tab/auth/azuread/template.hbs @@ -19,11 +19,11 @@

{{#if confirmDisable}} - {{else}} - {{/if}} diff --git a/app/admin-tab/auth/github/template.hbs b/app/admin-tab/auth/github/template.hbs index 488fa5b9a..80fe626a8 100644 --- a/app/admin-tab/auth/github/template.hbs +++ b/app/admin-tab/auth/github/template.hbs @@ -39,11 +39,11 @@

{{#if confirmDisable}} - {{else}} - {{/if}} diff --git a/app/admin-tab/auth/localauth/template.hbs b/app/admin-tab/auth/localauth/template.hbs index 74f272af9..55969c25b 100644 --- a/app/admin-tab/auth/localauth/template.hbs +++ b/app/admin-tab/auth/localauth/template.hbs @@ -18,11 +18,11 @@

{{#if confirmDisable}} - {{else}} - {{/if}} diff --git a/app/admin-tab/machine/template.hbs b/app/admin-tab/machine/template.hbs index 3c3d7f5ad..59701dd25 100644 --- a/app/admin-tab/machine/template.hbs +++ b/app/admin-tab/machine/template.hbs @@ -24,7 +24,7 @@ {{#if driver.state}} {{badge-state model=driver class="pull-left"}} {{else}} - + {{t 'machinePage.inactive'}} {{/if}} diff --git a/app/admin-tab/processes/index/template.hbs b/app/admin-tab/processes/index/template.hbs index ec1a9ad68..e79225e9e 100644 --- a/app/admin-tab/processes/index/template.hbs +++ b/app/admin-tab/processes/index/template.hbs @@ -25,7 +25,7 @@ {{input value=ownResourceId class="form-control input-sm mr-5" enter='submit' placeholder=(t 'processesPage.indexPage.form.resourceId.placeholder') disabled=disableId}} {{input value=ownProcessName class="form-control input-sm mr-5" enter='submit' placeholder=(t 'processesPage.indexPage.form.processName.placeholder')}} - + diff --git a/app/components/columns-section/template.hbs b/app/components/columns-section/template.hbs index 8a824a3a3..077ccdad0 100644 --- a/app/components/columns-section/template.hbs +++ b/app/components/columns-section/template.hbs @@ -1,6 +1,6 @@ {{#if podCount}} {{#each columns as |col index|}} -
+
{{#each col as |item|}} {{yield item}} {{/each}} diff --git a/app/components/confirm-delete/template.hbs b/app/components/confirm-delete/template.hbs index e979e15bf..4b9b1329e 100644 --- a/app/components/confirm-delete/template.hbs +++ b/app/components/confirm-delete/template.hbs @@ -24,6 +24,6 @@
diff --git a/app/components/edit-projecttemplate/template.hbs b/app/components/edit-projecttemplate/template.hbs index 91632d648..a00cd8133 100644 --- a/app/components/edit-projecttemplate/template.hbs +++ b/app/components/edit-projecttemplate/template.hbs @@ -69,7 +69,7 @@ {{else if obj.enabled}} - + {{else if obj.supported}} {{/if}} diff --git a/app/components/modal-confirm-deactivate/template.hbs b/app/components/modal-confirm-deactivate/template.hbs index 7557b61ad..845fb6d96 100644 --- a/app/components/modal-confirm-deactivate/template.hbs +++ b/app/components/modal-confirm-deactivate/template.hbs @@ -9,6 +9,6 @@ diff --git a/app/components/modal-container-stop/template.hbs b/app/components/modal-container-stop/template.hbs index bd9e8715b..f264a2e57 100644 --- a/app/components/modal-container-stop/template.hbs +++ b/app/components/modal-container-stop/template.hbs @@ -25,6 +25,6 @@
diff --git a/app/fail-whale/template.hbs b/app/fail-whale/template.hbs index 2d3e996f0..e7cb1cea6 100644 --- a/app/fail-whale/template.hbs +++ b/app/fail-whale/template.hbs @@ -1,6 +1,6 @@
-

{{t 'failWhalePage.header'}}

+

{{t 'failWhalePage.header'}}

{{model.code}} {{#if model.status}}({{model.status}}){{/if}}

{{model.message}}

diff --git a/app/mixins/cattle-transitioning-resource.js b/app/mixins/cattle-transitioning-resource.js index 04effeb7c..d3078daf7 100644 --- a/app/mixins/cattle-transitioning-resource.js +++ b/app/mixins/cattle-transitioning-resource.js @@ -13,12 +13,12 @@ const defaultStateMap = { 'deactivating': {icon: 'icon icon-adjust', color: 'text-info' }, 'degraded': {icon: 'icon icon-alert', color: 'text-warning'}, 'disconnected': {icon: 'icon icon-alert', color: 'text-warning' }, - 'error': {icon: 'icon icon-alert', color: 'text-danger' }, - 'inactive': {icon: 'icon icon-circle', color: 'text-danger' }, + 'error': {icon: 'icon icon-alert', color: 'text-error' }, + 'inactive': {icon: 'icon icon-circle', color: 'text-error' }, 'initializing': {icon: 'icon icon-alert', color: 'text-warning'}, - 'purged': {icon: 'icon icon-purged', color: 'text-danger' }, + 'purged': {icon: 'icon icon-purged', color: 'text-error' }, 'purging': {icon: 'icon icon-purged', color: 'text-info' }, - 'removed': {icon: 'icon icon-trash', color: 'text-danger' }, + 'removed': {icon: 'icon icon-trash', color: 'text-error' }, 'removing': {icon: 'icon icon-trash', color: 'text-info' }, 'requested': {icon: 'icon icon-tag', color: 'text-info' }, 'registering': {icon: 'icon icon-tag', color: 'text-info' }, @@ -28,9 +28,9 @@ const defaultStateMap = { 'snapshotted': {icon: 'icon icon-snapshot', color: 'text-warning'}, 'started-once': {icon: 'icon icon-dot-circlefill',color: 'text-success'}, 'starting': {icon: 'icon icon-adjust', color: 'text-info' }, - 'stopped': {icon: 'icon icon-circle', color: 'text-danger' }, + 'stopped': {icon: 'icon icon-circle', color: 'text-error' }, 'stopping': {icon: 'icon icon-adjust', color: 'text-info' }, - 'unhealthy': {icon: 'icon icon-alert', color: 'text-danger' }, + 'unhealthy': {icon: 'icon icon-alert', color: 'text-error' }, 'updating': {icon: 'icon icon-tag', color: 'text-info' }, 'updating-active': {icon: 'icon icon-tag', color: 'text-info' }, 'updating-healthy': {icon: 'icon icon-tag', color: 'text-info' }, @@ -41,7 +41,7 @@ const defaultStateMap = { }; const stateColorSortMap = { - 'danger': 1, + 'error': 1, 'warning': 2, 'info': 3, 'success': 4 @@ -232,7 +232,7 @@ export default Ember.Mixin.create({ stateColor: function() { if ( this.get('isError') ) { - return 'text-danger'; + return 'text-error'; } var map = this.constructor.stateMap; diff --git a/app/not-found/template.hbs b/app/not-found/template.hbs index dbf16b738..508651ff9 100644 --- a/app/not-found/template.hbs +++ b/app/not-found/template.hbs @@ -1,6 +1,6 @@
-

404

+

404

{{t 'notFoundPage.header'}}

diff --git a/app/styles/app-light.scss b/app/styles/app-light.scss index f6909c3f0..e65411705 100644 --- a/app/styles/app-light.scss +++ b/app/styles/app-light.scss @@ -54,7 +54,7 @@ @import "app/styles/components/resource-actions"; @import "app/styles/components/login"; @import "app/styles/components/progress-bar"; -// @import "app/styles/components/pod"; +@import "app/styles/components/pod"; @import "app/styles/components/github-avatar"; @import "app/styles/components/slider"; @import "app/styles/components/sortable"; diff --git a/app/styles/base/_rancher.scss b/app/styles/base/_rancher.scss index 307c96704..cf4b5f8a6 100644 --- a/app/styles/base/_rancher.scss +++ b/app/styles/base/_rancher.scss @@ -1,3 +1,7 @@ +h1, h2, h3, h4, h5, h6 { + color: $secondary; +} + .dropdown-menu { background-color: $dropdown-bg; position: absolute; @@ -64,10 +68,43 @@ //tabs .tabs { ul.tab-header { - li a { + li { background-color: $tab-bg; color: $tab-color; + + &.active { + background-color: $tab-active-bg; + color: $tab-color; + } + + a { + background-color: transparent; padding: 10px; + } + } + } +} + +//tables +table{ + thead{ + tr { + background-color: transparent; + } + } +} + +//header +#navbar { + .nav { + li { + a { + font-weight: 300; + + &.active { + font-weight: normal; + } + } } } } \ No newline at end of file diff --git a/app/styles/components/_modals.scss b/app/styles/components/_modals.scss index a8af8340a..9b2880c81 100644 --- a/app/styles/components/_modals.scss +++ b/app/styles/components/_modals.scss @@ -9,6 +9,20 @@ margin: 15px 10px 30px 10px; } } -.lacsso.modal-overlay.modal-open .modal-container.modal-logs { - max-height: 100%; -} +// .lacsso.modal-overlay.modal-open .modal-container.modal-logs { + +// } + + +.modal-overlay { + &.modal-open { + .modal-container { + background: $well-bg; + + &.modal-logs { + max-height: 100%; + background-color: $well-bg; + } + } + } +} \ No newline at end of file diff --git a/app/styles/components/_pod.scss b/app/styles/components/_pod.scss index 9aa36cd14..266c5f692 100644 --- a/app/styles/components/_pod.scss +++ b/app/styles/components/_pod.scss @@ -11,9 +11,7 @@ $subpod-detail : $table-bg-accent; .pod-column { /* width is set dynamically */ width : 260px; - display : inline-block; vertical-align : top; - margin : 0 10px 10px 0; &:last-of-type { margin-right: 0; @@ -21,15 +19,14 @@ $subpod-detail : $table-bg-accent; } .pod { - background : $accent-one; + background : $well-bg; border : solid transparent; position : relative; padding : 5px; margin-bottom : 10px; - border-radius : $border-radius-base; .pod-header { - font-weight : $normal-weight; + // font-weight : $normal-weight; } .pod-name { margin-top: 5px; @@ -37,14 +34,13 @@ $subpod-detail : $table-bg-accent; .pod-state { font-size : 11px; + font-weight : 300; text-align : center; padding : 5px 10px; vertical-align : top; display : inline-block; - border-bottom-left-radius : $border-radius-base; - border-bottom-right-radius : $border-radius-base; - font-weight : $normal-weight; text-transform : uppercase; + line-height : 1; SPAN { position : relative; @@ -134,7 +130,7 @@ $subpod-detail : $table-bg-accent; H6 { - margin-top: 3px; + margin: 3px 0; } .icon-chevron-down { @@ -244,7 +240,7 @@ $subpod-detail : $table-bg-accent; padding : 5px 5px 0 5px; H6 { - margin-right: 5px; + margin: 0 5px 0 0; } } diff --git a/app/styles/layout/_header.scss b/app/styles/layout/_header.scss index 9b6247763..01c6f8f3d 100644 --- a/app/styles/layout/_header.scss +++ b/app/styles/layout/_header.scss @@ -262,6 +262,7 @@ HEADER { position: relative; float: none; border: 0; + font-size: 15px; label { visibility: hidden; diff --git a/app/styles/layout/_layout.scss b/app/styles/layout/_layout.scss index 5e010a702..0f3a9ea6f 100644 --- a/app/styles/layout/_layout.scss +++ b/app/styles/layout/_layout.scss @@ -500,6 +500,7 @@ TABLE.graphs { padding : 8px; line-height : $base-line-height; vertical-align : top; + border: none; border-top : 1px solid $table-border-color; } diff --git a/app/templates/ldap-config.hbs b/app/templates/ldap-config.hbs index 41a131959..61e645117 100644 --- a/app/templates/ldap-config.hbs +++ b/app/templates/ldap-config.hbs @@ -66,11 +66,11 @@

{{#if confirmDisable}} - {{else}} - {{/if}} diff --git a/app/templates/shibboleth-configured.hbs b/app/templates/shibboleth-configured.hbs index 1ab434d8a..25538fb37 100644 --- a/app/templates/shibboleth-configured.hbs +++ b/app/templates/shibboleth-configured.hbs @@ -28,7 +28,6 @@
-
{{site-access @@ -45,11 +44,11 @@

{{#if confirmDisable}} - {{else}} - {{/if}}