PageRenderTime 17ms CodeModel.GetById 8ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/docs/extjs/examples/dd/dnd_with_dom.css

https://bitbucket.org/srogerf/javascript
CSS | 57 lines | 44 code | 12 blank | 1 comment | 0 complexity | 241ba67bf76de9243462f3e7a915a25e MD5 | raw file
  1. body {
  2. padding: 10px;
  3. }
  4. .availableLot {
  5. width: 105px;
  6. border: 1px solid #999999;
  7. padding: 10px;
  8. height: 290px;
  9. -moz-border-radius: 17px;
  10. -webkit-border-radius: 17px;
  11. }
  12. .rented, .repair {
  13. width: 195px;
  14. }
  15. .availableLot div {
  16. -moz-border-radius: 5px;
  17. -webkit-border-radius: 5px;
  18. width: 85px;
  19. border: 1px solid #666666;
  20. padding: 3px;
  21. background-color: #FFFFFF;
  22. margin: 5px;
  23. cursor: move;
  24. text-align: center;
  25. }
  26. #cars div, #trucks div {
  27. margin: 5px;
  28. width: 85px;
  29. }
  30. #repair div, #rented div {
  31. float: left;
  32. margin: 2px;
  33. /*padding: 3px;*/
  34. }
  35. .imgThumb {
  36. height: 57px;
  37. width: 77px;
  38. border: 1px solid #777777;
  39. }
  40. .dropOK {
  41. background-color: #99ff99 !important;
  42. }
  43. .dropNotOK {
  44. border: 1px solid #FF0000 !important;
  45. }