| Revision 16094,
746 bytes
checked in by adachi, 19 years ago
(diff) |
|
set property
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Id
-
Property svn:mime-type set to
text/css; charset=UTF-8
|
| Line | |
|---|
| 1 | /* |
|---|
| 2 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
|---|
| 3 | * |
|---|
| 4 | * http://www.lockon.co.jp/ |
|---|
| 5 | */ |
|---|
| 6 | @charset "<!--{$smarty.const.CHAR_CODE}-->"; |
|---|
| 7 | /***新しいお届け先の登録(完了)***/ |
|---|
| 8 | |
|---|
| 9 | /***全体***/ |
|---|
| 10 | #layout{ |
|---|
| 11 | border: 0; |
|---|
| 12 | margin: 0 auto; /*センター揃え*/ |
|---|
| 13 | padding: 0; |
|---|
| 14 | text-align: center; |
|---|
| 15 | } |
|---|
| 16 | |
|---|
| 17 | /***コンテンツ***/ |
|---|
| 18 | #layout #maintitle{ |
|---|
| 19 | border: 0; |
|---|
| 20 | margin: 15px auto 0 auto; |
|---|
| 21 | padding: 0; |
|---|
| 22 | width: 570px; |
|---|
| 23 | } |
|---|
| 24 | |
|---|
| 25 | #layout #comment{ |
|---|
| 26 | border: 0; |
|---|
| 27 | margin: 15px auto; |
|---|
| 28 | padding: 0; |
|---|
| 29 | width: 600px; |
|---|
| 30 | text-align: left; |
|---|
| 31 | } |
|---|
| 32 | |
|---|
| 33 | /*テーブル*/ |
|---|
| 34 | #layout #ichi{ |
|---|
| 35 | border: solid 1px #ccc; |
|---|
| 36 | margin: 20px auto; |
|---|
| 37 | padding: 0; |
|---|
| 38 | width: 500px; |
|---|
| 39 | height: 210px; |
|---|
| 40 | text-align: center; |
|---|
| 41 | } |
|---|
| 42 | |
|---|
| 43 | /*ボタン*/ |
|---|
| 44 | #layout #button{ |
|---|
| 45 | border: 0; |
|---|
| 46 | margin: 30px 0 15px 0; |
|---|
| 47 | padding: 0; |
|---|
| 48 | text-align: center; |
|---|
| 49 | } |
|---|
Note: See
TracBrowser
for help on using the repository browser.