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

时间:2014-05-12 19:22:38   收藏:0   阅读:538
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

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!