added min-width property for buttons

This commit is contained in:
Tobias Kündig 2015-02-28 14:10:46 +01:00
parent b885910a1c
commit 06635709d2

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 */
}
}