Ignore:
Timestamp:
2011/01/13 19:57:47 (16 years ago)
Author:
uemoto
Message:

#382(管理画面XHTMLに変更)

  • デザインを刷新
Location:
branches/version-2_5-dev/html/user_data/packages/admin/css
Files:
1 added
2 edited

Legend:

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

    r19771 r19909  
    11@charset "utf-8"; 
    22 
    3 * { margin: 0; padding: 0; } 
     3* { 
     4    margin: 0; 
     5    padding: 0; 
     6} 
    47 
    58/* 上記による Fierfox 2 崩れ対応 */ 
     
    811} 
    912 
    10 html {height: 100%;} 
     13html { 
     14    height: 100%; 
     15} 
     16 
    1117body { 
    12     font-size: 80%; 
    13     font-family:"MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif; 
    14     background: #FFFFFF; 
    15     min-width: 800px; 
     18    width: 100%; 
    1619    height: 100%; 
    1720    line-height: 150%; 
    18 } 
    19 body#popup { 
    20     min-width: 0px; 
    21     padding: 10px; 
    22     height: auto; 
    23 } 
    24 input,select,option,textarea { 
    25     font-size: 1em; 
    26 } 
     21    background: #fff; 
     22    font-family: "MS Pゴシック","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Osaka,sans-serif; 
     23    font-size: 80%; 
     24} 
     25 
     26option { 
     27    margin-right: 3px; 
     28    font-size: 100%; 
     29} 
     30 
     31input, textarea { 
     32    margin-right: 3px; 
     33    font-size: 100%; 
     34} 
     35 
     36select { 
     37    margin-bottom: 5px; 
     38    font-size: 100%; 
     39} 
     40 
    2741img { 
    2842    border: 0; 
    2943} 
     44 
     45ul, li { 
     46    list-style: none; 
     47} 
     48 
     49hr { 
     50    display: none; 
     51} 
     52 
    3053h1 { 
    31     background: url(../img/contents/subtitle_back.gif) 0 0 repeat-y #818287; 
    32     border-top: 1px solid #666666; 
     54    border-top: 1px solid #b3b4bd; 
     55    border-bottom: 1px solid #d9dadf; 
    3356    height: 30px; 
    3457    line-height: 30px; 
    35     color: #FFFFFF; 
    36     font-size: 1.2em; 
    37     text-indent: 20px; 
    38 } 
     58    color: #444757; 
     59    background: url(../img/contents/subtitle_back_02.jpg) repeat-x; 
     60    font-size: 130%; 
     61} 
     62 
     63h1 .title { 
     64    padding-left: 20px; 
     65    background: url(../img/contents/subtitle_back.gif) no-repeat; 
     66} 
     67 
    3968h2 { 
    40     font-size: 1.2em; 
    41     border-bottom: 3px solid #CCCCCC; 
    4269    margin: 0 0 10px 0; 
    43     padding: 3px 0; 
    44     color: #DD7010; 
    45 } 
    46 h3, h4 {font-size: 1em;} 
    47 em {color: #FF0000;font-style: normal;} 
    48  
     70    padding: 5px 0; 
     71    border-bottom: 3px solid #ccc; 
     72    color: #444757; 
     73    font-size: 110%; 
     74} 
     75 
     76h3, h4 { 
     77    font-size: 100%; 
     78} 
     79 
     80/*em { 
     81    color: #f00; 
     82    font-style: normal; 
     83}*/ 
     84 
     85/*テーブル設定*/ 
    4986table { 
    50     font-size: 1em; 
     87    margin: 0 0 20px; 
    5188    border-collapse: collapse; 
    5289    width: 100%; 
    53     margin: 0 0 20px; 
    54 } 
    55 th, td {padding: 5px;border:1px solid #CCCCCC;} 
    56 th {background: #f2f1ec;font-weight:normal;text-align:left;} 
    57  
    58 table.list th { text-align: center; } 
    59 table.list th.left { text-align: left; } 
    60 table.list th.right { text-align: right; } 
    61 table.list td.id, 
    62 table.list td.thumbnail { 
    63     text-align: center; 
    64 } 
     90    font-size: 100%; 
     91} 
     92 
     93th, td { 
     94    padding: 5px; 
     95    border: 1px solid #ccc; 
     96} 
     97 
     98th { 
     99    width: 240px; 
     100    background: url('../img/contents/table_back.png') repeat-x #f4f5f5; 
     101    font-weight: normal; 
     102    text-align: left; 
     103} 
     104 
     105table.list th { 
     106    background: url('../img/contents/table_back02.png') repeat-x #c1c1c1; 
     107    text-align: center; 
     108} 
     109 
     110table.list th.column { 
     111    background: url('../img/contents/table_back.png') repeat-x #f4f5f5; 
     112    text-align: center;  
     113} 
     114 
     115table.list .edit, table.list .delete { 
     116    width: 10%; 
     117} 
     118 
     119table.list { 
     120    width: 100%; 
     121} 
     122 
     123table.list th.left { 
     124    text-align: left; 
     125} 
     126 
     127table.list th.right { 
     128    text-align: right; 
     129} 
     130 
     131table.list td.id, table.list td.thumbnail { 
     132    text-align: center; 
     133} 
     134 
    65135table.list td.menu { 
    66     text-align: center; 
    67136    vertical-align: middle; 
    68 } 
    69 table.form thead th { text-align: center; width: auto; } 
    70  
    71 a.btn-normal, 
    72 a.btn-normal:link { 
    73     color: #000; 
    74     text-decoration: none; 
     137    text-align: center; 
     138} 
     139 
     140table.form thead th { 
     141    width: auto; 
     142    text-align: center; 
     143} 
     144 
     145.contents-main .btn-area, #popup .btn-area { 
     146    margin : 0 0 60px 0; 
     147    padding: 20px 0; 
     148    clear: both; 
     149    width: 100%; 
     150    background:#f5f5f5; 
     151    text-align: center; 
     152} 
     153 
     154.contents-main .btn-area li, #popup .btn-area li { 
     155    margin-right: 10px; 
     156    display: inline; 
     157} 
     158 
     159/*通常ボタン*/ 
     160.btn-normal, a.btn-normal:link, a.btn-normal:visited { 
     161    padding: 2px 10px; 
     162    border: solid 1px #bcbecb; 
     163    display: inline-block; 
     164    color: #444757; 
     165    background-image: url('../img/button/white-grad.png'); 
    75166    background-attachment: scroll; 
    76167    background-clip: border-box; 
    77168    background-color: #eee; 
    78     background-image: url('../img/button/white-grad.png'); 
    79     background-origin: padding-box; 
    80     padding: 5px; 
     169    font-weight: normal; 
     170    font-size: 100%; 
     171    text-decoration: none; 
    81172    white-space: nowrap; 
    82     border: solid 1px #999; 
    83173    cursor: pointer; 
    84     font-size: 12px; 
    85     font-weight: normal; 
    86174 
    87175    /* CSS3 radius */ 
    88     border-bottom-left-radius: 5px 5px; 
    89     border-bottom-right-radius: 5px 5px; 
    90     border-top-left-radius: 5px 5px; 
    91     border-top-right-radius: 5px 5px; 
    92  
     176    border-radius: 5px; 
    93177    /* Safari, Chrome radius */ 
    94178    -webkit-box-sizing: content-box; 
    95179    -webkit-border-radius: 5px; 
    96  
    97180    /* Firefox radius */ 
    98181    -moz-border-radius: 5px; 
    99 } 
    100  
    101 a.btn-normal:hover { 
    102     border: solid 1px #666; 
    103 } 
    104  
    105 a.btn-normal:active { 
     182    /* Safari, Chrome radius */ 
     183    -webkit-box-sizing: content-box; 
     184    -webkit-border-radius: 5px; 
     185    /* Firefox radius */ 
     186    -moz-border-radius: 5px; 
     187} 
     188 
     189/*ツールボタン 共通部分*/ 
     190.btn-tool-format, a.btn-tool-format:link, a.btn-tool-format:visited { 
     191    padding: 0 6px; 
     192    border: solid 1px #6b6d87; 
     193    display: inline-block; 
     194    color: #444757; 
     195    background: url('../img/button/white-grad03.png') repeat-x #eee; 
     196    background-origin: padding-box; 
     197    background-attachment: scroll; 
     198    background-clip: border-box; 
     199    background-color: #c9cbcb; 
     200    font-weight: bold; 
     201    font-size: 80%; 
     202    text-decoration: none; 
     203    cursor: pointer; 
     204 
     205    /* CSS3 radius */ 
     206    border-radius: 4px; 
     207    /* Safari, Chrome radius */ 
     208    -webkit-box-sizing: content-box; 
     209    -webkit-border-radius: 4px; 
     210    /* Firefox radius */ 
     211    -moz-border-radius: 4px; 
     212    /* Safari, Chrome radius */ 
     213    -webkit-box-sizing: content-box; 
     214    -webkit-border-radius: 4px; 
     215    /* Firefox radius */ 
     216    -moz-border-radius: 4px; 
     217} 
     218 
     219/*ツールボタン コンテンツ*/ 
     220.btn-tool, a.btn-tool:link, a.btn-tool:visited { 
     221    padding: 0 6px; 
     222    border: solid 1px #999; 
     223    display: inline-block; 
     224    color: #444757; 
     225    background: url('../img/button/white-grad.png') repeat-x #eee; 
     226    background-origin: padding-box; 
     227    background-attachment: scroll; 
     228    background-clip: border-box; 
     229    background-color: #c9cbcb; 
     230    font-size: 100%; 
     231    text-decoration: none; 
     232    cursor: pointer; 
     233 
     234    /* CSS3 radius */ 
     235    border-radius: 4px; 
     236    /* Safari, Chrome radius */ 
     237    -webkit-box-sizing: content-box; 
     238    -webkit-border-radius: 4px; 
     239    /* Firefox radius */ 
     240    -moz-border-radius: 4px; 
     241    /* Safari, Chrome radius */ 
     242    -webkit-box-sizing: content-box; 
     243    -webkit-border-radius: 4px; 
     244    /* Firefox radius */ 
     245    -moz-border-radius: 4px; 
     246} 
     247 
     248/*登録する・検索するボタン*/ 
     249.btn-action, a.btn-action:link, a.btn-action:visited { 
     250    padding: 5px 10px; 
     251    border: solid 1px #bcbecb; 
     252    display: inline-block; 
     253    color: #444757; 
     254    background: url('../img/button/white-grad04.png') top repeat-x #eee; 
     255    background-attachment: scroll; 
     256    background-clip: border-box; 
     257    font-weight: normal; 
     258    font-size: 80%; 
     259    text-decoration: none; 
     260    white-space: nowrap; 
     261    cursor: pointer; 
     262 
     263    /* CSS3 radius */ 
     264    border-radius: 5px; 
     265    /* Safari, Chrome radius */ 
     266    -webkit-box-sizing: content-box; 
     267    -webkit-border-radius: 5px; 
     268    /* Firefox radius */ 
     269    -moz-border-radius: 5px; 
     270    /* Safari, Chrome radius */ 
     271    -webkit-box-sizing: content-box; 
     272    -webkit-border-radius: 5px; 
     273    /* Firefox radius */ 
     274    -moz-border-radius: 5px; 
     275} 
     276 
     277/*戻るボタン*/ 
     278.btn-action .btn-prev { 
     279    padding: 0 0 0 20px; 
     280    display: inline-block; 
     281    background: url('../img/button/ico_prev.gif') left no-repeat; 
     282    font-weight: bold; 
     283    font-size: 114%; 
     284} 
     285 
     286/*進むボタン*/ 
     287.btn-action .btn-next { 
     288    padding: 0 20px 0 0; 
     289    display: inline-block; 
     290    background: url('../img/button/ico_next.gif') right no-repeat; 
     291    font-weight: bold; 
     292    font-size: 114%; 
     293} 
     294 
     295a.btn-normal:hover, a.btn-action:hover { 
     296    border: solid 1px #d5d7df; 
     297    color: #6d728b; 
     298} 
     299 
     300a.btn:active, a.btn-normal:active { 
    106301    background-image: url('../img/button/white-grad-active.png'); 
    107302} 
    108303 
    109 #contents ul {margin: 0 0 0 2em;} 
     304/* 
     305#contents ul { 
     306    margin: 0 0 0 2em; 
     307}*/ 
    110308 
    111309/*LINK*/ 
    112 a:link { color: #006699; text-decoration: none; } 
    113 a:visited { color: #006699; text-decoration: none; } 
    114 a:hover { color: #f9a406; text-decoration: underline; } 
    115  
    116 .left { text-align: left; } 
    117 .center { text-align: center; } 
    118 .right { text-align: right; } 
    119  
    120 .attention { color: #FF0000; } 
    121  
     310a:link { 
     311    color: #39c; 
     312    text-decoration: none; 
     313} 
     314 
     315a:visited { 
     316    color: #39c; 
     317    text-decoration: none; 
     318} 
     319 
     320a:hover { 
     321    color: #39c; 
     322    text-decoration: none; 
     323} 
     324 
     325.left { 
     326    text-align: left; 
     327} 
     328 
     329.center { 
     330    text-align: center; 
     331} 
     332 
     333.right { 
     334    text-align: right; 
     335} 
     336 
     337.attention { 
     338    color: #f00; 
     339} 
    122340 
    123341/* ヘッダー 
    124342----------------------------------------------- */ 
    125343#header { 
    126     position: relative; 
    127     z-index: 9999; 
    128344    width: 100%; 
    129     height: 50px; 
    130     margin: 0; 
    131     padding: 0; 
    132     background: url(../img/header/header_back.jpg) 0 0 repeat-x; 
    133 } 
    134 #logo {position: absolute; top: 0; left: 0;} 
    135 #header p { 
    136     color: #FFFFFF; 
    137     position: absolute; 
    138     top: 25px; 
    139     right: 10px; 
    140     text-align: right; 
    141 } 
    142 #header p span {font-weight:bold;} 
    143 #sites { 
    144     position: absolute; 
    145     top: 5px; 
    146     right: 10px; 
    147     list-style: none; 
    148 } 
    149 #sites li {float:right;} 
    150 #header p a, #sites a {color: #99CC33;padding: 0 8px;border-left: 1px solid #FFFFFF;} 
    151 #siteswitch { 
    152     position: absolute; 
    153     left: 240px; 
    154     height: 50px; 
    155     line-height: 50px; 
    156 } 
    157 #siteswitch label { color: #FFFFFF; } 
    158  
     345    height: 51px; 
     346    background: url('../img/header/header_back.jpg') 0 0 repeat-x; 
     347} 
     348 
     349#header-contents { 
     350    width: 1030px; 
     351} 
     352 
     353#logo { 
     354    padding: 12px 0 0 12px; 
     355    float: left; 
     356    width: 184px; 
     357} 
     358 
     359#site-check { 
     360    float: right; 
     361    width: 820px; 
     362} 
     363#site-check p.info { 
     364    padding-top: 16px; 
     365    float: left; 
     366    width: 580px; 
     367    color: #fff; 
     368    font-size: 80%; 
     369} 
     370 
     371#site-check ul { 
     372    padding-top: 14px; 
     373    float: right; 
     374} 
     375 
     376#site-check ul li { 
     377    margin-right: 10px; 
     378    float: left; 
     379} 
    159380 
    160381/* ヘッダーナビ 
    161382----------------------------------------------- */ 
    162 #navi, #navi li { 
    163     height: 30px; 
    164     background: url(../img/header/navi_back.jpg) 0 0 repeat-x; 
    165     z-index:90; 
    166 } 
     383#navi-wrap { 
     384    width: 100%; 
     385    background: #dcdddd; 
     386} 
     387 
     388#navi { 
     389    z-index: 90; 
     390    height: 33px; 
     391    background: url('../img/header/navi_back.jpg') top left repeat-x; 
     392} 
     393 
     394#navi li { 
     395    background: url('../img/header/navi_back_line.jpg') no-repeat right; 
     396} 
     397 
    167398#navi li, #navi li a, #navi li a span { 
    168     line-height: 30px; 
    169399    display: block; 
    170400    float: left; 
    171     white-space: nowrap; 
    172 } 
     401    cursor: pointer; 
     402} 
     403 
    173404#navi li { 
    174405    position: relative; 
    175     border-right: 1px solid #999999; 
    176     border-left: 1px solid #FFFFFF; 
    177 } 
     406} 
     407 
    178408#navi li a { 
    179     color: #333355; 
     409    color: #2d2f39; 
    180410    font-weight: bold; 
    181411    text-decoration: none; 
    182412} 
    183 #navi li a span {padding: 0 8px;} 
    184 #navi li a:hover {background: url(../img/header/navi_on.jpg) left 0 repeat-x;} 
    185 #navi li a:hover span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;} 
    186 #navi li.on a {background: url(../img/header/navi_on.jpg) left 0 no-repeat;} 
    187 #navi li.on a span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;} 
    188 #navi li.sfhover a {background: url(../img/header/navi_on.jpg) left 0 repeat-x;} 
    189 #navi li.sfhover a span {background: url(../img/header/navi_on_right.jpg) right 0 no-repeat;} 
     413 
     414#navi li a span { 
     415    height: 26px; 
     416    padding: 7px 8px 0; 
     417} 
     418 
     419#navi li a:hover, #navi li a:hover span, #navi li.on a, #navi li.on a span, #navi li.sfhover a, #navi li.sfhover a span { 
     420    background: url(../img/header/navi_on.jpg) left 0 repeat-x; 
     421} 
    190422 
    191423#navi li ul { 
    192424    position: absolute; 
    193     top: 30px; 
    194     left: -999em; 
    195     height: auto; 
    196     width: 14.4em; 
     425    top: 31px; 
     426    left: -9999px; 
     427    clear: both; 
     428    width: 14px; 
    197429    font-weight: normal; 
     430} 
     431 
     432/*プルダウンメニュー 第1階層*/ 
     433#navi li li, #navi li li a, #navi li li a span { 
     434    display: block; 
     435    top: 2px; 
     436    width: 189px; 
     437    height: 28px; 
     438    line-height: 24px; 
     439    color: #fff; 
     440    background: url('../img/header/subnavi_bak.gif') top left no-repeat #787878; 
     441    font-weight: normal; 
     442} 
     443 
     444#navi li li { 
     445    border: solid #888; 
     446    border-width: 0 0 1px 0; 
     447} 
     448 
     449#navi li li a span { 
     450    padding: 2px 0 0 8px; 
     451    text-indent: 8px; 
     452} 
     453 
     454#navi li li a:hover { 
     455    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747; 
     456} 
     457 
     458#navi li li a:hover span { 
     459    background: #666; 
     460} 
     461 
     462#navi li.on li a, #navi li.on li a span, #navi li li.on a, #navi li li.on a span, { 
     463    background: transparent; 
     464} 
     465 
     466#navi li.sfhover li a, #navi li.sfhover li a span, #navi li li.sfhover a, #navi li li.sfhover a span { 
     467    background: transparent; 
     468} 
     469 
     470#navi li.sfhover li a:hover { 
     471    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747; 
     472} 
     473 
     474#navi li li.sfhover a:hover { 
     475    background: url('../img/header/subnavi_bak_on.gif') top left no-repeat #474747; 
     476} 
     477 
     478/*プルダウンメニュー 第2階層*/ 
     479#navi li ul.level2 { 
     480    position: absolute; 
     481    top: 28px; 
     482    left: -9999px; 
    198483    clear: both; 
    199     z-index: 100; 
    200 } 
    201 #navi li li, #navi li li a, #navi li li a span { 
    202     width: 14.4em; 
    203     height: 2em; 
    204     line-height: 2em; 
     484    width: 14px; 
     485    font-weight: normal; 
     486} 
     487 
     488#navi li li li, #navi li li a, #navi li li li a span { 
     489    margin-left: 0; 
    205490    display: block; 
    206     background: #DDEEEE; 
    207     padding: 0; 
    208 } 
    209 #navi li li {border: solid #AAAAAA;border-width: 0 1px 1px;} 
    210 #navi li li a span {text-indent: 8px;} 
    211 #navi li li a:hover { background: #AACCCC; } 
    212 #navi li li a:hover span { background: #AACCCC;} 
    213 #navi li.on li a, #navi li.on li a span, #navi li li.on a, #navi li li.on a span { background: transparent; } 
    214 #navi li.sfhover li a, #navi li.sfhover li a span, #navi li li.sfhover a, #navi li li.sfhover a span { background: transparent; } 
    215 #navi li.sfhover li a:hover, #navi li li.sfhover a:hover { background: #AACCCC; } 
     491    width: 189px; 
     492    top: 1px; 
     493    height: 27px; 
     494    line-height: 24px; 
     495    color: #fff; 
     496    background: #787878; 
     497    font-weight: normal; 
     498} 
     499 
     500#navi li li li.sfhover a:hover { 
     501    width: 189px; 
     502    top: 1px; 
     503    height: 27px; 
     504    color: #fff; 
     505    background: url('../img/header/ico_sub_navi.gif') no-repeat left #474747; 
     506} 
    216507 
    217508#navi li ul ul { 
    218     margin: -1.75em 0 0 14.5em; 
    219 } 
     509    margin: -28px 0 0 189px; 
     510    _margin: -28px 0 0 194px;/*IE6応急 */ 
     511} 
     512 
    220513#navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul { 
    221     left: -999em; 
    222 } 
    223 #navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul, 
    224 #navi li.sfhover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul { 
     514    left: -9999px; 
     515} 
     516 
     517#navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul { 
    225518    left: auto; 
    226519} 
    227520 
    228  
    229521/*subnavi*/ 
    230 .subnavi a{ 
    231     background-color: #818287; 
    232     width:140px; 
     522.subnavi a { 
    233523    padding: 6px 5px 4px 5px; 
    234     color:#ffffff; 
     524    display: block; 
     525    width: 140px; 
     526    color: #fff; 
     527    background-color: #666; 
     528    text-decoration: none; 
     529} 
     530.subnavi a:visited { 
     531    color: #fff; 
     532    text-decoration: none; 
     533} 
     534.subnavi a:hover { 
     535    color: #000; 
     536    background-color: #666; 
     537    text-decoration: none; 
     538} 
     539.subnavi_text { 
     540    padding: 0 0 0 8px; 
     541    font-size: 71%; 
     542} 
     543.subnavi-on a{ 
     544    padding: 6px 5px 4px 5px; 
     545    display: block; 
     546    width: 140px; 
     547    color: #000; 
     548    background-color: #666; 
     549    text-decoration: none; 
     550} 
     551.subnavi-on a:visited { 
     552    color: #000; 
     553    text-decoration: none; 
     554} 
     555.subnavi-on a:hover { 
     556    color: #000; 
     557    background-color: #666; 
    235558    text-decoration:none; 
    236     display:block; 
    237 } 
    238 .subnavi a:visited { 
    239     color:#ffffff; 
    240     text-decoration:none; 
    241 } 
    242 .subnavi a:hover { 
    243     background-color: #b7b7b7; 
    244     color:#000000; 
    245     text-decoration:none; 
    246 } 
    247 .subnavi_text { 
    248     font-size: 71%; 
    249     padding: 0 0 0 8px; 
    250 } 
    251 .subnavi-on a{ 
    252     background-color: #b7b7b7; 
    253     width:140px; 
    254     padding: 6px 5px 4px 5px; 
    255     color:#000000; 
    256     text-decoration:none; 
    257     display:block; 
    258 } 
    259 .subnavi-on a:visited { 
    260     color:#000000; 
    261     text-decoration:none; 
    262 } 
    263 .subnavi-on a:hover { 
    264     background-color: #b7b7b7; 
    265     color:#000000; 
    266     text-decoration:none; 
    267559} 
    268560.number-on a:visited { 
    269     color:#ffffff; 
    270     text-decoration:none; 
     561    color: #fff; 
     562    text-decoration: none; 
    271563} 
    272564.number a:visited { 
    273     color:#ffffff; 
    274     text-decoration:none; 
    275 } 
    276  
    277 #agreement{ 
     565    color: #fff; 
     566    text-decoration: none; 
     567} 
     568 
     569#agreement { 
     570    margin: 0; 
     571    border-width: 1px 
     572    border-color: #c0c0c0; 
     573    border-style: solid; 
     574    width: 480px; 
    278575    height: 120px; 
    279     width: 480px; 
    280576    overflow: auto; 
    281     margin: 0px; 
    282     background-color : #FFFFFF; 
    283     border-style: solid; 
    284     border-color: #C0C0C0; 
    285     border-width: 1px 
    286 } 
     577    background-color : #fff; 
     578} 
     579 
    287580/* ページャ */ 
    288 #contents .pager ul {list-style-type: none;margin: 10px 0;} 
    289 .pager li {display: inline;} 
    290 .pager li a {border: 1px solid #CCCCCC;padding: 3px 5px;} 
    291 .pager li.on a {background: #f2f1ec;border: 1px solid #333333;} 
    292 .pager li a:hover, .pager li.on a:hover {background: #FFF5EE;} 
    293  
     581#contents .pager ul { 
     582    margin: 10px 0; 
     583    list-style-type: none; 
     584} 
     585 
     586.pager li { 
     587    display: inline; 
     588} 
     589 
     590.pager li a { 
     591    padding: 3px 5px; 
     592    border: 1px solid #ccc; 
     593} 
     594 
     595.pager li.on a { 
     596    border: 1px solid #333; 
     597    background: #f2f1ec; 
     598} 
     599 
     600.pager li a:hover, .pager li.on a:hover { 
     601    background: #fff5ee; 
     602} 
    294603 
    295604/* コンテンツ 
    296605----------------------------------------------- */ 
    297 * html div#container{ 
    298     height:100%; 
    299 } 
     606* html div#container { 
     607    position: relative; 
     608    height: 100%; 
     609    min-height: 100%; 
     610} 
     611 
    300612body > #container { 
    301613    height: auto; 
    302614} 
     615 
    303616#container { 
    304617    position: relative; 
     
    306619} 
    307620 
    308 #contents {padding: 20px 20px 8em;} 
     621#contents { 
     622    padding: 20px 20px 40px; 
     623    width: 1000px; 
     624} 
    309625 
    310626#footer { 
    311627    position: absolute; 
    312     bottom: 0px; 
     628    bottom: 0; 
    313629    width: 100%; 
    314     height: 7em; 
     630    height: 40px; 
     631    background: url(../img/contents/footer_back.jpg) 0 0 repeat-x; 
     632} 
     633 
     634#footer-contents { 
     635    padding-top: 10px; 
     636    width: 1020px; 
    315637    text-align: right; 
    316     background: #EEEEEE; 
    317     border-top: 1px solid #CCCCCC; 
     638} 
     639 
     640#footer #copyright{ 
     641    margin-left: 20px; 
     642    float: left; 
     643    color: #fff; 
     644    font-size: 85%; 
     645    text-align: left; 
     646} 
     647 
     648#footer #topagetop { 
     649    float: right; 
    318650} 
    319651 
    320652/* ログイン 
    321653----------------------------------------------- */ 
    322 #login-main { 
    323     height: 250px; 
    324     width: 556px; 
     654#login { 
     655    width: 100%; 
     656    margin: 150px auto 0; 
     657    text-align: center; 
     658} 
     659 
     660#login-form-wrap { 
     661    width:556px; 
     662    height: 250px; 
     663    margin: 0 auto; 
     664    padding: 0; 
     665    border: 0; 
     666    text-align: left; 
     667    z-index: 2; 
     668    background: url('../img/contents/admin_login_bg.jpg') center top repeat-x; 
     669    -moz-box-shadow: 0 0 5px #000;/* Firefox */ 
     670    -webkit-box-shadow: 0 0 5px #000;/* Safari and Chrome */ 
     671    box-shadow: 0 0 5px #000;/* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */ 
     672    behavior: url('ie-css3.htc'); 
     673} 
     674 
     675#login-form { 
     676    width: 556px; 
     677} 
     678 
     679#login-form h1 { 
     680    margin-top: 46px; 
     681    padding-left: 50px; 
     682    border: none; 
     683    float: left; 
     684    width: 140px; 
     685    height: 150px; 
     686    background: none; 
     687} 
     688 
     689#input-form { 
     690    margin-top: 40px; 
     691    padding-right: 30px; 
     692    float: right; 
     693    width: 255px; 
     694} 
     695 
     696#input-form p { 
     697    margin-top: 10px; 
     698    color: #fff; 
     699    font-size: 80%; 
     700} 
     701 
     702#input-form .btn-tool { 
     703    margin-top: 5px; 
     704} 
     705 
     706#login #copyright { 
     707    color: #000; 
     708    font-size: 87%; 
     709    padding-top: 30px; 
     710    text-align: center; 
     711} 
     712 
     713/* エラーメッセージ 
     714----------------------------------------------- */ 
     715#login-error-wrap { 
     716    width: 100%; 
     717    height: 100%; 
     718} 
     719 
     720#error-wrap #error .logo { 
     721    padding-bottom: 5px; 
     722    float: right; 
     723} 
     724 
     725#error { 
     726    margin: -126px 0 0 -279px; 
    325727    position: absolute; 
     728    top: 50%; 
    326729    left: 50%; 
    327     top: 50%; 
    328     margin: -125px 0 0 -278px; 
    329     padding: 36px 0 0 0; 
    330     background: url(../img/contents/admin_login_top.jpg) center top no-repeat; 
    331     color: #FFFFFF; 
    332 } 
    333 #login-main form { 
    334     width: 556px; 
    335     height: 172px; 
    336     background: url(../img/contents/admin_login_back.jpg) center top repeat-x; 
    337 } 
    338 #login-main h1 { 
    339     background: url(../img/contents/admin_login_logo.jpg) 0 0 no-repeat; 
    340     border: none; 
    341     text-indent: -9999em; 
    342     width: 230px; 
    343     height: 172px; 
    344     float:left; 
    345 } 
    346 #login-main #login-form { 
    347     width: 310px; 
    348     height: 172px; 
    349     float: right; 
    350     background: url(../img/contents/admin_login_right.jpg) right 0 no-repeat; 
    351 } 
    352 #login-main label {display:block;} 
    353 #login-main input {margin-bottom: 10px;} 
    354 #login-main #login-address { 
    355     clear:both; 
    356     width: 556px; 
    357     height: 42px; 
    358     line-height: 42px; 
    359     text-align: center; 
    360     background: url(../img/contents/admin_login_bottom.jpg) center bottom no-repeat; 
    361 } 
    362  
    363 #login-error { 
    364     width: 500px; 
    365     height: 200px; 
    366     position: absolute; 
    367     left: 50%; 
    368     top: 50%; 
    369     margin: -125px 0 0 -278px; 
    370     padding: 25px 28px; 
    371     border: 3px solid #666666; 
    372     text-align:center; 
    373 } 
    374  
     730    width: 560px; 
     731} 
     732 
     733#error .error-top { 
     734    clear: both; 
     735    width: 560px; 
     736    height: 10px; 
     737    background: url('../img/contents/login_back_top.jpg') bottom left no-repeat; 
     738} 
     739 
     740#error .contents { 
     741    border-right: solid 1px #d9dadf; 
     742    border-left: solid 1px #d9dadf; 
     743} 
     744 
     745#error .contents .message { 
     746    padding: 20px 30px; 
     747    text-align: center; 
     748} 
     749 
     750#error .btn-area-top { 
     751    width: 560px; 
     752    height: 10px; 
     753    background: url('../img/contents/login_back_btn_top.jpg') left no-repeat; 
     754} 
     755 
     756#error .btn-area ul { 
     757    padding: 20px 0 10px 0; 
     758    width: 560px; 
     759    background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5; 
     760} 
     761 
     762#error .btn-area ul li { 
     763    text-align: center; 
     764} 
     765 
     766#error .btn-area-bottom { 
     767    width: 560px; 
     768    height: 10px; 
     769    background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0; 
     770} 
     771 
     772/* 完了メッセージ 
     773----------------------------------------------- */ 
     774#complete { 
     775    margin: 40px 0 0 80px; 
     776    width: 560px; 
     777} 
     778 
     779#complete .complete-top { 
     780    clear: both; 
     781    width: 560px; 
     782    height: 10px; 
     783    background: url('../img/contents/login_back_top.jpg') bottom left no-repeat; 
     784} 
     785 
     786#complete .contents { 
     787    border-right: solid 1px #d9dadf; 
     788    border-left: solid 1px #d9dadf; 
     789} 
     790 
     791#complete .contents .message { 
     792    padding: 20px 30px; 
     793    color: #b77615; 
     794    font-weight: bold; 
     795    text-align: center; 
     796} 
     797 
     798#complete .btn-area-top { 
     799    width: 560px; 
     800    height: 10px; 
     801    background: url('../img/contents/login_back_btn_top.jpg') left no-repeat; 
     802} 
     803 
     804#complete .btn-area ul { 
     805    margin: 0; 
     806    padding: 20px 0 10px 0; 
     807    width: 560px; 
     808    background: url('../img/contents/login_back_btn_contents.jpg') top left no-repeat #f4f5f5; 
     809    text-align: center; 
     810} 
     811 
     812#complete .btn-area ul li { 
     813    margin-right: 10px; 
     814    display: inline; 
     815} 
     816 
     817#complete .btn-area-bottom { 
     818    clear: both; 
     819    width: 560px; 
     820    height: 10px; 
     821    background: url('../img/contents/login_back_btn_bottom.jpg') bottom left no-repeat #eeeff0; 
     822} 
    375823 
    376824/* メインページ 
    377825----------------------------------------------- */ 
    378 #home-main {margin-right: 300px;} 
    379 #home-main table {width: 100%;} 
    380 * html #home-main table {width: 99%;} 
    381  
    382 #home .shop-info {margin: 0 0 20px;} 
    383 #home .shop-info td {text-align:right;width: 60%;} 
    384  
    385 #home-info {width: 280px;float: right;border-left: 1px solid #CCCCCC;} 
    386  
    387 .home-info-item {width: 260px;margin: 0 0 15px 20px;font-size: 0.8em;line-height: 1.4em;} 
    388 .home-info-item .body {margin: 5px 0 0 0;} 
    389 .home-info-item .date {background: #DDDDDD;padding: 5px 10px 0px;} 
    390 .home-info-item .title {background: #DDDDDD;padding: 0px 10px 5px;} 
    391  
     826#home-main { 
     827    margin-right: 300px; 
     828} 
     829 
     830#home-main table { 
     831    width: 100%; 
     832} 
     833 
     834* html #home-main table { 
     835    width: 99%; 
     836} 
     837 
     838#home .shop-info { 
     839    margin: 0 0 20px; 
     840} 
     841 
     842#home .shop-info td { 
     843    width: 60%; 
     844    text-align: right; 
     845} 
     846 
     847#home-info { 
     848    border-left: 1px solid #ccc; 
     849    float: right; 
     850    width: 280px; 
     851} 
     852 
     853.home-info-item { 
     854    margin: 0 0 15px 20px; 
     855    width: 260px; 
     856    line-height: 14px; 
     857    font-size: 85%; 
     858} 
     859 
     860.home-info-item .body { 
     861    margin: 5px 0 0 0; 
     862} 
     863 
     864.home-info-item .date { 
     865    background: #ddd;padding: 5px 10px 0px; 
     866} 
     867 
     868.home-info-item .title { 
     869    padding: 0 10px 5px; 
     870    background: #ddd; 
     871} 
     872 
     873/* 基本情報管理 
     874----------------------------------------------- */ 
     875/* 郵便番号DB登録 */ 
     876.basis-zip-item { 
     877    margin-bottom: 30px; 
     878} 
     879 
     880.basis-zip-item.end { 
     881    margin-bottom: 60px; 
     882} 
     883 
     884.basis-zip-item.info { 
     885    padding-top: 20px; 
     886} 
     887 
     888.basis-zip-item p { 
     889    margin-bottom: 10px; 
     890} 
    392891 
    393892/* 商品管理 
    394893----------------------------------------------- */ 
    395 #products-category-left, #products-rank-left {float:left;width:20em;} 
    396 #products-category-right, #products-rank-right {margin-left: 22em;} 
    397 #products-class-list .action {width: 100px;} 
    398  
     894#products-category-left, #products-rank-left { 
     895    float: left; 
     896    width: 285px; 
     897} 
     898 
     899#products-category-right, #products-rank-right { 
     900    margin-left: 285px; 
     901} 
     902 
     903#products-class-list .action { 
     904    width: 100px; 
     905} 
     906 
     907#products-category-left, #products-rank-left { 
     908    padding: 10px; 
     909    border: 3px solid #ddd; 
     910    width: 230px; 
     911    background-color: #f3f3f3; 
     912} 
     913 
     914#products-category-right .now_dir { 
     915    margin-bottom:20px; 
     916    padding: 10px; 
     917    border: 1px solid #ccc; 
     918} 
    399919 
    400920/* 受注管理 
    401921----------------------------------------------- */ 
    402922/* ステータス管理 */ 
    403 #order-status-list th.id {width: 40px;} 
     923#order-status-list th.id { 
     924    width: 40px; 
     925} 
    404926 
    405927/* 期間別集計 
     
    416938    table-layout: fixed; 
    417939} 
    418 .design-layout th, 
    419 .design-layout td { 
     940 
     941.design-layout th, .design-layout td { 
    420942    vertical-align: top; 
    421943    text-align: center; 
    422944} 
     945 
    423946#design-layout-used { 
    424947    width: 525px; 
    425948} 
     949 
    426950#design-layout-unused { 
    427951    width: 175px; 
    428952} 
    429 .design-layout #LeftNavi, 
    430 .design-layout #MainHead, 
    431 .design-layout #RightNavi { 
     953 
     954.design-layout #LeftNavi, .design-layout #MainHead, .design-layout #RightNavi { 
    432955    width: 33.33%; 
    433956} 
    434 .design-layout #TopNavi, 
    435 .design-layout #HeadNavi, 
    436 .design-layout #HeaderTopNavi, 
    437 .design-layout #LeftNavi, 
    438 .design-layout #MainHead, 
    439 .design-layout #MainFoot, 
    440 .design-layout #RightNavi, 
    441 .design-layout #BottomNavi, 
    442 .design-layout #FooterBottomNavi, 
    443 .design-layout #HeaderInternalNavi, 
    444 .design-layout #Unused { 
     957 
     958.design-layout #TopNavi, .design-layout #HeadNavi, .design-layout #HeaderTopNavi, .design-layout #LeftNavi, 
     959.design-layout #MainHead, .design-layout #MainFoot, .design-layout #RightNavi, .design-layout #BottomNavi, 
     960.design-layout #FooterBottomNavi, .design-layout #HeaderInternalNavi, .design-layout #Unused { 
    445961    padding-bottom: 20px; 
    446962    height: 10px; /* IE6応急処置 */ 
    447963} 
     964 
    448965.design-layout div.sort { 
    449     border:     1px solid black; 
    450     background: rgb(195,217,255); 
    451     color:      #333; 
    452     padding:    5px 2px; 
    453     margin:     5px 0; 
    454     font-size:  10pt; 
    455     text-align: center; 
    456 } 
     966    margin: 5px 0; 
     967    padding: 5px 2px; 
     968    border: 1px solid #000; 
     969    color: #333; 
     970    background: c3d9ff; 
     971    font-size: 100%; 
     972    text-align: center; 
     973} 
     974 
    457975.design-layout .anywherecheck { 
    458976    white-space: nowrap; 
    459977} 
     978 
    460979.placeholder { 
    461     border: 1px dashed #AAA; 
     980    border: 1px dashed #aaa; 
    462981    height: 20px; 
    463982} 
     983 
    464984#layout-header { 
    465985    vertical-align: middle; 
     
    468988/* フォーム 
    469989----------------------------------------------- */ 
    470 div.btn, 
    471 p.remark { 
     990div.btn, p.remark { 
    472991    margin: 0 0 20px 0; 
    473992} 
    474993 
     994.addbox { 
     995margin-top: 5px; 
     996} 
     997 
    475998/*FORM*/ 
    476 .box3 { width: 33px; }  /*W3*/ 
    477 .box6 { width: 54px; }  /*W6*/ 
    478 .box10 { width: 82px; } /*W10*/ 
    479 .box20 { width: 152px; }    /*W20*/ 
    480 .box25 { width: 187px; }    /*W25*/ 
    481 .box30 { width: 222px; }    /*W30*/ 
    482 .box33 { width: 243px; }    /*W33*/ 
    483 .box35 { width: 257px; }    /*W35*/ 
    484 .box40 { width: 292px; }    /*W40*/ 
    485 .box45 { width: 341px; }    /*W45*/ 
    486 .box50 { width: 362px; }    /*W50*/ 
    487 .box52 { width: 376px; }    /*W52*/ 
    488 .box54 { width: 390px; }    /*W54*/ 
    489 .box60 { width: 432px; }    /*W60*/ 
    490 .box65 { width: 467px; }    /*W65*/ 
    491 .box68 { width: 488px; }    /*W68*/ 
    492 .box76 { width: 544px; }    /*W76*/ 
    493  
    494 .area40 { width: 302px; height: 134px; }    /*W40×H8*/ 
    495 .area45 { width: 337px; height: 290px; }    /*W40×H20*/ 
    496 .area46 { width: 337px; height: 134px; }    /*W40×H8*/ 
    497 .area50 { width: 372px; height: 82px; } /*W50?H4*/ 
    498 .area55 { width: 407px; height: 82px; } /*W50?H4*/ 
    499 .area59 { width: 432px; height: 134px; }    /*W59×H8*/ 
    500 .area60 { width: 433px; height: 134px; }    /*W60?H8*/ 
    501 .area61 { width: 433px; height: 82px; } /*W60?H4*/ 
    502 .area65 { width: 444px; height: 290px; }    /*W65×H20*/ 
    503 .area70 { width: 512px; height: 186px; }    /*W70?H12*/ 
    504 .area75 { width: 547px; height: 186px; }    /*W75?H12*/ 
    505 .area80 { width: 572px; height: 134px; }    /*W80×H8*/ 
    506 .area90 { width: 650px; height: 420px; } 
    507 .area96 { width: 694px; height: 420px; }    /*W80×H30*/ 
    508 .area96_2 { width: 694px; height: 160px; }  /*W80×H10*/ 
    509 .area99 { width: 715px; height: 523px; }    /*W99?H40*/ 
     999.box3 { 
     1000    width: 33px; 
     1001}/*W3*/ 
     1002 
     1003.box6 { 
     1004    width: 54px; 
     1005}/*W6*/ 
     1006 
     1007.box10 { 
     1008    width: 82px; 
     1009}/*W10*/ 
     1010 
     1011.box20 { 
     1012    width: 152px; 
     1013}/*W20*/ 
     1014 
     1015.box25 { 
     1016    width: 187px; 
     1017}/*W25*/ 
     1018 
     1019.box30 { 
     1020    width: 222px; 
     1021}/*W30*/ 
     1022 
     1023.box33 { 
     1024    width: 243px; 
     1025}/*W33*/ 
     1026 
     1027.box35 { 
     1028    width: 257px; 
     1029}/*W35*/ 
     1030 
     1031.box40 { 
     1032    width: 292px; 
     1033}/*W40*/ 
     1034 
     1035.box45 { 
     1036    width: 341px; 
     1037}/*W45*/ 
     1038 
     1039.box50 { 
     1040    width: 362px; 
     1041}/*W50*/ 
     1042 
     1043.box52 { 
     1044    width: 376px; 
     1045}/*W52*/ 
     1046 
     1047.box54 { 
     1048    width: 390px; 
     1049}/*W54*/ 
     1050 
     1051.box60 { 
     1052    width: 432px; 
     1053}/*W60*/ 
     1054 
     1055.box65 { 
     1056    width: 467px; 
     1057}/*W65*/ 
     1058 
     1059.box68 { 
     1060    width: 488px; 
     1061}/*W68*/ 
     1062 
     1063.box76 { 
     1064    width: 544px; 
     1065}/*W76*/ 
     1066 
     1067.area40 { 
     1068    width: 302px; 
     1069    height: 134px; 
     1070}/*W40×H8*/ 
     1071 
     1072.area45 { 
     1073    width: 337px; 
     1074    height: 290px; 
     1075}/*W40×H20*/ 
     1076 
     1077.area46 { 
     1078    width: 337px; 
     1079    height: 134px; 
     1080}/*W40×H8*/ 
     1081 
     1082.area50 { 
     1083    width: 372px; 
     1084    height: 82px; 
     1085}/*W50?H4*/ 
     1086 
     1087.area55 { 
     1088    width: 407px; 
     1089    height: 82px; 
     1090}/*W50?H4*/ 
     1091 
     1092.area59 { 
     1093    width: 432px; 
     1094    height: 134px; 
     1095}/*W59×H8*/ 
     1096 
     1097.area60 { 
     1098    width: 433px; 
     1099    height: 134px; 
     1100}/*W60?H8*/ 
     1101 
     1102.area61 { 
     1103    width: 433px; 
     1104    height: 82px; 
     1105}/*W60?H4*/ 
     1106 
     1107.area65 { 
     1108    width: 444px; 
     1109    height: 290px; 
     1110}/*W65×H20*/ 
     1111 
     1112.area70 { 
     1113    width: 512px; 
     1114    height: 186px; 
     1115}/*W70?H12*/ 
     1116 
     1117.area75 { 
     1118    width: 547px; 
     1119    height: 186px; 
     1120}/*W75?H12*/ 
     1121 
     1122.area80 { 
     1123    width: 572px; 
     1124    height: 134px; 
     1125}/*W80×H8*/ 
     1126 
     1127.area90 { 
     1128    width: 650px; 
     1129    height: 420px; 
     1130} 
     1131 
     1132.area96 { 
     1133    width: 694px; 
     1134    height: 420px; 
     1135}/*W80×H30*/ 
     1136 
     1137.area96_2 { 
     1138    width: 694px; 
     1139    height: 160px; 
     1140}/*W80×H10*/ 
     1141 
     1142.area99 { 
     1143    width: 715px; 
     1144    height: 523px; 
     1145}/*W99?H40*/ 
    5101146 
    5111147/*COLOR*/ 
    512 .red { color: #ff0000; } 
     1148.red { 
     1149    color: #f00; 
     1150} 
    5131151 
    5141152/* 
     
    5171155*/ 
    5181156.clear-block:after { 
     1157    display: block; 
     1158    clear: both; 
     1159    height: 0; 
     1160    visibility: hidden; 
    5191161    content: "."; 
    520     display: block; 
    521     height: 0; 
    522     clear: both; 
    523     visibility: hidden; 
    5241162} 
    5251163 
    5261164.clear-block { 
    527   display: inline-block; 
     1165    display: inline-block; 
    5281166} 
    5291167 
     
    5351173    display: block; 
    5361174} 
     1175 
    5371176/* End hide from IE-mac */ 
    5381177 
     
    5451184,.authority_1 #navi-design-add 
    5461185,.authority_1 #navi-system 
    547 ,.authority_1 #navi-ownersstore 
    548 { 
    549     /* display: none; --- IE で不具合 */ 
     1186,.authority_1 #navi-ownersstore { 
     1187/* display: none; --- IE で不具合 */ 
     1188    border: none; 
     1189    width: 0; 
    5501190    height: 0; 
    551     width: 0; 
    5521191    overflow: hidden; 
    553     border: none; 
    5541192    visibility: hidden; 
    5551193} 
     
    5571195/* DnD並び替え系の設定 */ 
    5581196tr.movingHandle td { 
    559     background-color: #EEE; 
    560 } 
     1197    background-color: #eee; 
     1198} 
     1199 
    5611200.dragHandle { /* ハンドルの設定 */ 
    562     text-align: center; 
    563     font-weight: bold; 
    564     cursor: n-resize; 
    565 } 
     1201    font-weight: bold; 
     1202    text-align: center; 
     1203    cursor: n-resize; 
     1204} 
     1205 
    5661206.activeHandle { /* アクティブハンドルの設定 */ 
    567     color: #F9A406; 
    568 } 
    569  
    570 table.layout, 
    571 table.layout th, 
    572 table.layout td { 
    573     border: none; 
     1207    color: #f9a406; 
     1208} 
     1209 
     1210table.layout, table.layout th, table.layout td { 
    5741211    margin: 0; 
    5751212    padding: 0; 
     1213    border: none; 
    5761214    width: auto; 
    5771215    vertical-align: top; 
     
    5841222    vertical-align: top; 
    5851223} 
     1224 
    5861225.log .date { 
    5871226    white-space: nowrap; 
    5881227} 
     1228 
     1229/* ポップアップ画面用 */ 
     1230body#popup { 
     1231    width: 100%; 
     1232} 
     1233 
     1234#popup-header { 
     1235    margin-bottom: 30px; 
     1236    width: 100%; 
     1237    height: 35px; 
     1238    background: url('../img/header/popup_back.jpg') repeat-x; 
     1239    text-align: right; 
     1240} 
     1241 
     1242#popup-logo { 
     1243    padding: 10px 10px 0 0; 
     1244} 
     1245 
     1246#popup-container { 
     1247    margin: 0 auto; 
     1248    padding: 0 20px; 
     1249    width: 560px; 
     1250} 
  • branches/version-2_5-dev/html/user_data/packages/admin/css/admin_file_manager.css

    r18900 r19909  
    11#contents-filemanager-tree { 
    22    float: left; 
    3     width: 328px; 
    43    height: 430px; 
    54} 
     5#contents-filemanager-right {margin-left: 22em;} 
     6 
    67#tree{ 
    7     height: 410px; 
    8     width: 308px; 
    9     overflow: auto; 
    10     margin: 0px; 
    11     background-color : #FFFFFF; 
    12     border-style: solid; 
    13     border-color: #C0C0C0; 
    14     border-width: 1px 
     8    width: 230px; 
     9    border: 3px solid #ddd; 
     10    padding: 10px; 
     11    background-color: #F3F3F3; 
    1512} 
    1613#contents-filemanager-nowdir { 
     
    1815} 
    1916#file_view { 
    20     height: 380px; 
    21     width: 330px; 
    2217    overflow: auto; 
    23     background-color : #FFFFFF; 
    24     border-style: solid; 
    25     border-color: #C0C0C0; 
    26     border-width: 1px 
     18} 
     19#file_view td.file-name { 
     20    cursor: pointer; 
    2721} 
    2822#now_dir { 
Note: See TracChangeset for help on using the changeset viewer.