Author: tchemit Date: 2012-06-16 23:50:27 +0200 (Sat, 16 Jun 2012) New Revision: 3497 Url: http://chorem.org/repositories/revision/pollen/3497 Log: improve add choice ui layout Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp Modified: trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp =================================================================== --- trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-06-16 21:49:58 UTC (rev 3496) +++ trunk/pollen-ui-struts2/src/main/webapp/WEB-INF/jsp/poll/vote.jsp 2012-06-16 21:50:27 UTC (rev 3497) @@ -430,7 +430,7 @@ <!-- Ajout de choix --> <s:if test="pollChoiceRunning"> - <div id="choiceFormDiv"> + <div id="choiceFormDiv" class="clearfix"> <s:form id="choiceForm" method="POST" namespace="/poll" enctype="multipart/form-data"> <h4><s:text name="pollen.action.addChoice"/></h4> @@ -457,8 +457,10 @@ <s:textarea cols="36" key="choice.description" label="%{getText('pollen.common.description')}"/> <br/> + <div class="cleanBoth"> <s:submit action="addChoice/%{uriId}" key="pollen.action.addChoice" align="center"/> + </div> </s:form> </div> </s:if>
participants (1)
-
tchemit@users.chorem.org