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

Revision 15079, 777 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 30px 0;
19padding: 0;
20width: 700px;
21}
22
23/**テーブル**/
24
25
26/*コンテンツ行*/
27#containerfull #ichi{
28border: solid 1px #ccc;
29margin: 0 100px;
30padding: 0;
31width: 500px;
32height: 210px;
33text-align: center;
34}
35
36/*ボタン*/
37#containerfull #button{
38border: 0;
39margin: 30px 0 15px 0;
40padding: 0;
41text-align: center;
42}
43
44/*ベリサイン*/
45#containerfull #verisign{
46border: 0;
47margin: 35px 65px;
48padding: 0;
49width: 570px;
50}
Note: See TracBrowser for help on using the repository browser.