FSN#34307 visuele verfijning en footer op inlogpagina

svn path=/Website/trunk/; revision=26830
This commit is contained in:
Peter Feij
2015-10-30 08:26:17 +00:00
parent f7965e061a
commit cc48cd3077
2 changed files with 51 additions and 38 deletions

View File

@@ -50,12 +50,13 @@ th {
#myportalteaser {
text-align: center;
font-size: 1.3em;
padding-top: 80px;
padding-bottom: 30px;
padding-top: 70px;
padding-bottom: 40px;
width:90%;
}
#loginbody, #loginhtml {
background-color: #fff;
background-color: #F4F6F9;
text-align:left;
}
#loginbody div#dmodal,
@@ -83,17 +84,58 @@ th {
#logintable #visname,
#logintable #vispswd
{
width: 220px;
border: 1px solid #666;
width: 250px;
border: 1px solid #B1B3B4;
font-size: 1.2em;
height: 25px;
color: ==textcolor==;
border-radius: 4px;
padding: 4px;
}
#logintable label[for=remember]
{
font-weight: normal;
}
#logintable #buttons ul li,
#logintable #buttons ul li a {
border-radius:4px;
font-weight: 500;
font-size: 13px;
margin-left:0px;
padding: 6px 10px 7px 11px;
border: 0px;
}
#logintable #buttons {
text-align:left;
}
#logindiv
{
margin: auto;
width: 90%;
max-width: 24em;
color: #B1B3B4;
background-color: #fff;
padding-bottom: 2em;
padding-top: 2em;
padding-left: 1em;
border: 1px solid #CACBCC;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-moz-box-shadow: 0px 0px 20px #E3E4E4;
-webkit-box-shadow: 0px 0px 20px #E3E4E4;
box-shadow: 0px 0px 20px #E3E4E4;
}
#loginfooter {
position: relative;
margin-top: 24px;
height: 24px;
width: 100%;
clear: both;
text-align: center;
font-size: 12px;
}
#mobkey {
text-align: left;
width:5em;
@@ -621,7 +663,7 @@ img.autoreport {
}
.info {
padding: 4px 4px 12px 4px;;
padding: 4px 4px 12px 4px;
font-size: 1.2em;
color: #111111;
}
@@ -3518,38 +3560,6 @@ body.floorscreen3d {
cursor: pointer;
}
#logintable #buttons ul li,
#logintable #buttons ul li a {
border-radius:4px;
font-weight: 500;
font-size: 13px;
margin-left:0px;
padding: 6px 10px 7px 11px;
border: 0px;
}
#logintable #buttons {
text-align:left;
}
#logindiv
{
margin: auto;
width: 90%;
max-width: 24em;
background-color: #f7f7f7;
padding-bottom: 2.5em;
padding-top: 3.5em;
padding-left: 0.8em;
border-color: #fff;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
#buttons ul li.hasIcon,
#buttons ul li.hasIcon a {
padding: 7px 10px 2px 11px;

View File

@@ -77,6 +77,7 @@ checkUserAgent(); // heeft device capability bits gezet
</head>
<body id="loginbody">
<div id="myportalteaser">
<%=L("lcl_logon_teaser")%>
</div>
@@ -121,5 +122,7 @@ checkUserAgent(); // heeft device capability bits gezet
<% IFACE.FORM_END(); %>
</form>
</div>
<div id="loginfooter"><%=L("lcl_facilitor_footer")%></div>
</body>
</html>