From 138ba0a12dcad5eb642ccb28957eb9b52ffbbfc3 Mon Sep 17 00:00:00 2001 From: Inaki Juaniz-Velilla Date: Thu, 21 Feb 2019 03:17:33 -0500 Subject: [PATCH] EZP-30152: Update component table rendering (#533) --- docs/css/ez-guidelines-tables.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/docs/css/ez-guidelines-tables.css b/docs/css/ez-guidelines-tables.css index e6bb1fc602..3214bd6bfb 100644 --- a/docs/css/ez-guidelines-tables.css +++ b/docs/css/ez-guidelines-tables.css @@ -53,8 +53,8 @@ } .ez-guidelines-tables__with-header .table .btn-icon .ez-icon-edit { fill: #f15a10; - width: 24px; - height: 24px; + width: 42px; + height: 42px; } .ez-guidelines-tables__with-header .ez-table-header .btn { line-height: 0.85; @@ -105,15 +105,16 @@ .ez-guidelines-tables__notifications .n-notifications-modal__type .type__icon { background-color: #f7d000; border-radius: 50%; - display: inline-block; - width: 2em; - height: 2em; + display: flex; + justify-content: center; + align-items: center; + width: 2.5em; + height: 2.5em; } .ez-guidelines-tables__notifications .n-notifications-modal__type .type__icon .ez-icon { - margin: 0.375em; width: 1.25em; height: 1.25em; } @@ -174,3 +175,7 @@ font-weight: normal; border-radius: 0 0 0.3em 0; } + +.ez-guidelines-tables__notifications table tr td:first-child:not(.linenos) { + width: inherit; +}