source: branches/feature-module-update/html/css/layout/mypage/new_deliv_confirm.css @ 15079

Revision 15079, 928 bytes checked in by nanasess, 17 years ago (diff)

svn:mime-type application/x-httpd-php; charset=UTF-8 設定

  • Property svn:mime-type set to application/x-httpd-php; 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{
11border: 0;
12margin: 0 auto; /*センター揃え*/
13padding: 0;
14text-align: center;
15}
16
17/***コンテンツ***/
18#layout #maintitle{
19border: 0;
20margin: 15px auto 0 auto;
21padding: 0;
22width: 600px;
23}
24
25#layout #comment{
26border: 0;
27margin: 15px auto;
28padding: 0;
29width: 600px;
30text-align: left;
31}
32
33/*テーブル*/
34#layout #frame{
35border: 0;
36margin: 0 auto;
37padding: 0;
38width: 600px;
39background: #ccc;
40}
41
42#layout #frame #left{
43background: #ecf5ff;
44width: 180px;
45text-align: left;
46}
47
48#layout #frame #right{
49background: #fff;
50width: 377px;
51text-align: left;
52}
53
54/*ボタン*/
55#layout #button{
56border: 0;
57margin: 30px 0 15px 0;
58padding: 0;
59text-align: center;
60}
Note: See TracBrowser for help on using the repository browser.