managecourse.css 2.2 KB

123456789101112131415161718192021222324252627282930313233
  1. .panel-heading .btn-toolbar ul.dropdown-menu{right:0; left:auto;}
  2. .courses {position: relative; margin-left: -20px;}
  3. .courses {position: relative;}
  4. .courses dl { margin:0 0 0 25px; line-height: 20px; }
  5. .courses .article { padding: 0; border: none; box-shadow: none; margin: 0; display:flex;}
  6. .book,.chapter,.courses .article { line-height: 30px; padding: 3px 0; transition: all 0.3s; border-radius: 4px}
  7. .book > strong,.chapter > strong,.courses .article > strong { font-size: 16px; display: inline-block; }
  8. .chapter > strong,.courses .article > strong { font-size: 14px; }
  9. .courses .article > strong { font-weight: normal; }
  10. .courses .actions { display: inline-block; margin-left: 20px;}
  11. .courses .actions a { color: #999; font-weight: normal; }
  12. .actions > a:focus, a:hover { color: #506EAF !important;}
  13. .chapter, .courses .article { line-height: 20px; }
  14. .chapter .order,.courses .article .order { display: inline-block; margin-right: 0; height: 20px; line-height: 20px; padding: 0 6px; text-align: center; border-radius: 5px; transition: all 0.3s; }
  15. .courses dd:hover .order,.book:hover:before{border-color: #999}
  16. i.icon-arrow-up, i.icon-arrow-down{cursor:pointer}
  17. .catalog.chapter.dragging, .catalog.article.dragging {opacity: 0.25; background-color: #FFF4E5; border: 1px solid #fff}
  18. .catalog.chapter.drag-shadow, .catalog.article.drag-shadow {background: #fff; border: 1px solid #ddd; box-shadow:0 1px 8px rgba(0,0,0,.15);}
  19. .sort {cursor: move;}
  20. .catalog {position: relative;}
  21. .catalog.drop-to {background: none;}
  22. .catalog.drop-to:before {display: block; background-color: #E48600; content: ' '; height: 1px; width: 100%; position: absolute; top: -1px}
  23. .catalog.dragging .catalog.drop-to:before, .catalog.drop-to.dragging:before {display: none}
  24. .catalog-empty {display: none; padding: 0; height: 10px; line-height: 5px!important}
  25. dl.drop-area {background-color: #f1f1f1}
  26. dl.drop-area .catalog-empty {display: block;}
  27. .courses > .catalog > .actions > .sort-handle {display: none}
  28. .leftmenu.affix{max-height: 80%; overflow-y:auto;}
  29. .courses .flex{display:inline-flex; vertical-align:middle;}
  30. .panel-heading:after {position: absolute; right: 20px; top: 45px; left: 20px; display: block; height: 1px; content: ' '; background: #d6dae3;}