Sampo Niskanen created JENKINS-13211:
----------------------------------------

             Summary: Cannot make three adjacent columns
                 Key: JENKINS-13211
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13211
             Project: Jenkins
          Issue Type: Bug
          Components: sectioned-view
            Reporter: Sampo Niskanen
            Assignee: Timothy Bingaman


You cannot make three adjacent columns (i.e. left-center-right).  This would be 
useful to visualize a CI flow (unit test - build+deploy - integration test).

The problem seems to be in the CSS handling.  Every left-aligned column 
contains "float:left; clear:left", right-aligned contains "float:right; 
clear:right" and centered columns "clear:both".  Thus three columns always 
exclude each others.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to