diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-03-07 10:40:03 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-03-07 10:40:03 -0800 |
| commit | 8b47bad74b885a5b4cf9b1f10f73b029b7d3bc37 (patch) | |
| tree | 48ddc5f367c91040a00296a21aaf002f8c1c2e51 /modules/organize/vendor/ext/css/ux-all.css | |
| parent | 8dc54495411b5c7c728efccece81b3c41dd2b201 (diff) | |
| parent | 8b3897915c0d864c69c39c775d5f5bd7430fb1ec (diff) | |
Merge pull request #194 from shadlaws/fix_2015_extjs_340
#2015 - Update ExtJS to 3.4.0 (in sync with gallery3-vendor).
Diffstat (limited to 'modules/organize/vendor/ext/css/ux-all.css')
| -rw-r--r-- | modules/organize/vendor/ext/css/ux-all.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/modules/organize/vendor/ext/css/ux-all.css b/modules/organize/vendor/ext/css/ux-all.css index 42943be7..f8c88d83 100644 --- a/modules/organize/vendor/ext/css/ux-all.css +++ b/modules/organize/vendor/ext/css/ux-all.css @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.3.1 - * Copyright(c) 2006-2010 Sencha Inc. + * Ext JS Library 3.4.0 + * Copyright(c) 2006-2011 Sencha Inc. * licensing@sencha.com * http://www.sencha.com/license */ @@ -455,6 +455,10 @@ li.x-menu-list-item div { .x-view-drag-insert-below { border-bottom:1px dotted #3366cc; } + +.ext-ie .ux-form-multiselect .x-fieldset legend { + margin-bottom: 0; +} .x-panel-resize { height:5px; background:transparent url(../images/panel-handle.gif) no-repeat center bottom; |
