Changed log in page styles.

This commit is contained in:
Svetlana Rastegina 2021-02-21 21:28:52 +01:00 committed by Georgy Litvinov
parent 4d47f3014b
commit 7e587b6c2d
2 changed files with 24 additions and 4 deletions

View file

@ -979,11 +979,13 @@ ul.individual-urls-people li a {
}
body.login #login {
float: none;
margin-left: auto;
margin-right: auto;
}
#login h2 {
font-size: 22px;
color: #2485ae;
padding-left: 15px;
color: #8B4513;
padding-left: 38px;
padding-top: 18px;
border-bottom: none;
}
@ -1604,11 +1606,11 @@ ul#individual-tools-people li a {
}
.green.button,
.green.button:visited {
background-color: #749a02;
background-color: #DD9F00;
color: #fff;
}
.green.button:hover {
background-color: #b2d15a;
background-color: #DD9F00;
}
.blue.button,
.blue.button:visited {

View file

@ -0,0 +1,18 @@
<div id="wrapper-content" role="main">
<#if flash?has_content>
<#if flash?starts_with(i18n().menu_welcomestart) >
<section id="welcome-msg-container" role="container">
<section id="welcome-message" role="alert">${flash}</section>
</section>
<#else>
<section id="flash-msg-container" role="container">
<section id="flash-message" role="alert">${flash}</section>
</section>
</#if>
</#if>
<!--[if lte IE 8]>
<noscript>
<p class="ie-alert">This site uses HTML elements that are not recognized by Internet Explorer 8 and below in the absence of JavaScript. As a result, the site will not be rendered appropriately. To correct this, please either enable JavaScript, upgrade to Internet Explorer 9, or use another browser. Here are the <a href="http://www.enable-javascript.com" title="java script instructions">instructions for enabling JavaScript in your web browser</a>.</p>
</noscript>
<![endif]-->