Merge pull request #247 from OFFLINE-GmbH/master

added min-width property for buttons
This commit is contained in:
Valeriy 2015-03-01 01:01:56 +05:00
commit 15a9d814c6

View File

@ -143,6 +143,7 @@
text-indent: 100%;
white-space: nowrap;
width: 20px;
min-width: 0;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
@ -519,4 +520,4 @@
/* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
/* IE6-9 */
}
}