Ignore:
Timestamp:
2011/03/09 14:55:25 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

  • TAB
  • インデント

#624(軽微な表示乱れを修正)

  • HTML 構文誤り
  • CSS 構文誤り
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/user_data/packages/admin/css/thickbox.css

    r20290 r20566  
    33/* ----------------------------------------------------------------------------------------------------------------*/ 
    44#TB_window { 
    5     font: 12px Arial, Helvetica, sans-serif; 
    6     color: #333333; 
     5    font: 12px Arial, Helvetica, sans-serif; 
     6    color: #333333; 
    77} 
    88 
    99#TB_secondLine { 
    10     font: 10px Arial, Helvetica, sans-serif; 
    11     color:#666666; 
     10    font: 10px Arial, Helvetica, sans-serif; 
     11    color:#666666; 
    1212} 
    1313 
     
    2222/* ----------------------------------------------------------------------------------------------------------------*/ 
    2323#TB_overlay { 
    24     position: fixed; 
    25     z-index:100; 
    26     top: 0px; 
    27     left: 0px; 
    28     height:100%; 
    29     width:100%; 
     24    position: fixed; 
     25    z-index:100; 
     26    top: 0px; 
     27    left: 0px; 
     28    height:100%; 
     29    width:100%; 
    3030} 
    3131 
    3232.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;} 
    3333.TB_overlayBG { 
    34     background-color:#000; 
    35     filter:alpha(opacity=75); 
    36     -moz-opacity: 0.75; 
    37     opacity: 0.75; 
     34    background-color:#000; 
     35    filter:alpha(opacity=75); 
     36    -moz-opacity: 0.75; 
     37    opacity: 0.75; 
    3838} 
    3939 
     
    4444 
    4545#TB_window { 
    46     position: fixed; 
    47     background: #ffffff; 
    48     z-index: 102; 
    49     color:#000000; 
    50     display:none; 
    51     border: 4px solid #525252; 
    52     text-align:left; 
    53     top:50%; 
    54     left:50%; 
     46    position: fixed; 
     47    background: #ffffff; 
     48    z-index: 102; 
     49    color:#000000; 
     50    display:none; 
     51    border: 4px solid #525252; 
     52    text-align:left; 
     53    top:50%; 
     54    left:50%; 
    5555} 
    5656 
     
    6161 
    6262#TB_window img#TB_Image { 
    63     display:block; 
    64     margin: 15px 0 0 15px; 
    65     border-right: 1px solid #ccc; 
    66     border-bottom: 1px solid #ccc; 
    67     border-top: 1px solid #666; 
    68     border-left: 1px solid #666; 
     63    display:block; 
     64    margin: 15px 0 0 15px; 
     65    border-right: 1px solid #ccc; 
     66    border-bottom: 1px solid #ccc; 
     67    border-top: 1px solid #666; 
     68    border-left: 1px solid #666; 
    6969} 
    7070 
    7171#TB_caption{ 
    72     height:25px; 
    73     padding:7px 30px 10px 25px; 
    74     float:left; 
     72    height:25px; 
     73    padding:7px 30px 10px 25px; 
     74    float:left; 
    7575} 
    7676 
    7777#TB_closeWindow{ 
    78     height:25px; 
    79     padding:11px 25px 10px 0; 
    80     float:right; 
     78    height:25px; 
     79    padding:11px 25px 10px 0; 
     80    float:right; 
    8181} 
    8282 
    8383#TB_closeAjaxWindow{ 
    84     padding:7px 10px 5px 0; 
    85     margin-bottom:1px; 
    86     text-align:right; 
    87     float:right; 
     84    padding:7px 10px 5px 0; 
     85    margin-bottom:1px; 
     86    text-align:right; 
     87    float:right; 
    8888} 
    8989 
    9090#TB_ajaxWindowTitle{ 
    91     float:left; 
    92     padding:7px 0 5px 10px; 
    93     margin-bottom:1px; 
     91    float:left; 
     92    padding:7px 0 5px 10px; 
     93    margin-bottom:1px; 
    9494} 
    9595 
    9696#TB_title{ 
    97     background-color:#e8e8e8; 
    98     height:27px; 
     97    background-color:#e8e8e8; 
     98    height:27px; 
    9999} 
    100100 
    101101#TB_ajaxContent{ 
    102     clear:both; 
    103     padding:2px 15px 15px 15px; 
    104     overflow:auto; 
    105     text-align:left; 
    106     line-height:1.4em; 
     102    clear:both; 
     103    padding:2px 15px 15px 15px; 
     104    overflow:auto; 
     105    text-align:left; 
     106    line-height:1.4em; 
    107107} 
    108108 
    109109#TB_ajaxContent.TB_modal{ 
    110     padding:15px; 
     110    padding:15px; 
    111111} 
    112112 
    113113#TB_ajaxContent p{ 
    114     padding:5px 0px 5px 0px; 
     114    padding:5px 0px 5px 0px; 
    115115} 
    116116 
    117117#TB_load{ 
    118     position: fixed; 
    119     display:none; 
    120     height:13px; 
    121     width:208px; 
    122     z-index:103; 
    123     top: 50%; 
    124     left: 50%; 
    125     margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ 
     118    position: fixed; 
     119    display:none; 
     120    height:13px; 
     121    width:208px; 
     122    z-index:103; 
     123    top: 50%; 
     124    left: 50%; 
     125    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ 
    126126} 
    127127 
     
    132132 
    133133#TB_HideSelect{ 
    134     z-index:99; 
    135     position:fixed; 
    136     top: 0; 
    137     left: 0; 
    138     background-color:#fff; 
    139     border:none; 
    140     filter:alpha(opacity=0); 
    141     -moz-opacity: 0; 
    142     opacity: 0; 
    143     height:100%; 
    144     width:100%; 
     134    z-index:99; 
     135    position:fixed; 
     136    top: 0; 
     137    left: 0; 
     138    background-color:#fff; 
     139    border:none; 
     140    filter:alpha(opacity=0); 
     141    -moz-opacity: 0; 
     142    opacity: 0; 
     143    height:100%; 
     144    width:100%; 
    145145} 
    146146 
     
    151151 
    152152#TB_iframeContent{ 
    153     clear:both; 
    154     border:none; 
    155     margin-bottom:-1px; 
    156     margin-top:1px; 
    157     _margin-bottom:1px; 
     153    clear:both; 
     154    border:none; 
     155    margin-bottom:-1px; 
     156    margin-top:1px; 
     157    _margin-bottom:1px; 
    158158} 
Note: See TracChangeset for help on using the changeset viewer.