index.css 872 B

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