fix editor
This commit is contained in:
parent
30e06335e9
commit
2110c21be7
@ -25,6 +25,10 @@
|
||||
#mainForm\:paperPanel > tbody > tr > td {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.ui-editor.ui-widget-content {
|
||||
background: white !important;
|
||||
}
|
||||
</style>
|
||||
<p:panel id="panel" header="Статья" style="margin-bottom:10px;">
|
||||
<p:panelGrid cellpadding="5" id="paperPanel">
|
||||
@ -81,8 +85,8 @@
|
||||
<p:outputLabel for="comment" value="Комментарий:"/>
|
||||
</p:column>
|
||||
<p:column>
|
||||
<p:textEditor id="comment" widgetVar="editor2" value="#{paperView.paper.comment}" height="300"
|
||||
style="margin-bottom:10px" placeholder="Комментарий"/>
|
||||
<p:editor id="comment" widgetVar="editor2" value="#{paperView.paper.comment}" height="300"
|
||||
style="margin-bottom:10px" placeholder="Комментарий"/>
|
||||
</p:column>
|
||||
</p:row>
|
||||
<p:row>
|
||||
|
@ -32,7 +32,7 @@
|
||||
<p:confirmDialog global="true" showEffect="fade" hideEffect="fade">
|
||||
<p:commandButton value="Да" type="button" styleClass="ui-confirmdialog-yes" icon="pi pi-check"/>
|
||||
<p:commandButton value="Нет" type="button" styleClass="ui-confirmdialog-no" icon="pi pi-times"/>
|
||||
</p:confirmDialog>
|
||||
</p:confirmDialog>te
|
||||
</div>
|
||||
|
||||
<p:dataTable value="#{papersView.papers}" var="paper" paginator="true" paginatorPosition="bottom"
|
||||
|
Loading…
Reference in New Issue
Block a user