From 5572692dd39b47b709920763867870b962fbc8cd Mon Sep 17 00:00:00 2001 From: kgough Date: Tue, 12 Jun 2018 09:29:42 +1000 Subject: [PATCH 1/2] fix*ZNTA-2620) user profile button styling --- .../zanata-frontend/src/app/containers/UserProfile/index.less | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/zanata-frontend/src/app/containers/UserProfile/index.less b/server/zanata-frontend/src/app/containers/UserProfile/index.less index 41dfca19472..6c01e9139e7 100644 --- a/server/zanata-frontend/src/app/containers/UserProfile/index.less +++ b/server/zanata-frontend/src/app/containers/UserProfile/index.less @@ -194,8 +194,10 @@ margin-bottom: @spacing-rq; } #userProfile-activityTable td button { - padding: 0; + padding: 0 !important; height: initial; + width: 95% + border: none !important; } #userProfile-activityTable td button.btn-primary { background-color: rgba(84, 102, 119, 0.65) !important; From 963fe462d20398bc471e0eb750ecf70a6443e9fc Mon Sep 17 00:00:00 2001 From: kgough Date: Tue, 12 Jun 2018 09:33:16 +1000 Subject: [PATCH 2/2] fix*ZNTA-2620) user profile button styling --- .../zanata-frontend/src/app/containers/UserProfile/index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/zanata-frontend/src/app/containers/UserProfile/index.less b/server/zanata-frontend/src/app/containers/UserProfile/index.less index 6c01e9139e7..d3d504508b1 100644 --- a/server/zanata-frontend/src/app/containers/UserProfile/index.less +++ b/server/zanata-frontend/src/app/containers/UserProfile/index.less @@ -196,7 +196,7 @@ #userProfile-activityTable td button { padding: 0 !important; height: initial; - width: 95% + width: 95%; border: none !important; } #userProfile-activityTable td button.btn-primary {