SWF-1368 Minor style updates to booking-faces sample
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
${hotel.country}
|
||||
</address>
|
||||
<h:form id="hotel">
|
||||
<p>
|
||||
<div>
|
||||
Nightly Rate: 
|
||||
<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"/>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user