X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/resources/css/structure/date-picker.css diff --git a/resources/css/structure/date-picker.css b/resources/css/structure/date-picker.css index e0f33ab7..d796f2fe 100644 --- a/resources/css/structure/date-picker.css +++ b/resources/css/structure/date-picker.css @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.0.0 - * Copyright(c) 2006-2009 Ext JS, LLC + * Ext JS Library 3.2.0 + * Copyright(c) 2006-2010 Ext JS, Inc. * licensing@extjs.com * http://www.extjs.com/license */ @@ -84,10 +84,16 @@ } table.x-date-inner { - width:100%; + width: 100%; table-layout:fixed; } +.ext-webkit table.x-date-inner{ + /* Fix for webkit browsers */ + width: 175px; +} + + .x-date-inner th { width:25px; }