X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/themes/index.html
diff --git a/examples/themes/index.html b/examples/themes/index.html
index 1b400e9b..265b5917 100644
--- a/examples/themes/index.html
+++ b/examples/themes/index.html
@@ -1,104 +1,80 @@
-
-
-Ext JS Themes Example
+
+
+ Ext JS 4 Themes
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
+ h1 a:hover, h1 a:focus, h1 a:active {
+ color: #1C417C;
+ }
-
-
-
+ div#header {
+ height: 65px;
+ width: 1090px;
+ padding: 25px 0 10px 0;
+ margin: 0 50px;
+ }
+ div#header h1 {
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-size: 24px;
+ font-weight: 600;
+ }
+ form#styleswitcher {
+ background-color: #f3f3f3;
+ background-color: rgba(243,243,243,.333);
+ border: 1px solid #ddd;
+ border-color: rgba(221,221,221,.333);
+ border-radius: 8px;
+ -moz-border-radius: 8px;
+ -ms-border-radius: 8px;
+ -o-border-radius: 8px;
+ -webkit-border-radius: 8px;
+
+ float: right;
+ padding: 8px 10px;
+
+ width: auto;
+ }
+ form#styleswitcher select {
+ font-size: 13px;
+ line-height: 13px;
+ }
+ div#header h1 span {
+ color: inherit;
+ font-family: Helvetica, Arial, sans-serif;
+ font-size: 13px;
+ font-weight: normal;
+ line-height: 30px;
+ padding-left: 25px;
+ }
+ body {
+ padding-bottom:10px;
+ }
+
+
+
+
+
+
+
\ No newline at end of file