X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=sidebyside;f=0.6.x%2Fcss%2Fxui.css;h=cfebdabe2bec4b9da0b668f2e9a29af4727f5be6;hb=9e04e2a1221a92960a74e550bc3fd809caf3cd1c;hp=aca363e4c3a314c19bc55db2f2a704a205dc15d9;hpb=f01f21c6d473692d016cb2b286a61d55380be3b3;p=pettanr%2FclientJs.git diff --git a/0.6.x/css/xui.css b/0.6.x/css/xui.css index aca363e..cfebdab 100644 --- a/0.6.x/css/xui.css +++ b/0.6.x/css/xui.css @@ -6,8 +6,6 @@ -ms-text-size-adjust : 100%; /* 2 */ text-size-adjust : 100%; /* 2 */ } - - html, body { @@ -37,12 +35,12 @@ font-family: 'MS Pゴシック',sans-serif; } -.PageRoot { +.Root { height : 100%; } -.PageRoot, -.PageRoot div { +.Root, +.Root div { /* 要素は絶対配置される */ position : absolute; top : 0; @@ -53,7 +51,7 @@ margin : 0; /* ブラウザのレイアウト機能による auto なサイズ指定は行わない */ overflow : hidden; - + border-style : solid; /* border-box がデフォルト box-sizing : border-box; @@ -75,12 +73,12 @@ white-space : -moz-pre-wrap; /* Mozilla */ /* white-space : -hp-pre-wrap; HP Printers */ } -.IE5x .PageRoot, .IE5x .PageRoot div, -.IE6 .PageRoot, .IE6 .PageRoot div, -.IE7 .PageRoot, .IE7 .PageRoot div, { +.IE5x .Root, .IE5x .Root div, +.IE6 .Root, .IE6 .Root div, +.IE7 .Root, .IE7 .Root div, { word-break : break-all; /* ie5+ */ } -.IE .PageRoot, .IE .PageRoot div { +.IE .Root, .IE .Root div { white-space : normal/* ie系では、 float要素へ回り込みする、 white-space の効いているテキストの位置が狂う */ }