From bcca614eb35296cfbce7d1e24252a5dee518af43 Mon Sep 17 00:00:00 2001 From: Cindy Lu Date: Tue, 29 Jul 2014 19:08:44 -0700 Subject: [PATCH] restyle pencil icon for table inline edit You can see this in Admin > Projects table. Small bug after the Bootstrap 3 merge. Change-Id: I81b136a99e9e8584d1bb8121aef23006d0fd20c8 Closes-Bug: #1349600 --- openstack_dashboard/static/dashboard/scss/horizon.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/openstack_dashboard/static/dashboard/scss/horizon.scss b/openstack_dashboard/static/dashboard/scss/horizon.scss index dee6826c03..15901160ba 100644 --- a/openstack_dashboard/static/dashboard/scss/horizon.scss +++ b/openstack_dashboard/static/dashboard/scss/horizon.scss @@ -683,8 +683,6 @@ td.loading { td.inline_edit_available div.table_cell_wrapper .table_cell_action button.ajax-inline-edit { @include btn-icon-inline_edit(0, -72px, 2px, 4px); - - padding: 10px 10px 10px 10px; position: relative; display: block; background: none; @@ -765,8 +763,6 @@ div.table_cell_wrapper { } button.ajax-inline-edit { @include btn-icon-inline-actions(0, -72px, 2px, 4px); - - padding: 10px 10px 10px 10px; position: relative; display: none; background: none; @@ -780,7 +776,7 @@ div.table_cell_wrapper { margin: auto 0px 0px 0px; display: none; position: absolute; - top: -3px; + top: -10px; right: 0px; z-index: 99; }