码迷,mamicode.com
首页 > 其他好文 > 详细

SharePoint 2010 中使用Ztree和EasyUI样式冲突问题

时间:2014-05-12 19:22:38      阅读:538      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   java   c   

bubuko.com,布布扣
 <style type="text/css">
        /*解决ztree和SharePoint样式冲突问题*/
        .ztree li a
        {
            display: inline-block !important;
            padding: 1px 3px 0 0 !important;
            height: 18px !important;
        }
        
        .ztree li ul
        {
            margin: 0 !important;
            padding: 0 0 0 18px !important;
        }
        /*解决tree和SharePoint样式冲突问题*/
         /*解决Easy-UI menu 样式和SharePoint样式冲突问题*/
        #s4-leftpanel-content .menu, .s4-lp .menu
        {
            background-color: inherit;
            border-color: inherit;
            color: inherit;
            position: inherit;
            margin: inherit;
            padding: inherit;
            border-width: inherit;
            border-style: inherit;
            overflow: inherit;
        }/*解决Easy-UI menu 样式和SharePoint样式冲突问题*/
    </style>
bubuko.com,布布扣

 

SharePoint 2010 中使用Ztree和EasyUI样式冲突问题,布布扣,bubuko.com

SharePoint 2010 中使用Ztree和EasyUI样式冲突问题

标签:style   blog   class   code   java   c   

原文地址:http://www.cnblogs.com/qiumc/p/3723823.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!