From ca7894cf4db998618408595d934fbbcd5b1f5659 Mon Sep 17 00:00:00 2001 From: leebeomjun Date: Thu, 16 Mar 2023 16:10:00 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=ED=8E=B8?= =?UTF-8?q?=EC=A7=91=20=EC=B0=BD=20=EB=84=88=EB=B9=84=20=EC=A1=B0=EC=A0=88?= =?UTF-8?q?=EC=8B=9C=20=EB=B0=B0=EA=B2=BD=EC=83=89=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EC=BD=98=20=EC=9D=B4=EB=8F=99=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../paintweb/interfaces/default/layout.xhtml | 9 ++++++ .../paintweb/interfaces/default/style.css | 32 ++++++++----------- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml index 01b6b373..0de3f8a4 100644 --- a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml +++ b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/layout.xhtml @@ -63,6 +63,15 @@
  • Clear image
  • Save image
  • + +
  • +

    Fill +   +

    +

    Stroke +   +

    +
  • diff --git a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/style.css b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/style.css index 366080a4..f9667eb9 100644 --- a/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/style.css +++ b/src/main/webapp/resources/3rd-party/paintweb/interfaces/default/style.css @@ -144,6 +144,9 @@ background: #fff; color: #000 } +.paintweb_main_main{ + display: flex; +} .paintweb_tools { border-left: 1px solid #d6d6d6; @@ -151,8 +154,6 @@ list-style: none; margin: 0; padding: 0; - /*width: 416px;*/ - width:100%; display: flex; border:0px solid blue; } @@ -195,6 +196,7 @@ white-space: nowrap } +.paintweb_strokeFillStyles:hover, .paintweb_strokeFillStyles:focus, .paintweb_tool:hover, .paintweb_tool:focus, .paintweb_command:hover, .paintweb_command:focus, .paintweb_icon:hover, .paintweb_icon:focus { background: #fff } @@ -735,40 +737,34 @@ .paintweb_strokeFillStyles { /*background: url("images/toolbar-colors.png") no-repeat;*/ /*font-size: 0.9em;*/ - height: 67px; + /*left: 297px;*/ - right: 337px; - position: absolute; - top: -8px; - width: 69px + /*right: 337px; + height: 67px; + position: absolute;*/ + + width: 40px } .paintweb_opt_fillStyle { - height: 51px; - margin: 2px 0 0 13px; + margin: 0 0 0 4px; padding: 0 } .paintweb_opt_strokeStyle { - margin: 0; - padding: 0 11px 0 0; + margin: -10px 0 0 14px; + padding: 0 0 0 0; text-align: right } .paintweb_fillStyle { height: 18px; - left: 23px; - position: absolute; - top: 20px; width: 18px; } .paintweb_strokeStyle { - bottom: 18px; height: 18px; - position: absolute; - right: 15px; - width: 18px + width: 18px; } .paintweb_floatingPanel_colormixer .paintweb_tabsList {