admin.css 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .table-layout {margin-bottom: 0;}
  2. .table-layout tr td .form-control[disabled] {background: none}
  3. .table-layout tr td .form-control[disabled]:hover {border-color: transparent;}
  4. .table-layout tr td .title {cursor: pointer; display: inline-block;}
  5. .table-layout tr td .title-bar {white-space:nowrap; cursor: pointer; width: 160px;}
  6. .table-layout tr td .label-hide {color: #03c; background: none}
  7. .table-layout tr td .label-show {color: #fff; background: #aaa}
  8. .table-layout tr td .btn.disabled, .table tr.disabled td .btn.disabled, .table tr td .btn.disabled .label-hide, .table tr.fixed-disabled td .btn span, .table tr.fixed-required td .btn span {border: none; color: #aaa; cursor: not-allowed; background: none}
  9. .table-layout tr td .icon-move {transition:all 0.2s; cursor: move;}
  10. .table-layout tr:hover {background: #edf3fe}
  11. .table-layout tr:hover .title-bar {transition: width 0.3s;}
  12. .table-layout tr:not(.noRequired, .required):hover .icon-move {opacity: 1}
  13. .table-layout tr.drag-shadow {border: 1px solid #ddd;}
  14. .table-layout tr.drop-to, .cols-list .col.drag-from {opacity: 0.5; visibility: visible; background: #e5e5e5}
  15. .table-layout tr.required::after{display:none;}
  16. .table-layout tr td.title {max-width: 300px; overflow: hidden;}
  17. .table-layout tr.disabled{color: #aaa; cursor: not-allowed;}
  18. .table-layout tr.disabled .title {opacity: 0.5;}
  19. .table-layout tr.disabled .title strong {font-weight: normal;}
  20. .table-layout tr.disabled .icon-ok {opacity: 0.05;}
  21. .table-layout tr.disabled .label-hide {color: #fff; background: #aaa}
  22. .table-layout tr.disabled .label-show {color: #03c; background: none}
  23. .table-layout tr:last-child td {border: none;}
  24. #fixedRequired tr:first-child td {border-top: 1px solid #ddd;}
  25. .table-layout.sort-disabled .icon-move {display: none;}
  26. #subTables-list .table-layout tr:last-child td{border-bottom: none;}
  27. #adminLayoutForm {padding-bottom: 20px;}
  28. #adminLayoutForm .form-actions{background-color: rgba(255,255,255,.9); position: fixed; padding: 10px 0 15px; bottom: 0; left: 0; right: 0; z-index: 999;}
  29. @-moz-document url-prefix() {.modal-body > .form-actions {margin-bottom: 20px;}#adminLayoutForm {padding-bottom: 40px;}}
  30. #layoutTabs {border-bottom: 0px;}
  31. #layoutTabs>li{max-width: 100px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
  32. #layoutTabs>li.active>a:before {bottom:1px;}
  33. #layoutPanel{ margin-top: 10px; border: 1px solid #ddd; box-shadow: none; -webkit-box-shadow: none;}