X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/form/combos.css diff --git a/examples/form/combos.css b/examples/form/combos.css index 4c1cb2aa..7c88d8bf 100644 --- a/examples/form/combos.css +++ b/examples/form/combos.css @@ -1,32 +1,30 @@ -/* - * Ext JS Library 2.2.1 - * Copyright(c) 2006-2009, Ext JS, LLC. - * licensing@extjs.com - * - * http://extjs.com/license - */ - - -.search-item { - font:normal 11px tahoma, arial, helvetica, sans-serif; - padding:3px 10px 3px 10px; - border:1px solid #fff; - border-bottom:1px solid #eeeeee; - white-space:normal; - color:#555; -} -.search-item h3 { - display:block; - font:inherit; - font-weight:bold; - color:#222; -} - -.search-item h3 span { - float: right; - font-weight:normal; - margin:0 0 5px 5px; - width:100px; - display:block; - clear:none; +/*! + * Ext JS Library 3.0.0 + * Copyright(c) 2006-2009 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ + +.search-item { + font:normal 11px tahoma, arial, helvetica, sans-serif; + padding:3px 10px 3px 10px; + border:1px solid #fff; + border-bottom:1px solid #eeeeee; + white-space:normal; + color:#555; +} +.search-item h3 { + display:block; + font:inherit; + font-weight:bold; + color:#222; +} + +.search-item h3 span { + float: right; + font-weight:normal; + margin:0 0 5px 5px; + width:100px; + display:block; + clear:none; } \ No newline at end of file