SWF-1368 Minor style updates to booking-faces sample

This commit is contained in:
Rossen Stoyanchev
2010-09-03 15:32:26 +00:00
parent a147d1c17c
commit c58f38968f
2 changed files with 10 additions and 3 deletions

View File

@@ -28,12 +28,12 @@
${hotel.country}
</address>
<h:form id="hotel">
<p>
<div>
Nightly Rate:&#160;
<h:outputText value="#{hotel.price}">
<f:convertNumber type="currency" currencySymbol="$"/>
</h:outputText>
</p>
</div>
<div>
<p:commandButton id="book" action="book" value="Book Hotel" ajax="false" />
<p:commandButton id="cancel" action="cancel" value="Back to Search"/>

View File

@@ -14,10 +14,17 @@
<link rel="stylesheet" href="${request.contextPath}/styles/blueprint/screen.css" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="${request.contextPath}/styles/blueprint/print.css" type="text/css" media="print" />
<!--[if lt IE 8]>
<link rel="stylesheet" href="<c:url value="/blueprint/ie.css" />" type="text/css" media="screen, projection" />
<link rel="stylesheet" href="<c:url value="/blueprint/ie.css" />" type="text/css" media="screen, projection" />
<![endif]-->
<link rel="stylesheet" href="${request.contextPath}/styles/le-frog/jquery-ui-1.8.2.custom.css" type="text/css" media="screen" />
<ui:insert name="headIncludes"/>
<style>
<!--
div.ui-datatable > table {
margin-bottom: 0;
}
-->
</style>
</h:head>
<h:body>
<div class="container">