X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/form/file-upload.css diff --git a/examples/form/file-upload.css b/examples/form/file-upload.css index 3ea7198f..72114dab 100644 --- a/examples/form/file-upload.css +++ b/examples/form/file-upload.css @@ -1,35 +1,33 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - -/* - * FileUploadField component styles - */ -.x-form-file-wrap { - position: relative; - height: 22px; -} -.x-form-file-wrap .x-form-file { - position: absolute; - right: 0; - -moz-opacity: 0; - filter:alpha(opacity: 0); - opacity: 0; - z-index: 2; - height: 22px; -} -.x-form-file-wrap .x-form-file-btn { - position: absolute; - right: 0; - z-index: 1; -} -.x-form-file-wrap .x-form-file-text { - position: absolute; - left: 0; - z-index: 3; - color: #777; +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ +/* + * FileUploadField component styles + */ +.x-form-file-wrap { + position: relative; + height: 22px; +} +.x-form-file-wrap .x-form-file { + position: absolute; + right: 0; + -moz-opacity: 0; + filter:alpha(opacity: 0); + opacity: 0; + z-index: 2; + height: 22px; +} +.x-form-file-wrap .x-form-file-btn { + position: absolute; + right: 0; + z-index: 1; +} +.x-form-file-wrap .x-form-file-text { + position: absolute; + left: 0; + z-index: 3; + color: #777; } \ No newline at end of file