You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2012/09/04 12:42:25 UTC

svn commit: r1380532 - in /incubator/syncope/trunk: ./ console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html

Author: coheigea
Date: Tue Sep  4 10:42:24 2012
New Revision: 1380532

URL: http://svn.apache.org/viewvc?rev=1380532&view=rev
Log:
[SYNCOPE-196] - Change Display Attributes button misaligned

Modified:
    incubator/syncope/trunk/   (props changed)
    incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html

Propchange: incubator/syncope/trunk/
------------------------------------------------------------------------------
  Merged /incubator/syncope/branches/1_0_X:r1380531

Modified: incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html?rev=1380532&r1=1380531&r2=1380532&view=diff
==============================================================================
--- incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html (original)
+++ incubator/syncope/trunk/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html Tue Sep  4 10:42:24 2012
@@ -17,7 +17,7 @@
         .settingsPos{
             position:relative; 
             top:34px;
-            left:95%;
+            left:93.2%;
             width:10px;
             text-decoration: none;
         }
@@ -25,7 +25,7 @@
         .settingsPosMultiPage{
             position:relative; 
             top:64px;
-            left:95%;
+            left:93.2%;
             width:10px;
             text-decoration: none;
         }
@@ -62,4 +62,4 @@
         </div>
 
     </wicket:panel>
-</html>
\ No newline at end of file
+</html>