zentaobiz.css 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .main-col > div.panel > .panel-heading .btn-toolbar ul.dropdown-menu{right:0; left:auto;}
  2. .books {position: relative; margin-left: -20px;}
  3. .books {position: relative;}
  4. .books dl { margin:0 0 0 25px; line-height: 20px; }
  5. .books .article { padding: 0; border: none; box-shadow: none; margin: 0}
  6. .book,.chapter,.books .article { line-height: 30px; padding: 3px 0; transition: all 0.3s; border-radius: 4px}
  7. .book > strong,.chapter > strong,.books .article > strong { font-size: 16px; display: inline-block; }
  8. .chapter > strong,.books .article > strong { font-size: 14px; }
  9. .books .article > strong { font-weight: normal; }
  10. .books .actions { display: inline-block; margin-left: 20px;}
  11. .books .actions a { color: #999; font-weight: normal; }
  12. .book:hover .actions a,.chapter:hover .actions a,.books .article:hover .actions a { color: #506EAF; }
  13. .chapter, .books .article { line-height: 20px; }
  14. .chapter .order,.books .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. .books 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. .chapter > strong, .catalog.article > strong {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 85%;}
  20. .sort {cursor: move;}
  21. .catalog {position: relative;}
  22. .catalog.drop-to {background: none;}
  23. .catalog.drop-to:before {display: block; background-color: #E48600; content: ' '; height: 1px; width: 100%; position: absolute; top: -1px}
  24. .catalog.dragging .catalog.drop-to:before, .catalog.drop-to.dragging:before {display: none}
  25. .catalog-empty {display: none; padding: 0; height: 10px; line-height: 5px!important}
  26. dl.drop-area {background-color: #f1f1f1}
  27. dl.drop-area .catalog-empty {display: block;}
  28. .books > .catalog > .actions > .sort-handle {display: none}
  29. .panel-actions .dropdown .dropdown-menu {left: -40px}
  30. .action .btn {margin-bottom: 5px;}
  31. .leftmenu.affix{max-height: 80%; overflow-y:auto;}
  32. .tree-group {position: relative;}
  33. .tree-group > .module-name {white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; display: block;}
  34. .tree-group .tree-actions {display: none; position: absolute; right: 0; top: 0; background-color: #fff; white-space: nowrap;}
  35. .tree-group:hover > .module-name {width: calc(100% - 20px);}
  36. .tree-group:hover .tree-actions {display: block}
  37. .tree li.has-list.open:before {left: 6px;}