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:37:12 UTC

svn commit: r1380531 - /incubator/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html

Author: coheigea
Date: Tue Sep  4 10:37:11 2012
New Revision: 1380531

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

Modified:
    incubator/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html

Modified: incubator/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html
URL: http://svn.apache.org/viewvc/incubator/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html?rev=1380531&r1=1380530&r2=1380531&view=diff
==============================================================================
--- incubator/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html (original)
+++ incubator/syncope/branches/1_0_X/console/src/main/resources/org/apache/syncope/console/pages/panels/ResultSetPanel.html Tue Sep  4 10:37:11 2012
@@ -17,14 +17,14 @@
         .settingsPos{
             position:relative; 
             top:34px;
-            left:97%;
+            left:95%;
             width:10px;
         }
 
         .settingsPosMultiPage{
             position:relative; 
             top:64px;
-            left:97%;
+            left:95%;
             width:10px;
         }
     </style>
@@ -57,4 +57,4 @@
         </div>
 
     </wicket:panel>
-</html>
\ No newline at end of file
+</html>