aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/thirdparty/zTree/api/apiCss/common_ie6.css
diff options
context:
space:
mode:
authorshentao <shentao@chinamobile.com>2017-04-19 18:24:26 +0800
committershentao <shentao@chinamobile.com>2017-04-19 18:24:40 +0800
commitfbbf467696810b7ca2ddac6de0d076af424a2ef0 (patch)
tree8aec68690a7d9f2ca34c3fd589f436a36bfffee3 /common/src/main/webapp/thirdparty/zTree/api/apiCss/common_ie6.css
parentaba151e0a874c2f9caa344da528646525e21c064 (diff)
integrated monitor and performance functions
Issue-id: CLIENT-175 Change-Id: I07adc77afd9f62f615790896c9241f8430583398 Signed-off-by: shentao <shentao@chinamobile.com>
Diffstat (limited to 'common/src/main/webapp/thirdparty/zTree/api/apiCss/common_ie6.css')
-rwxr-xr-xcommon/src/main/webapp/thirdparty/zTree/api/apiCss/common_ie6.css23
1 files changed, 23 insertions, 0 deletions
diff --git a/common/src/main/webapp/thirdparty/zTree/api/apiCss/common_ie6.css b/common/src/main/webapp/thirdparty/zTree/api/apiCss/common_ie6.css
new file mode 100755
index 00000000..aacaf59c
--- /dev/null
+++ b/common/src/main/webapp/thirdparty/zTree/api/apiCss/common_ie6.css
@@ -0,0 +1,23 @@
+* html{
+/* background-image:url(about:blank);*/
+ background-attachment:fixed;
+}
+html pre {word-wrap: break-word}
+.header {background-image: none;background-color: #F0F6E4;}
+
+.ieSuggest {display:block;}
+.shortcuts button.cn {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='apiCss/img/chinese.png');background-image: none;}
+.shortcuts button.en {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='apiCss/img/english.png');background-image: none;}
+
+.light-bulb {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='apiCss/img/lightbulb.png');background-image: none;}
+.contentBox {background-image: none;background-color: #F0F6E4;}
+.zTreeInfo {background-image: none;background-color: #F0F6E4;}
+
+.content button.ico16 {*background-image:url("img/apiMenu.gif")}
+.siteTag {background-image: none;}
+.apiContent .right {float: right;padding-right: 50px;}
+
+div.baby_overlay {background-color: #3C6E31;background-image:none;color:#fff;}
+div.baby_overlay .close {filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='apiCss/img/overlay_close_IE6.gif');background-image: none;}
+.baby_overlay_arrow {background-image:url(img/overlay_arrow.gif);}
+.apiDetail button {background-image:url("img/zTreeStandard.gif")} \ No newline at end of file