fashion.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE html>
  2. <!--
  3. Copyright (c) 2012-2013. Sencha Inc.
  4. -->
  5. <html>
  6. <head>
  7. <title>Ext JS Theme Harness</title>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
  10. <!--
  11. Load all required links and scripts
  12. -->
  13. <script type="text/javascript" src="/~cmd/extensions/sencha-fashion/fashion/fashion.js"></script>
  14. <script type="text/javascript" src="/~cmd/extensions/sencha-fashion/sass-compiler.js"></script>
  15. <script type="text/javascript" src="bootstrap.js"></script>
  16. <style>
  17. .widget-container {
  18. margin: 10px;
  19. width: 400px;
  20. position: relative;
  21. overflow: visible;
  22. }
  23. .x-slicer-target,
  24. .x-slicer-target * {
  25. opacity: 1;
  26. }
  27. /* ensure body does not overlap the rounded corners of framed panel/window when slicing */
  28. .x-panel-body,
  29. .x-window-body {
  30. background: transparent;
  31. }
  32. </style>
  33. </head>
  34. <body></body>
  35. </html>