X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=inline;f=0.6.x%2Fcss%2Fju.css;h=badd6fb700973d340ce2f85ce625b168950501d9;hb=d4a9a51a78712817a3a4bbfd9a09e9ddccc9aaf0;hp=63c6f1050474072387123a6ad3d6e7f7be909c27;hpb=cf6038dac28ee3fccb4b9396aca4fa577a110cc0;p=pettanr%2FclientJs.git diff --git a/0.6.x/css/ju.css b/0.6.x/css/ju.css index 63c6f10..badd6fb 100644 --- a/0.6.x/css/ju.css +++ b/0.6.x/css/ju.css @@ -6,7 +6,7 @@ html, body { overflow : hidden; } -#xui div { +.PageRoot div { /* 要素は絶対配置される */ position : absolute; top : 0; @@ -15,18 +15,20 @@ html, body { margin : 0; /* ブラウザのレイアウト機能による auto なサイズ指定は行わない */ overflow : hidden; -/* border-box がデフォルト */ +/* border-box がデフォルト box-sizing : border-box; -o-box-sizing : border-box; -ms-box-sizing : border-box; -moz-box-sizing : border-box; -khtml-box-sizing : border-box; - -webkit-box-sizing : border-box; + -webkit-box-sizing : border-box;*/ /* browser bug fix */ -moz-opacity : 0.99; zoom : 1; } +* {zoom:1} + /*------------------------------------------------------------------------------------ * mouse-operation-catcher */ @@ -67,18 +69,19 @@ html, body { * activeX 無効の場合は透明 gif を使用 * background: url(4x4.gif) fixed repeat; */ - .ActiveX-disabled .mouse-operation-catcher { - background : url( "../images/opacity0.gif" ) fixed repeat; + .mouse-operation-catcher { + background : url( "../img/opacity0.gif" ) fixed repeat; } /*------------------------------------------------------------------------------------ * hidden-sysyem-node */ -.hidden-sysyem-node { +.hidden-system-node { position : absolute; - left : 100%; + left : 0; top : 0; visibility : hidden; + z-index : 99; } /*------------------------------------------------------------------------------------