mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
27 lines
520 B
CSS
27 lines
520 B
CSS
@charset "UTF-8";
|
|
/* Copyright (C) NAVER <http://www.navercorp.com> */
|
|
|
|
.krZip label {
|
|
min-width: 70px;
|
|
}
|
|
.krZip .krzip-postcode,
|
|
.krZip .krzip-roadAddress,
|
|
.krZip .krzip-jibunAddress,
|
|
.krZip .krzip-extraAddress,
|
|
.krZip .krzip-detailAddress {
|
|
min-width: 20%;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid #CCC;
|
|
}
|
|
.krZip .krzip-guide {
|
|
display: none;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
color: #888;
|
|
}
|
|
|
|
/* End of file default.css */
|
|
/* Location: ./modules/krzip/tpl/css/default.css */
|