screenLock.css 394 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
@charset('utf-8');

/**
 * 	screen lock style definition
 */
.screenLock {
	font-size: 10pt;
	-webkit-font-smoothing: antialiased;
}
.screenLock-content img {
	margin: 0 auto;
	width: 128px;
	height: 128px;
}
.screenLock-error {
	color: #f33;
	margin: 8px auto;
}
#passwd-txt {
	font-size: 10pt;
    width: 180px;
}
.ime-inactive
{
	ime-mode: inactive;
}

.ime-disabled
{
	ime-mode: disabled;
}