Author: lkrejci
Date: 2010-07-27 07:13:46 -0400 (Tue, 27 Jul 2010)
New Revision: 965
Modified:
branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css
branches/EmbJopr_1_3/core/src/main/webapp/login.xhtml
Log:
EMBJOPR-249 - fixing the login page layout in IEx
Modified: branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css
===================================================================
--- branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css 2010-07-23 14:04:14
UTC (rev 964)
+++ branches/EmbJopr_1_3/core/src/main/webapp/css/console-style.css 2010-07-27 11:13:46
UTC (rev 965)
@@ -228,9 +228,12 @@
/* ------------------------ Login styles -------------------------- */
+.LoginContainer {
+ padding-top: 80px;
+}
+
.Loginbox {
text-align: left;
- margin-top: 80px;
background: #ffffff;
padding: 10px 60px 30px 60px;
width: 180px;
Modified: branches/EmbJopr_1_3/core/src/main/webapp/login.xhtml
===================================================================
--- branches/EmbJopr_1_3/core/src/main/webapp/login.xhtml 2010-07-23 14:04:14 UTC (rev
964)
+++ branches/EmbJopr_1_3/core/src/main/webapp/login.xhtml 2010-07-27 11:13:46 UTC (rev
965)
@@ -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