Fixed a bunch of styling issues appearing in FireFox post Twitter Bootstrap 3RC1 upgrade.

This commit is contained in:
chouseknecht
2013-08-06 14:43:27 -04:00
parent f787ff8251
commit 54eff92ea3
30 changed files with 176 additions and 145 deletions

View File

@@ -47,7 +47,7 @@ angular.module('GroupFormDefinition', [])
"<blockquote>---<br />somevar: somevalue<br />password: magic<br /></blockquote>\n" +
'<p>View JSON examples at <a href="http://www.json.org" target="_blank">www.json.org</a></p>' +
'<p>View YAML examples at <a href="http://www.ansibleworks.com/docs/YAMLSyntax.html" target="_blank">ansibleworks.com</a></p>',
dataContainer: '#form-modal'
dataContainer: '#form-modal .modal-content'
}
},
@@ -62,6 +62,7 @@ angular.module('GroupFormDefinition', [])
reset: {
ngClick: 'formReset()',
label: 'Reset',
'class': "btn btn-default",
icon: 'icon-trash',
ngDisabled: true //Disabled when $pristine
}