git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.3.1 - Released 11/30/2010
[extjs.git]
/
examples
/
themes
/
index.html
diff --git
a/examples/themes/index.html
b/examples/themes/index.html
index
11905a3
..
1b400e9
100644
(file)
--- a/
examples/themes/index.html
+++ b/
examples/themes/index.html
@@
-4,8
+4,9
@@
<title>Ext JS Themes Example</title>
<!-- Standard includes -->
<title>Ext JS Themes Example</title>
<!-- Standard includes -->
- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" />
- <link rel="stylesheet" type="text/css" href="../../resources/css/xtheme-blue.css" />
+<!-- <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" /> -->
+ <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all-notheme.css" />
+<!-- <link rel="stylesheet" type="text/css" href="../../resources/css/xtheme-blue.css" /> -->
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../../ext-all-debug.js"></script>
<script type="text/javascript" src="../../adapter/ext/ext-base.js"></script>
<script type="text/javascript" src="../../ext-all-debug.js"></script>
@@
-24,8
+25,12
@@
<script type="text/javascript" src="styleswitcher.js"></script>
<style type="text/css">
<script type="text/javascript" src="styleswitcher.js"></script>
<style type="text/css">
+
+ .x-viewport, .x-viewport body {
+ }
+
body {
body {
- font-family:
'Helvetica Neue',tahoma,helvetica,
sans-serif;
+ font-family:
Helvetica, Arial,
sans-serif;
font-size: 12px;
}
font-size: 12px;
}
@@
-44,8
+49,9
@@
margin: 0 50px;
}
div#header h1 {
margin: 0 50px;
}
div#header h1 {
- font-family: MyriadPro-Semibold, 'Myriad Pro Semibold', 'Myriad Pro', 'Trebuchet MS', Tahoma, arial, sans-serif;
- font-size: 250%;
+ font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
+ font-size: 24px;
+ font-weight: 600;
}
.x-viewport body {
overflow: auto;
}
.x-viewport body {
overflow: auto;
@@
-67,15
+73,15
@@
width: auto;
}
form#styleswitcher select {
width: auto;
}
form#styleswitcher select {
- font-size: 1
6
px;
- line-height: 1
6
px;
+ font-size: 1
3
px;
+ line-height: 1
3
px;
}
div#header h1 span {
color: inherit;
}
div#header h1 span {
color: inherit;
- font-family:
'Helvetica Neue',tahoma,helvetica,verdana
, sans-serif;
- font-size: 1
2
px;
+ font-family:
Helvetica, Arial
, sans-serif;
+ font-size: 1
3
px;
font-weight: normal;
font-weight: normal;
- line-height:
16
px;
+ line-height:
30
px;
padding-left: 25px;
}
</style>
padding-left: 25px;
}
</style>