fix font size
This commit is contained in:
parent
268a311a87
commit
ab20b3843f
@ -13,6 +13,11 @@
|
|||||||
</h:head>
|
</h:head>
|
||||||
|
|
||||||
<h:body>
|
<h:body>
|
||||||
|
<style type="text/css">
|
||||||
|
body {
|
||||||
|
font-size: 11px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<h:form id="mainForm">
|
<h:form id="mainForm">
|
||||||
<p:growl id="messages"/>
|
<p:growl id="messages"/>
|
||||||
|
|
||||||
@ -33,7 +38,6 @@
|
|||||||
<p:menuitem value="Quit" url="http://www.primefaces.org" icon="pi pi-times"/>
|
<p:menuitem value="Quit" url="http://www.primefaces.org" icon="pi pi-times"/>
|
||||||
|
|
||||||
<f:facet name="options">
|
<f:facet name="options">
|
||||||
<p:inputText style="margin:1px 10px 1px 1px;" placeholder="Search"/>
|
|
||||||
<p:commandButton type="button" value="Logout" icon="pi pi-home"/>
|
<p:commandButton type="button" value="Logout" icon="pi pi-home"/>
|
||||||
</f:facet>
|
</f:facet>
|
||||||
</p:menubar>
|
</p:menubar>
|
||||||
|
Loading…
Reference in New Issue
Block a user