OSDN Git Service

Version 0.6.58, X.UI.HBox is working.
[pettanr/clientJs.git] / 0.6.x / css / xui.css
index 2b27751..ba028ee 100644 (file)
@@ -39,7 +39,7 @@ html, body {
        white-space        : pre-wrap;      /* CSS 2.1 */\r
        white-space        : pre-line;      /* CSS 3.0 */\r
        /* white-space : -pre-wrap;     Opera 4-6 */\r
-       /* white-space : -o-pre-wrap;   Opera 7 */\r
+       white-space        : -o-pre-wrap;   /* Opera 7 */\r
        white-space        : -moz-pre-wrap; /* Mozilla */\r
        /* white-space : -hp-pre-wrap;  HP Printers */\r
        white-space        : normal\9;   /* ie系では、 float要素へ回り込みする、 white-space の効いているテキストの位置が狂う */\r
@@ -57,23 +57,23 @@ html, body {
                width    : 100%;\r
                height   : 100%; /* 100% don't work for ie6, so ie6 need to set height as 'XXpx' by js */\r
                \r
-               user-select                 : none;\r
-               -moz-user-select            : none;\r
-               -khtml-user-select          : none;\r
+                       user-select         : none;\r
+                  -moz-user-select         : none;\r
+                -khtml-user-select         : none;\r
                -webkit-user-select         : none;\r
 \r
                /* this makes the element blocking in IE10 >, you could experiment with the value\r
                   see for more options this issue; https://github.com/EightMedia/hammer.js/issues/241 */\r
-               touch-action                : none;\r
+                   touch-action            : none;\r
                -ms-touch-action            : none;\r
-               touch-callout               : none;\r
+                       touch-callout       : none;\r
                -webkit-touch-callout       : none;\r
-               content-zooming             : none;\r
+                   content-zooming         : none;\r
                -ms-content-zooming         : none;\r
-               user-drag                   : none;\r
-               -khtml-user-drag            : none;\r
+                       user-drag           : none;\r
+                -khtml-user-drag           : none;\r
                -webkit-user-drag           : none;\r
-               tap-highlight-color         : rgba(0,0,0,0);\r
+                       tap-highlight-color : rgba(0,0,0,0);\r
                -webkit-tap-highlight-color : rgba(0,0,0,0);\r
        }\r
        .ActiveX-enabled .mouse-operation-catcher {\r