diff --git a/application/views/scripts/services/grid-flipped.phtml b/application/views/scripts/services/grid-flipped.phtml index d3050aab..0642eb2c 100644 --- a/application/views/scripts/services/grid-flipped.phtml +++ b/application/views/scripts/services/grid-flipped.phtml @@ -9,7 +9,7 @@ if (! $this->compact): ?>
-
translate('No services found matching the filter.') ?>
+
translate('No services found matching the filter.') ?>
compact): ?>
-
translate('No services found matching the filter.') ?>
+
translate('No services found matching the filter.') ?>
count($this->columns)]), - new EmptyState(t('No items found.')) + new EmptyStateBar(t('No items found.')) ) )); } diff --git a/public/css/common.less b/public/css/common.less index db4639a3..4cf5cfcd 100644 --- a/public/css/common.less +++ b/public/css/common.less @@ -25,10 +25,6 @@ word-break: break-word; } -.empty-state { - color: @gray-semilight; -} - div.show-more { .clearfix(); float: right; diff --git a/public/css/list/state-item-table.less b/public/css/list/state-item-table.less index be9c8c89..9c2ee62c 100644 --- a/public/css/list/state-item-table.less +++ b/public/css/list/state-item-table.less @@ -50,12 +50,6 @@ } } - > .empty-state, - > tbody > tr:first-child .empty-state { - .rounded-corners(); - background-color: @gray-lightest; - } - .list-item:not(:last-child) > *:not(.visual), .row-item:not(:last-child) { border-bottom: 1px solid @gray-light; @@ -148,11 +142,9 @@ table.state-item-table { padding: .5em 1em 0 0; } - > .empty-state, - > tbody > tr:first-child .empty-state { + > .empty-state-bar, + > tbody > tr:first-child .empty-state-bar { margin: 0 1em; - padding: 1em; - text-align: center; } }