fix for text on buttons and in inputs being 1px too low in recent versions of chrome (fixes #924)

This commit is contained in:
rolux 2012-08-30 02:35:36 +02:00
parent 8572f93334
commit da319f0807

View file

@ -583,14 +583,16 @@ input.OxLarge {
*/ */
input.OxLarge { input.OxLarge {
height: 18px; height: 18px;
font-size: 13px;
padding: 0 8px 0 8px; padding: 0 8px 0 8px;
font-size: 13px;
line-height: 18px;
border-radius: 10px; border-radius: 10px;
} }
input.OxMedium { input.OxMedium {
height: 14px; height: 14px;
padding: 0 6px 0 6px; padding: 0 6px 0 6px;
font-size: 11px; font-size: 11px;
line-height: 14px;
border-radius: 8px; border-radius: 8px;
} }
input.OxMedium.OxRounded { input.OxMedium.OxRounded {
@ -605,6 +607,7 @@ input.OxSmall {
height: 10px; height: 10px;
padding: 0 4px 0 4px; padding: 0 4px 0 4px;
font-size: 8px; font-size: 8px;
line-height: 10px;
border-radius: 6px; border-radius: 6px;
} }