source: branches/feature-module-update/html/css/layout/contact/complete.css @ 15078

Revision 15078, 690 bytes checked in by nanasess, 17 years ago (diff)

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
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#container #right #maintitle{
11border: 0;
12margin: 0 0 15px 0;
13padding: 0;
14width: 570px;
15}
16
17/*テーブル*/
18#container #right #frame{
19border: 0;
20margin: 0;
21padding: 0;
22width: 570px;
23background: #ccc;
24}
25
26#container #right #ichi{
27border: solid 1px #ccc;
28margin: 35;
29padding: 0;
30width: 500px;
31height: 210px;
32text-align: center;
33}
34
35/*ボタン*/
36#container #right #button{
37border: 0;
38margin: 30px 0 15px 0;
39padding: 0;
40text-align: center;
41}
Note: See TracBrowser for help on using the repository browser.