BUG 9635 Posicion de Caja del Login skin UX Modern SOLVED

- The position box of login is static.
- Was add styles a xtheme-gray.css to keep the center.
This commit is contained in:
Marco Antonio Nina
2012-08-21 12:52:38 -04:00
parent 14705928a8
commit 6f425d3714

View File

@@ -1475,6 +1475,22 @@ a.x-menu-item {
body.x-body-masked .x-window-plain .x-window-mc {
background-color: #E4E4E4;
}
body.x-pm-login-body{
width: 100%;
}
body.x-pm-login-body div.x-window{
/*!important needed to change position, not appearance. Not allows JavaScrpit change Position.*/
left: 50% !important;
margin-left: -185px !important; /*Left Location for Login Box. Must be a half from the width of login Box.*/
margin-top: -120px !important; /*Top Location for Login Box. Must be a half from height of login Box.*/
overflow: auto !important;
position: absolute !important;
top: 50% !important;
}
body.x-pm-login-body div.x-ie-shadow, body.x-pm-login-body div.x-shadow{
/*Disappears the shadow Login Box.*/
display: none !important;
}
.x-html-editor-wrap {
border-color:#BCBCBC;
background-color:#fff;