Repository: ambari Updated Branches: refs/heads/trunk 6d80fa927 -> aa15c03d0
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/aa15c03d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/aa15c03d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/aa15c03d Branch: refs/heads/trunk Commit: aa15c03d04a21903ad0bc519ad3f5198debb1e50 Parents: 6d80fa9 Author: Aleksandr Kovalenko <[email protected]> Authored: Fri Oct 24 21:06:47 2014 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Fri Oct 24 21:06:47 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/aa15c03d/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; +}
