mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
Add krzip module
This commit is contained in:
parent
1a8b5c8b29
commit
7bef97f170
26 changed files with 1611 additions and 0 deletions
27
modules/krzip/tpl/css/default.css
Normal file
27
modules/krzip/tpl/css/default.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
@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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue