linuxwindowsinboxwhatsappicloudtweetdeckhipchattelegramhangoutsslackgmailskypefacebook-workplaceoutlookemailmicrosoft-teamsdiscordmessengercustom-servicesmacos
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
811 B
37 lines
811 B
9 years ago
|
<!DOCTYPE html>
|
||
|
<!--
|
||
|
Copyright (c) 2012-2013. Sencha Inc.
|
||
|
-->
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Ext JS Theme Harness</title>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||
|
|
||
|
<!--
|
||
|
Load all required links and scripts
|
||
|
-->
|
||
|
<script type="text/javascript" src="bootstrap.js"></script>
|
||
|
|
||
|
<style>
|
||
|
.widget-container {
|
||
|
margin: 10px;
|
||
|
width: 400px;
|
||
|
position: relative;
|
||
|
overflow: visible;
|
||
|
}
|
||
|
|
||
|
.x-slicer-target,
|
||
|
.x-slicer-target * {
|
||
|
opacity: 1;
|
||
|
}
|
||
|
|
||
|
/* ensure body does not overlap the rounded corners of framed panel/window when slicing */
|
||
|
.x-panel-body,
|
||
|
.x-window-body {
|
||
|
background: transparent;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body></body>
|
||
|
</html>
|