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/admin/css
Files:
3 edited

Legend:

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

    r21615 r21616  
    4444} 
    4545 
    46 .page_rows{ 
    47     margin-bottom:20px; 
     46.page_rows { 
     47    margin-bottom: 20px; 
    4848} 
    4949 
     
    7171 
    7272h1 span.title { 
    73     display:block; 
     73    display: block; 
    7474    padding-top: 2px; 
    7575    padding-left: 20px; 
     
    7878 
    7979h1 span.subtitle { 
    80     display:block; 
     80    display: block; 
    8181    padding-top: 2px; 
    8282    padding-left: 10px; 
     
    9191} 
    9292 
    93 h3{ 
     93h3 { 
    9494    margin-bottom: 20px; 
    9595    padding: 5px; 
     
    168168} 
    169169 
    170 .contents-main .btn-area, #popup .btn-area, #form_edit .btn-area{ 
     170.contents-main .btn-area, #popup .btn-area, #form_edit .btn-area { 
    171171    margin : 0 0 60px 0; 
    172172    padding: 20px 0; 
    173173    clear: both; 
    174174    width: 100%; 
    175     background:#f5f5f5; 
     175    background: #f5f5f5; 
    176176    text-align: center; 
    177177} 
    178178 
    179 .contents-main .btn-area li, #popup .btn-area li, .btn-area li{ 
     179.contents-main .btn-area li, #popup .btn-area li, .btn-area li { 
    180180    margin-right: 10px; 
    181181    display: inline; 
    182182} 
    183183 
    184 .addnew{ 
     184.addnew { 
    185185    margin-bottom: 20px; 
    186186} 
     
    401401} 
    402402 
    403 a.btn-normal:hover, a.btn-action:hover, a.btn-tool:hover{ 
     403a.btn-normal:hover, a.btn-action:hover, a.btn-tool:hover { 
    404404    border: solid 1px #d5d7df; 
    405405    color: #6d728b; 
    406406} 
    407407 
    408 a.btn-tool-format:hover{ 
     408a.btn-tool-format:hover { 
    409409    border: solid 1px #363a47; 
    410410    color: #6b728b; 
     
    735735    color: #000; 
    736736    background-color: #666; 
    737     text-decoration:none; 
     737    text-decoration: none; 
    738738} 
    739739.number-on a:visited { 
     
    847847    border: 0; 
    848848    text-align: left; 
    849     width:556px; 
     849    width: 556px; 
    850850    z-index: 2; 
    851851    background: url('../img/contents/admin_login_bg.jpg') center top repeat-x; 
     
    11091109 
    11101110#products-category-right .now_dir { 
    1111     margin-bottom:20px; 
     1111    margin-bottom: 20px; 
    11121112    padding: 10px; 
    11131113    border: 1px solid #ccc; 
     
    11241124   white-space: normal; 
    11251125} 
    1126 #products .list-info{ 
     1126#products .list-info { 
    11271127    padding-top: 10px; 
    11281128    border-top: solid 1px #ccc; 
     
    11301130#products .list-info .btn { 
    11311131    float: left; 
    1132     margin-right:20px; 
     1132    margin-right: 20px; 
    11331133} 
    11341134#products .list-info p { 
     
    14021402/*FONT*/ 
    14031403.bold { 
    1404     font-weight:bold; 
     1404    font-weight: bold; 
    14051405} 
    14061406 
     
    14081408/* フロート解除 */ 
    14091409.clearfix:after { 
    1410     display:block; 
    1411     clear:both; 
    1412     height:0; 
    1413     line-height:0; 
    1414     visibility:hidden; 
    1415     content:"."; 
     1410    display: block; 
     1411    clear: both; 
     1412    height: 0; 
     1413    line-height: 0; 
     1414    visibility: hidden; 
     1415    content: "."; 
    14161416} 
    14171417 
     
    15011501 
    15021502#outside { 
    1503     margin:0 auto; 
    1504     padding:0; 
    1505     text-align:center; 
    1506     width:100%; 
     1503    margin: 0 auto; 
     1504    padding: 0; 
     1505    text-align: center; 
     1506    width: 100%; 
    15071507} 
    15081508 
  • branches/version-2_12-dev/html/user_data/packages/admin/css/admin_file_manager.css

    r20889 r21616  
    44} 
    55#contents-filemanager-right { 
    6     width:720px; 
    7     float:right; 
     6    width: 720px; 
     7    float: right; 
    88} 
    99 
    10 #tree{ 
     10#tree { 
    1111    width: 230px; 
    1212    border: 3px solid #ddd; 
  • branches/version-2_12-dev/html/user_data/packages/admin/css/thickbox.css

    r20566 r21616  
    99#TB_secondLine { 
    1010    font: 10px Arial, Helvetica, sans-serif; 
    11     color:#666666; 
     11    color: #666666; 
    1212} 
    1313 
     
    2323#TB_overlay { 
    2424    position: fixed; 
    25     z-index:100; 
     25    z-index: 100; 
    2626    top: 0px; 
    2727    left: 0px; 
    28     height:100%; 
    29     width:100%; 
     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); 
     34    background-color: #000; 
     35    filter: alpha(opacity=75); 
    3636    -moz-opacity: 0.75; 
    3737    opacity: 0.75; 
     
    4747    background: #ffffff; 
    4848    z-index: 102; 
    49     color:#000000; 
    50     display:none; 
     49    color: #000000; 
     50    display: none; 
    5151    border: 4px solid #525252; 
    52     text-align:left; 
    53     top:50%; 
    54     left:50%; 
     52    text-align: left; 
     53    top: 50%; 
     54    left: 50%; 
    5555} 
    5656 
     
    6161 
    6262#TB_window img#TB_Image { 
    63     display:block; 
     63    display: block; 
    6464    margin: 15px 0 0 15px; 
    6565    border-right: 1px solid #ccc; 
     
    6969} 
    7070 
    71 #TB_caption{ 
    72     height:25px; 
    73     padding:7px 30px 10px 25px; 
    74     float:left; 
     71#TB_caption { 
     72    height: 25px; 
     73    padding: 7px 30px 10px 25px; 
     74    float: left; 
    7575} 
    7676 
    77 #TB_closeWindow{ 
    78     height:25px; 
    79     padding:11px 25px 10px 0; 
    80     float:right; 
     77#TB_closeWindow { 
     78    height: 25px; 
     79    padding: 11px 25px 10px 0; 
     80    float: right; 
    8181} 
    8282 
    83 #TB_closeAjaxWindow{ 
    84     padding:7px 10px 5px 0; 
    85     margin-bottom:1px; 
    86     text-align:right; 
    87     float:right; 
     83#TB_closeAjaxWindow { 
     84    padding: 7px 10px 5px 0; 
     85    margin-bottom: 1px; 
     86    text-align: right; 
     87    float: right; 
    8888} 
    8989 
    90 #TB_ajaxWindowTitle{ 
    91     float:left; 
    92     padding:7px 0 5px 10px; 
    93     margin-bottom:1px; 
     90#TB_ajaxWindowTitle { 
     91    float: left; 
     92    padding: 7px 0 5px 10px; 
     93    margin-bottom: 1px; 
    9494} 
    9595 
    96 #TB_title{ 
    97     background-color:#e8e8e8; 
    98     height:27px; 
     96#TB_title { 
     97    background-color: #e8e8e8; 
     98    height: 27px; 
    9999} 
    100100 
    101 #TB_ajaxContent{ 
    102     clear:both; 
    103     padding:2px 15px 15px 15px; 
    104     overflow:auto; 
    105     text-align:left; 
    106     line-height:1.4em; 
     101#TB_ajaxContent { 
     102    clear: both; 
     103    padding: 2px 15px 15px 15px; 
     104    overflow: auto; 
     105    text-align: left; 
     106    line-height: 1.4em; 
    107107} 
    108108 
    109 #TB_ajaxContent.TB_modal{ 
    110     padding:15px; 
     109#TB_ajaxContent.TB_modal { 
     110    padding: 15px; 
    111111} 
    112112 
    113 #TB_ajaxContent p{ 
    114     padding:5px 0px 5px 0px; 
     113#TB_ajaxContent p { 
     114    padding: 5px 0px 5px 0px; 
    115115} 
    116116 
    117 #TB_load{ 
     117#TB_load { 
    118118    position: fixed; 
    119     display:none; 
    120     height:13px; 
    121     width:208px; 
    122     z-index:103; 
     119    display: none; 
     120    height: 13px; 
     121    width: 208px; 
     122    z-index: 103; 
    123123    top: 50%; 
    124124    left: 50%; 
     
    131131} 
    132132 
    133 #TB_HideSelect{ 
    134     z-index:99; 
    135     position:fixed; 
     133#TB_HideSelect { 
     134    z-index: 99; 
     135    position: fixed; 
    136136    top: 0; 
    137137    left: 0; 
    138     background-color:#fff; 
    139     border:none; 
    140     filter:alpha(opacity=0); 
     138    background-color: #fff; 
     139    border: none; 
     140    filter: alpha(opacity=0); 
    141141    -moz-opacity: 0; 
    142142    opacity: 0; 
    143     height:100%; 
    144     width:100%; 
     143    height: 100%; 
     144    width: 100%; 
    145145} 
    146146 
     
    150150} 
    151151 
    152 #TB_iframeContent{ 
    153     clear:both; 
    154     border:none; 
    155     margin-bottom:-1px; 
    156     margin-top:1px; 
    157     _margin-bottom:1px; 
     152#TB_iframeContent { 
     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.