basic.css 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #basic, #animated {
  2. border:1px solid #c3daf9;
  3. color:#1e4e8f;
  4. font:bold 14px tahoma,verdana,helvetica;
  5. text-align:center;
  6. padding-top:20px;
  7. }
  8. #snap {
  9. border:1px solid #c3daf9;
  10. overflow:hidden;
  11. }
  12. #custom-rzwrap{
  13. z-index: 100;
  14. }
  15. #custom-rzwrap .x-resizable-handle{
  16. width:11px;
  17. height:11px;
  18. background:transparent url(../../resources/themes/images/default/sizer/square.gif) no-repeat;
  19. margin:0px;
  20. }
  21. #custom-rzwrap .x-resizable-handle-west, #custom-rzwrap .x-resizable-handle-east{
  22. top: 50%;
  23. margin-top: -5px;
  24. }
  25. #custom-rzwrap .x-resizable-handle-north, #custom-rzwrap .x-resizable-handle-south{
  26. left: 50%;
  27. margin-left: -5px;
  28. }
  29. #custom-rzwrap .x-resizable-handle-east, #custom-rzwrap .x-resizable-handle-northeast, #custom-rzwrap .x-resizable-handle-southeast{
  30. right: -11px;
  31. }
  32. #custom-rzwrap .x-resizable-handle-west, #custom-rzwrap .x-resizable-handle-northwest, #custom-rzwrap .x-resizable-handle-southwest{
  33. left: -11px;
  34. }
  35. #custom-rzwrap .x-resizable-handle-north, #custom-rzwrap .x-resizable-handle-northeast, #custom-rzwrap .x-resizable-handle-northwest{
  36. top: -11px;
  37. }
  38. #custom-rzwrap .x-resizable-handle-south, #custom-rzwrap .x-resizable-handle-southeast, #custom-rzwrap .x-resizable-handle-southwest{
  39. bottom: -11px;
  40. }
  41. #dwrapped {
  42. padding: 5px;
  43. }
  44. #dwrapped-rzwrap .x-resizable-handle-east {
  45. right: -5px;
  46. }
  47. #dwrapped-rzwrap .x-resizable-handle-south {
  48. bottom: -5px;
  49. }
  50. #dwrapped-rzwrap .x-resizable-handle-southeast {
  51. right: -5px;
  52. bottom: -5px;
  53. }