From 85342843ef4322c109c332d5e4824f1200e34332 Mon Sep 17 00:00:00 2001 From: Wenrui LI Date: Fri, 15 Jul 2022 11:10:34 +0800 Subject: [PATCH 1/2] * fix toolbar position for zentaoclient. --- www/theme/default/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 9af189801e..d9465830b3 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -98,3 +98,4 @@ body.xxc-embed {overflow-x: auto; overflow-y: hidden;} .xxc-embed #toolbar {position: fixed;right: 120px!important;} .xxc-embed #main {position: absolute;top: 50px;bottom: 0;left: 0;right: 0;overflow: auto;} .xxc-embed .fix-table-copy-wrapper {top: 50px!important;} +.xxc-embed #headerActions {right: 450px;} From d3351f941c5484736e8cd85286ffc450c23dd165 Mon Sep 17 00:00:00 2001 From: Wenrui LI Date: Fri, 15 Jul 2022 11:23:25 +0800 Subject: [PATCH 2/2] * adjust toolbar position. --- www/theme/default/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index d9465830b3..a8fda8a560 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -98,4 +98,4 @@ body.xxc-embed {overflow-x: auto; overflow-y: hidden;} .xxc-embed #toolbar {position: fixed;right: 120px!important;} .xxc-embed #main {position: absolute;top: 50px;bottom: 0;left: 0;right: 0;overflow: auto;} .xxc-embed .fix-table-copy-wrapper {top: 50px!important;} -.xxc-embed #headerActions {right: 450px;} +.xxc-embed #headerActions {right: 310px!important;}