source: branches/feature-module-update/html/css/layout/entry/confirm.css @ 15079

Revision 15079, 757 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#container #right #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 570px;
14}
15
16#container #right #comment{
17border: 0;
18margin: 0 0 15px 0;
19padding: 0;
20width: 570px;
21}
22
23/*テーブル*/
24#container #right #frame{
25border: 0;
26margin: 0;
27padding: 0;
28width: 570px;
29background: #ccc;
30}
31
32#container #right #frame #left{
33background: #ecf5ff;
34width: 170px;
35}
36
37#container #right #frame #right{
38background: #fff;
39width: 357px;
40}
41
42/*ボタン*/
43#container #right #button{
44border: 0;
45margin: 30px 0 15px 0;
46padding: 0;
47text-align: center;
48}
Note: See TracBrowser for help on using the repository browser.