client/test/test-readonly-div-resize.html
changeset 647 eaaa1efce396
parent 471 e0c7be5dc02c
equal deleted inserted replaced
646:61c45e41a515 647:eaaa1efce396
    30                     editor_mode: false,
    30                     editor_mode: false,
    31                     show_bins: false,
    31                     show_bins: false,
    32                     static_url: "../"
    32                     static_url: "../"
    33                 });
    33                 });
    34                 Rkns.jsonIO(_renkan, {
    34                 Rkns.jsonIO(_renkan, {
    35                     url: "../data/example-cinema.json"
    35                     url: "../data/json/example-cinema.json"
    36                 });
    36                 });
    37             };
    37             };
    38         </script>
    38         </script>
    39         <link rel="stylesheet" href="../css/renkan.css" />
    39         <link rel="stylesheet" href="../css/renkan.css" />
    40         <style type="text/css">
    40         <style type="text/css">
    41         html {
    41         html {
    42             heigt: 100%;
    42             height: 100%;
    43         }
    43         }
    44         body{
    44         body{
    45             margin: 0 auto;
    45             margin: 0 auto;
    46             width: 100%;
    46             width: 100%;
    47             heigt: 100%;
    47             height: 100%;
    48         }
    48         }
    49         header {
    49         header {
    50             font-size: 14px;
    50             font-size: 14px;
    51             height: 40px;
    51             height: 40px;
    52             padding-top: 10px;
    52             padding-top: 10px;