screenLock.css 394 Bytes
Newer Older
Motohisa Nakano committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@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 {
Motohisa Nakano committed
20 21 22 23 24 25
	font-size: 10pt;
    width: 180px;
}
.ime-inactive
{
	ime-mode: inactive;
Motohisa Nakano committed
26
}
Motohisa Nakano committed
27 28 29 30 31

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