X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/themes/index.html diff --git a/examples/themes/index.html b/examples/themes/index.html index 1b400e9b..bea6365d 100644 --- a/examples/themes/index.html +++ b/examples/themes/index.html @@ -1,104 +1,76 @@ - - -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; + } + + + + + + + \ No newline at end of file