1234567891011121314151617181920 |
- .role-list { border-bottom: 1px solid #eee; }
- .role-list li { padding: 5px 10px 5px 30px; border: solid #eee; border-width: 1px 1px 0;
- position: relative; cursor: pointer; }
- .role-list li:first-child { padding-left: 15px; }
- .role-list li span { position: absolute; right: 5px; cursor: pointer; line-height: 20px; color:#aaa; }
- .role-list .roleActive { background-color: #dedede; border-color: #dedede; color: #000; cursor: pointer; }
- .checkbox-list label { float: left; margin-left: auto !important; margin-bottom: 20px;}
- .rgh-plgn-list{float:left; width:96%; margin-left:2%; border-bottom:1px solid #dedede; padding:10px 0}
- .rgh-plgn-list:last-child{border-bottom:none;}
- .rgh-plgn-list-left{float:left; width:256px; }
- .rgh-plgn-list-center{float:left; width:calc(100% - 336px); }
- .rgh-plgn-list-right{float:left; width:80px; }
|