Author: lkrejci
Date: 2010-07-27 14:00:15 -0400 (Tue, 27 Jul 2010)
New Revision: 967
Modified:
trunk/core/src/main/webapp/css/console-style.css
trunk/core/src/main/webapp/login.xhtml
Log:
EMBJOPR-249 - fixing the login page layout in IEx
Modified: trunk/core/src/main/webapp/css/console-style.css
===================================================================
--- trunk/core/src/main/webapp/css/console-style.css 2010-07-27 15:06:00 UTC (rev 966)
+++ trunk/core/src/main/webapp/css/console-style.css 2010-07-27 18:00:15 UTC (rev 967)
@@ -229,9 +229,12 @@
/* ------------------------ Login styles -------------------------- */
+.LoginContainer {
+ padding-top: 80px;
+}
+
.Loginbox {
text-align: left;
- margin-top: 80px;
background: #ffffff;
padding: 10px 60px 30px 60px;
width: 180px;
Modified: trunk/core/src/main/webapp/login.xhtml
===================================================================
--- trunk/core/src/main/webapp/login.xhtml 2010-07-27 15:06:00 UTC (rev 966)
+++ trunk/core/src/main/webapp/login.xhtml 2010-07-27 18:00:15 UTC (rev 967)
@@ -43,7 +43,7 @@
<link rel="apple-touch-icon"
href="images/favicon.png"/>
</head>
<body
onload="document.getElementById('login_form:name').focus();">
- <div align="center" class="container">
+ <div align="center" class="LoginContainer">
<div id="pageheader">
<div class="floatleft">
<h:panelGrid columns="2">
Show replies by date