Changed log in page styles.
This commit is contained in:
parent
3f8ef9ca33
commit
bb626da213
2 changed files with 24 additions and 4 deletions
|
@ -979,11 +979,13 @@ ul.individual-urls-people li a {
|
||||||
}
|
}
|
||||||
body.login #login {
|
body.login #login {
|
||||||
float: none;
|
float: none;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
#login h2 {
|
#login h2 {
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
color: #2485ae;
|
color: #8B4513;
|
||||||
padding-left: 15px;
|
padding-left: 38px;
|
||||||
padding-top: 18px;
|
padding-top: 18px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
@ -1604,11 +1606,11 @@ ul#individual-tools-people li a {
|
||||||
}
|
}
|
||||||
.green.button,
|
.green.button,
|
||||||
.green.button:visited {
|
.green.button:visited {
|
||||||
background-color: #749a02;
|
background-color: #DD9F00;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
.green.button:hover {
|
.green.button:hover {
|
||||||
background-color: #b2d15a;
|
background-color: #DD9F00;
|
||||||
}
|
}
|
||||||
.blue.button,
|
.blue.button,
|
||||||
.blue.button:visited {
|
.blue.button:visited {
|
||||||
|
|
|
@ -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]-->
|
Loading…
Add table
Reference in a new issue