fix mobile logon page
This commit is contained in:
@@ -1092,7 +1092,7 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
top:50%;
|
||||
left:50%;
|
||||
margin-left:-230px; /* -(68+10*2+160+200+5*2+1*2)/2 */
|
||||
margin-top:-65px; /* -(10*2+20*4+20*2+20+2*2+1*2)/2 */
|
||||
margin-top:-64px; /* -(10*2+20*4+20*2+20+2*2+1*2)/2 */
|
||||
}
|
||||
#logon .box {
|
||||
background:white;
|
||||
@@ -1107,7 +1107,7 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
width:68px;
|
||||
background:#D9E5F2;
|
||||
}
|
||||
#logon .box .fa {
|
||||
#logon .box .key .fa {
|
||||
position:absolute;
|
||||
top:50%;
|
||||
left:50%;
|
||||
@@ -1152,8 +1152,11 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
padding:2px 5px;
|
||||
width:200px;
|
||||
}
|
||||
#logon .box input[type=button] {
|
||||
width:auto;
|
||||
#logon .box a.button {
|
||||
margin-right:0;
|
||||
}
|
||||
#logon .box a.button .fa {
|
||||
margin:1px;
|
||||
}
|
||||
#logon #footer {
|
||||
position:fixed;
|
||||
@@ -2509,15 +2512,16 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
}
|
||||
|
||||
#logon .container {
|
||||
position:static;
|
||||
top:0;
|
||||
left:0;
|
||||
margin:0;
|
||||
margin-left:0;
|
||||
width:100%;
|
||||
}
|
||||
#logon .container #logon_box {
|
||||
|
||||
#logon .logon_msg, #logon .box {
|
||||
margin:10px;
|
||||
}
|
||||
#logon .box {
|
||||
background:white;
|
||||
margin:10px;
|
||||
overflow:auto;
|
||||
}
|
||||
#logon .box .key {
|
||||
@@ -2530,10 +2534,6 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
#logon .box table td {
|
||||
padding:0;
|
||||
margin:0;
|
||||
text-align:left;
|
||||
font-size:18px;
|
||||
color:#04357B;
|
||||
height:50px;
|
||||
}
|
||||
#logon .box .validate {
|
||||
text-align:right;
|
||||
@@ -2542,10 +2542,6 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
float:left;
|
||||
}
|
||||
#logon .box input {
|
||||
border:1px solid #04357B;
|
||||
color:#04357B;
|
||||
font-size:28px;
|
||||
padding:1px 5px;
|
||||
float:right;
|
||||
width:90%;
|
||||
}
|
||||
@@ -2553,11 +2549,7 @@ vertical-align 0% -5% -10% -15% -20% -25% -30%
|
||||
padding:1px 10px;
|
||||
width:auto;
|
||||
}
|
||||
#logon #footer {
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
}
|
||||
|
||||
|
||||
/* Menu */
|
||||
|
||||
#menu #menu_box ul li#close_menu_ln {
|
||||
|
||||
Reference in New Issue
Block a user