ここの情報は古いです。ご理解頂いた上でお取り扱いください。

Changeset 7361


Ignore:
Timestamp:
May 23, 2008, 11:46:00 PM (15 years ago)
Author:
ebihara
Message:

#2416:revert r7293

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OpenPNE/branches/stable-2.12.x/public_html/modules/portal/css/master.css

    r7293 r7361  
    1616.container { width:980px;}
    1717/*サイト名などヘッダー部分*/
    18 #siteTtl{ width:720px; height:125px; float: left;}
     18#siteTtl{ width:720px; height:125px;}
    1919#siteTtl h1{ padding:50px 0 0 50px; font-size:30px; line-height:100%;}
    2020/*ログイン窓*/
    21 .snsLogin { float: right; width:250px;}
     21.snsLogin { position:absolute; top:10px; left:730px; width:250px;}
    2222.snsLogin fieldset { border:none;}
    2323.snsLogin fieldset legend { display:none;}
    24 .snsLogin div { margin-left:20px;}
    25 .snsLogin div#usernameArea { margin-top:20px;}
    26 .snsLogin div#passwordArea { margin-top:10px;}
    27 .snsLogin div#isSaveArea { width:200px; text-align:center; margin-top: 10px;}
    28 .snsLogin div#passwordQueryArea { width:200px; text-align:center;}
    29 .snsLogin div#buttonLoginArea { margin-left:0; text-align:center; margin-top: 15px;}
    30 .snsLogin div#buttonRegiArea { margin-left:0; text-align:center; margin-top: 10px; }
     24.snsLogin div { position:absolute; left:20px;}
     25.snsLogin div#usernameArea { top:21px;}
     26.snsLogin div#passwordArea { top:74px;}
     27.snsLogin div#isSaveArea { top:128px; width:200px; text-align:center;}
     28.snsLogin div#passwordQueryArea { top:146px; width:200px; text-align:center;}
     29.snsLogin div#loginSecurity { left:0; width:250px; height:9px; background:url("../img/login_sec_black.gif") no-repeat center center; font-size:0; line-height:0; text-indent:-3000px;}
     30#invite div.snsLogin div#loginSecurity { top:209px;}
     31#free div.snsLogin div#loginSecurity { top:239px;}
     32.snsLogin div#buttonLoginArea { top:179px;}
     33.snsLogin div#buttonRegiArea { top:209px;}
    3134.snsLogin div#usernameArea span,
    32 .snsLogin div#passwordArea span { display:block; font-size:0; line-height:0; text-decoration:none; text-indent:-3000px; margin-bottom: 5px;}
     35.snsLogin div#passwordArea span { display:block; font-size:0; line-height:0; text-decoration:none; text-indent:-3000px;}
    3336.snsLogin div#usernameArea input,
    34 .snsLogin div#passwordArea input { left:4px; width:199px; height:18px; border:none; background:none; vertical-align:middle;}
     37.snsLogin div#passwordArea input { position:absolute; top:24px; left:4px; width:199px; height:18px; border:none; background:none; vertical-align:middle;}
    3538.snsLogin div#isSaveArea input { margin-right:5px; vertical-align:middle;}
    3639.snsLogin div#isSaveArea span { font-size:10px; color:#000;}
    3740.snsLogin div#passwordQueryArea a { font-size:10px; text-decoration:underline;}
    38 .snsLogin div#buttonLoginArea button { border:0; text-indent:-3000px; cursor:pointer;}
    39 .snsLogin div#buttonRegiArea button { border:0; text-indent:-3000px; cursor:pointer;}
    40 
     41.snsLogin div#buttonLoginArea button { position:absolute; top:0; left:40px; border:0; text-indent:-3000px; cursor:pointer;}
     42.snsLogin div#buttonRegiArea button { position:absolute; top:0; left:40px; border:0; text-indent:-3000px; cursor:pointer;}
    4143/*コンテンツエリア*/
    4244.contents { float:left; padding:10px 10px 0 10px; width:710px;}
Note: See TracChangeset for help on using the changeset viewer.