OSDN Git Service

Version 0.6.45, replace to new X.UI!
[pettanr/clientJs.git] / 0.6.x / css / ju.css
index 63c6f10..badd6fb 100644 (file)
@@ -6,7 +6,7 @@ html, body {
        overflow : hidden;\r
 }\r
 \r
-#xui div {\r
+.PageRoot div {\r
 /* 要素は絶対配置される */\r
        position           : absolute;\r
        top                : 0;\r
@@ -15,18 +15,20 @@ html, body {
        margin             : 0;\r
 /* ブラウザのレイアウト機能による auto なサイズ指定は行わない */\r
        overflow           : hidden;\r
-/* border-box がデフォルト */\r
+/* border-box がデフォルト \r
        box-sizing         : border-box;\r
        -o-box-sizing      : border-box;\r
        -ms-box-sizing     : border-box;\r
        -moz-box-sizing    : border-box;\r
        -khtml-box-sizing  : border-box;\r
-       -webkit-box-sizing : border-box;\r
+       -webkit-box-sizing : border-box;*/\r
 /* browser bug fix */\r
        -moz-opacity       : 0.99;\r
        zoom               : 1;\r
 }\r
 \r
+* {zoom:1}\r
+\r
 /*------------------------------------------------------------------------------------\r
  *  mouse-operation-catcher\r
  */\r
@@ -67,18 +69,19 @@ html, body {
         * activeX 無効の場合は透明 gif を使用\r
         * background:                  url(4x4.gif) fixed repeat;\r
         */\r
-       .ActiveX-disabled .mouse-operation-catcher {\r
-               background : url( "../images/opacity0.gif" ) fixed repeat;\r
+       .mouse-operation-catcher {\r
+               background : url( "../img/opacity0.gif" ) fixed repeat;\r
        }\r
 \r
 /*------------------------------------------------------------------------------------\r
  *  hidden-sysyem-node\r
  */\r
-.hidden-sysyem-node {\r
+.hidden-system-node {\r
        position   : absolute;\r
-       left       : 100%;\r
+       left       : 0;\r
        top        : 0;\r
        visibility : hidden;\r
+       z-index    : 99;\r
 }\r
 \r
 /*------------------------------------------------------------------------------------\r