Ignore:
Timestamp:
2012/03/08 04:17:59 (14 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

Location:
branches/version-2_12-dev/html/user_data/packages/default/css
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/user_data/packages/default/css/bloc.css

    r21612 r21616  
    7070    font-size: 90%; 
    7171} 
    72 #container .block_outer .block_body dl.formlist span{ 
     72#container .block_outer .block_body dl.formlist span { 
    7373    vertical-align: top; 
    7474} 
     
    112112=============================================== */ 
    113113div#topcolumn { 
    114     margin:0px; 
    115     clear:both; 
     114    margin: 0px; 
     115    clear: both; 
    116116} 
    117117div#bottomcolumn { 
    118     margin:0px; 
     118    margin: 0px; 
    119119    clear: both; 
    120120} 
     
    133133#news_area .news_contents { 
    134134    padding-right: 10px; 
    135     max-height:260px; 
     135    max-height: 260px; 
    136136    height: auto !important; 
    137137    height: 260px; 
    138     overflow:auto; 
    139     overflow-y:scroll; 
     138    overflow: auto; 
     139    overflow-y: scroll; 
    140140} 
    141141 
     
    181181▼カテゴリ 
    182182=============================================== */ 
    183 #category_area .block_body{ 
     183#category_area .block_body { 
    184184    background-color: #fffaf0; 
    185185} 
    186186 
    187 #category_area li{ 
     187#category_area li { 
    188188    padding-left: 5px; 
    189189} 
    190 #category_area li.level1{ 
     190#category_area li.level1 { 
    191191    border-bottom: solid 1px #ccc; 
    192192} 
    193 #category_area li.level1 p{ 
     193#category_area li.level1 p { 
    194194    padding-left: 20px; 
    195195    margin: 7px 3px; 
     
    224224    border: none; 
    225225} 
    226 #guide_area li{ 
     226#guide_area li { 
    227227    margin-bottom: 5px; 
    228228    letter-spacing: -0.05em; 
     
    320320    border-top: 1px solid #ccc; 
    321321    border-right: none; 
    322     text-align:center; 
     322    text-align: center; 
    323323} 
    324324#calender_area th { 
  • branches/version-2_12-dev/html/user_data/packages/default/css/bloc_alpha.css

    r21612 r21616  
    3939    font-size: 90%; 
    4040} 
    41 #header_login_area ul.formlist li.forgot{ 
     41#header_login_area ul.formlist li.forgot { 
    4242    margin-top: 3px; 
    4343    padding-right: 5px; 
     
    7474    float: left; 
    7575} 
    76 .main_column .block_outer #banner_area .block_body ul li.sub_01{ 
     76.main_column .block_outer #banner_area .block_body ul li.sub_01 { 
    7777    padding-right: 8px; 
    7878} 
  • branches/version-2_12-dev/html/user_data/packages/default/css/contents.css

    r21612 r21616  
    6363} 
    6464div#mynavi_area .mynavi_list li { 
    65     margin:0 15px 5px 0; 
     65    margin: 0 15px 5px 0; 
    6666    padding-left: 15px; 
    6767    float: left; 
     
    172172=============================================== */ 
    173173div#undercolumn_error .message_area { 
    174     width:80%; 
     174    width: 80%; 
    175175    margin: 30px auto; 
    176176    padding: 30px; 
     
    570570} 
    571571 
    572 div#customervoice_area ul li{ 
     572div#customervoice_area ul li { 
    573573    padding-bottom: 15px; 
    574574    margin-bottom: 15px; 
  • branches/version-2_12-dev/html/user_data/packages/default/css/popup.css

    r21612 r21616  
    2828    padding-bottom: 20px; 
    2929    width: 540px; 
    30     min-height:300px; 
     30    min-height: 300px; 
    3131    height: auto !important; 
    3232} 
     
    104104} 
    105105 
    106 div#zipsearch_area #completebox p{ 
     106div#zipsearch_area #completebox p { 
    107107    padding: 60px 5px; 
    108108    text-align: center; 
  • branches/version-2_12-dev/html/user_data/packages/default/css/reset.css

    r21612 r21616  
    99small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
    1010fieldset, form, label, legend, table, caption, tbody, tfoot, 
    11 thead, tr, th, td{ 
     11thead, tr, th, td { 
    1212    margin: 0; 
    1313    padding: 0; 
     
    1515} 
    1616 
    17 table, caption, th, td{ 
     17table, caption, th, td { 
    1818    margin: 0; 
    1919    padding: 0; 
     
    2626} 
    2727 
    28 a img, iframe{ 
    29     border:none; 
     28a img, iframe { 
     29    border: none; 
    3030} 
    31 ol,ul,li{ 
    32     list-style:none; 
     31ol,ul,li { 
     32    list-style: none; 
    3333} 
    3434 
    35 input, textarea, select, button{ 
    36     font-size:100%; 
    37     font-family:inherit; 
     35input, textarea, select, button { 
     36    font-size: 100%; 
     37    font-family: inherit; 
    3838} 
Note: See TracChangeset for help on using the changeset viewer.