Repository: ambari Updated Branches: refs/heads/branch-1.7.0 30165d6e5 -> 7f82db52b
AMBARI-7954. Slider Apps: Incorrect markup in IE10. (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/7f82db52 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/7f82db52 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/7f82db52 Branch: refs/heads/branch-1.7.0 Commit: 7f82db52b97ff9c27b11e06142a95cd8bf6cdb94 Parents: 30165d6 Author: Aleksandr Kovalenko <[email protected]> Authored: Fri Oct 24 20:45:26 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Fri Oct 24 20:45:26 2014 +0300 ---------------------------------------------------------------------- .../slider/src/main/resources/ui/app/styles/wizard.less | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/7f82db52/contrib/views/slider/src/main/resources/ui/app/styles/wizard.less ---------------------------------------------------------------------- diff --git a/contrib/views/slider/src/main/resources/ui/app/styles/wizard.less b/contrib/views/slider/src/main/resources/ui/app/styles/wizard.less index 986b99e..635f51a 100644 --- a/contrib/views/slider/src/main/resources/ui/app/styles/wizard.less +++ b/contrib/views/slider/src/main/resources/ui/app/styles/wizard.less @@ -222,3 +222,11 @@ .slider-modal-footer .btn-group .btn + .btn { margin-left: -1px; } + +// remove padding for IE +.form-horizontal .radio, +.form-horizontal .checkbox, +.form-horizontal .radio-inline, +.form-horizontal .checkbox-inline { + padding: 0px; +}
