jquery.dragtable.css 985 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * dragtable
  3. *
  4. * @Version 2.0.15
  5. *
  6. * default css
  7. *
  8. */
  9. /*##### the dragtable stuff #####*/
  10. .dragtable-sortable {
  11. list-style-type: none; margin: 0; padding: 0; -moz-user-select: none;
  12. }
  13. .dragtable-sortable li {
  14. margin: 0; padding: 0; float: left; font-size: 1em; background: white;
  15. }
  16. .dragtable-sortable th, .dragtable-sortable td{
  17. border-left: 0px;
  18. }
  19. .dragtable-sortable li:first-child th, .dragtable-sortable li:first-child td {
  20. border-left: 1px solid #CCC;
  21. }
  22. .ui-sortable-helper {
  23. opacity: 0.7;filter: alpha(opacity=70);
  24. }
  25. .ui-sortable-placeholder {
  26. -moz-box-shadow: 4px 5px 4px #C6C6C6 inset;
  27. -webkit-box-shadow: 4px 5px 4px #C6C6C6 inset;
  28. box-shadow: 4px 5px 4px #C6C6C6 inset;
  29. border-bottom: 1px solid #CCCCCC;
  30. border-top: 1px solid #CCCCCC;
  31. visibility: visible !important;
  32. background: #EFEFEF !important;
  33. visibility: visible !important;
  34. }
  35. .ui-sortable-placeholder * {
  36. opacity: 0.0; visibility: hidden;
  37. }