You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/02/26 10:40:35 UTC

[syncope] branch 2_1_X updated: Minor fix to AjaxPalettePanel appearance

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 0ff254d  Minor fix to AjaxPalettePanel appearance
0ff254d is described below

commit 0ff254d74e8922d02ca2e7273607c9eb65bf6cfc
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Feb 26 11:39:31 2020 +0100

    Minor fix to AjaxPalettePanel appearance
---
 .../client/console/wicket/markup/html/form/AjaxPalettePanel.html      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxPalettePanel.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxPalettePanel.html
index e6b2d84..907ab8a 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxPalettePanel.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/AjaxPalettePanel.html
@@ -34,7 +34,9 @@ under the License.
       <span wicket:id="externalAction"/>
     </wicket:enclosure>
     <fieldset class="input-group">
-      <span wicket:id="paletteField">[Palette]</span>
+      <div class="form-group form-palette">
+        <span wicket:id="paletteField">[Palette]</span>
+      </div>
     </fieldset>
   </wicket:extend>
 </html>