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

Revision 15079, 972 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#containerfull #maintitle{
10border: 0;
11margin: 0 0 15px 0;
12padding: 0;
13width: 700px;
14}
15
16#containerfull #subtitle02{
17border: 0;
18margin: 0 0 15px 0;
19padding: 0;
20width: 700px;
21}
22
23/*コメント*/
24#containerfull #comment{
25border: 0;
26margin: 0 0 15px 0;
27padding: 0;
28width: 570px;
29}
30
31
32/**テーブル**/
33
34/*枠*/
35#containerfull #frame{
36border: 0;
37margin: 0;
38padding: 0;
39width: 700px;
40background: #ccc;
41}
42
43/*コンテンツ行*/
44#frame #left{
45background: #ecf5ff;
46width: 170px;
47}
48
49#frame #right{
50background: #fff;
51width: 507px;
52}
53
54/*ボタン*/
55#containerfull #button{
56border: 0;
57margin: 30px 0 15px 0;
58padding: 0;
59text-align: center;
60}
61
62/*ベリサイン*/
63#containerfull #verisign{
64border: 0;
65margin: 35px 65px;
66padding: 0;
67width: 570px;
68}
Note: See TracBrowser for help on using the repository browser.