Skip to content

Commit

Permalink
Merge pull request #34 from acsone/10.0-improve_ie_styling-lmi
Browse files Browse the repository at this point in the history
[10.0] [FIX] Improve styling with Internet Explorer
  • Loading branch information
lmignon authored Feb 6, 2017
2 parents 0f6aa90 + 8742785 commit 03f7c3c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmis_web/static/src/less/form_widgets.less
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@
}

.o_touch_device{
.field_cmis_folder {
.field_cmis_folder{
.btn-lg {
// line-height: ensure even-numbered height of button next to large input
.button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large);
.button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large) !important;
}
.btn-sm {
// line-height: ensure proper height of button next to small input
.button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);
.button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small) !important;
}
.btn-xs {
.button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small);
.button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small) !important;
}
}
}
Expand Down

0 comments on commit 03f7c3c

Please sign in to comment.