diff options
author | Nathan Kinkade <nath@nkinka.de> | 2013-03-19 16:41:42 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2013-03-19 16:41:42 +0000 |
commit | 3908e37d965fa76ea774e76ddf42365a872a5f27 (patch) | |
tree | 457e1a1e465f83855eee96ba287cd91f1623395c /modules/organize/vendor/ext/css/ux-all.css | |
parent | 711651f727e093cc7357a6bbff6bd992fd6dfd80 (diff) | |
parent | 1eab94f6062b5f54ea5d9db01d968e7195f3de9d (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
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; |