style
This commit is contained in:
parent
a136acb0b4
commit
c36876f7e7
@ -118,7 +118,7 @@ dependencies {
|
||||
//primefaces
|
||||
compile group: 'org.primefaces', name: 'primefaces', version: '7.0'
|
||||
compile group: 'net.bootsfaces', name: 'bootsfaces', version: '1.4.2'
|
||||
compile group: 'org.joinfaces', name: 'jsf-spring-boot-starter', version: '4.0.8'
|
||||
compile group: 'org.joinfaces', name: 'jsf-spring-boot-starter', version: '4.1.2'
|
||||
compile group: 'org.javassist', name: 'javassist', version: '3.25.0-GA'
|
||||
compile group: 'org.primefaces.themes', name: 'all-themes', version: '1.0.10'
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
|
||||
</h:head>
|
||||
|
||||
<h:body>
|
||||
<h:body class="black">
|
||||
<style type="text/css">
|
||||
body {
|
||||
font-size: 11px;
|
||||
|
@ -1,3 +1,7 @@
|
||||
.black {
|
||||
background-color: #383838 !important;
|
||||
}
|
||||
|
||||
.ui-picklist-list-wrapper {
|
||||
width: 50% !important;
|
||||
}
|
||||
|
@ -13,11 +13,11 @@
|
||||
<div class="ui-g-5"></div>
|
||||
<div class="ui-g-2">
|
||||
<p:panel header="Страница не найдена" style="margin-bottom:20px">
|
||||
<h:link outcome="#{page.MAIN}" styleClass="btn btn-primary">
|
||||
<h:link outcome="#{page.INDEX}" styleClass="btn btn-primary">
|
||||
<i class="fa fa-home fa-4"></i> Вернуться на главную
|
||||
</h:link>
|
||||
</p:panel>
|
||||
</div>
|
||||
</div>
|
||||
</h:body>
|
||||
</html>
|
||||
</html>
|
||||
|
@ -6,9 +6,10 @@
|
||||
<h:head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<h:outputStylesheet name="css/style.css"/>
|
||||
<title>Вход в систему</title>
|
||||
</h:head>
|
||||
<h:body>
|
||||
<h:body class="black">
|
||||
<div class="ui-g">
|
||||
<div class="ui-g-5"></div>
|
||||
<div class="ui-g-2">
|
||||
|
@ -16,7 +16,8 @@ logging.level.ru.ulstu=DEBUG
|
||||
#HtmlUnit
|
||||
logging.level.com.gargoylesoftware.htmlunit=ERROR
|
||||
#jsf
|
||||
joinfaces.primefaces.theme=casablanca
|
||||
#joinfaces.primefaces.theme=casablanca
|
||||
joinfaces.primefaces.theme=afterdark
|
||||
joinfaces.primefaces.font-awesome=true
|
||||
joinfaces.mojarra.enable-restore-view11-compatibility=true
|
||||
# Mail Settings
|
||||
|
Loading…
Reference in New Issue
Block a user