You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by fm...@apache.org on 2012/03/02 11:00:10 UTC

svn commit: r1296105 - /incubator/syncope/trunk/console/src/main/webapp/css/fieldstyle.css

Author: fmartelli
Date: Fri Mar  2 10:00:10 2012
New Revision: 1296105

URL: http://svn.apache.org/viewvc?rev=1296105&view=rev
Log:
SYNCOPE-23 #comment added overflow property to the css class

Modified:
    incubator/syncope/trunk/console/src/main/webapp/css/fieldstyle.css

Modified: incubator/syncope/trunk/console/src/main/webapp/css/fieldstyle.css
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/console/src/main/webapp/css/fieldstyle.css?rev=1296105&r1=1296104&r2=1296105&view=diff
==============================================================================
--- incubator/syncope/trunk/console/src/main/webapp/css/fieldstyle.css (original)
+++ incubator/syncope/trunk/console/src/main/webapp/css/fieldstyle.css Fri Mar  2 10:00:10 2012
@@ -78,6 +78,7 @@ div.tablecolumn_check{
     background: none repeat scroll 0 0 #FFFFFF;
     border-width: 0;
     display: block;
+    overflow: auto;
     padding: 1em 1.4em;
 }