Author: kmorin Date: 2014-10-20 11:37:05 +0200 (Mon, 20 Oct 2014) New Revision: 681 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/681 Log: style Modified: trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/demand-detail.jsp trunk/faxtomail-ui-web/src/main/webapp/css/demand-detail.css Modified: trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/demand-detail.jsp =================================================================== --- trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/demand-detail.jsp 2014-10-20 09:16:45 UTC (rev 680) +++ trunk/faxtomail-ui-web/src/main/webapp/WEB-INF/content/demand-detail.jsp 2014-10-20 09:37:05 UTC (rev 681) @@ -222,7 +222,7 @@ </div> <div class="col-md-6 col-lg-6"> - <dl class="dl-horizontal large-dl"> + <dl class="dl-horizontal"> <dt>À</dt> <dd><s:property value="emailUIModel.toRecipients" /></dd> <dt>Copie à</dt> Modified: trunk/faxtomail-ui-web/src/main/webapp/css/demand-detail.css =================================================================== --- trunk/faxtomail-ui-web/src/main/webapp/css/demand-detail.css 2014-10-20 09:16:45 UTC (rev 680) +++ trunk/faxtomail-ui-web/src/main/webapp/css/demand-detail.css 2014-10-20 09:37:05 UTC (rev 681) @@ -19,11 +19,11 @@ } .large-dl dt { - width: 235px; + width: 245px; } .large-dl dd { - margin-left: 255px; + margin-left: 260px; } .dropdown-menu > li > span {