diff --git a/src/main/resources/org/jenkinsci/plugins/badge/actions/JobBadgeAction/ClickHandler.js b/src/main/resources/org/jenkinsci/plugins/badge/actions/JobBadgeAction/ClickHandler.js deleted file mode 100644 index 5c2a972fc..000000000 --- a/src/main/resources/org/jenkinsci/plugins/badge/actions/JobBadgeAction/ClickHandler.js +++ /dev/null @@ -1,8 +0,0 @@ -Behaviour.register({ - "INPUT.select-all" : function(e) { - e.onclick = function () { - e.focus(); - e.select(); - } - } -}); diff --git a/src/main/webapp/css/design.css b/src/main/webapp/css/design.css index 66c23ee45..c5b211d3d 100644 --- a/src/main/webapp/css/design.css +++ b/src/main/webapp/css/design.css @@ -1,18 +1,8 @@ -INPUT { - border: none; - font-size: -2; -} -INPUT.select-all { - width:100%; - font-family: Console, "Courier New", Courier, monospace; -} -IMG#badge { - margin-left:2em; -} h2 { margin-bottom: 1px; margin-top: 1em; } + h3.help-format { border-bottom: 1px solid grey; margin-bottom: 1px;