fix font size

merge-requests/119/head
Anton Romanov 5 years ago
parent 268a311a87
commit ab20b3843f

@ -13,6 +13,11 @@
</h:head>
<h:body>
<style type="text/css">
body {
font-size: 11px;
}
</style>
<h:form id="mainForm">
<p:growl id="messages"/>
@ -33,7 +38,6 @@
<p:menuitem value="Quit" url="http://www.primefaces.org" icon="pi pi-times"/>
<f:facet name="options">
<p:inputText style="margin:1px 10px 1px 1px;" placeholder="Search"/>
<p:commandButton type="button" value="Logout" icon="pi pi-home"/>
</f:facet>
</p:menubar>

Loading…
Cancel
Save