Updated Branches: refs/heads/trunk 2ad9c330c -> 61f6219be
AMBARI-3624. Make text area for SSH key code font on Install / Add Hosts. (Jeff Sposetti via yusaku) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/61f6219b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/61f6219b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/61f6219b Branch: refs/heads/trunk Commit: 61f6219be1d7709df5f8148ae0c089ca60f20cb7 Parents: 2ad9c33 Author: Yusaku Sako <yus...@hortonworks.com> Authored: Mon Nov 11 10:53:59 2013 -0800 Committer: Yusaku Sako <yus...@hortonworks.com> Committed: Mon Nov 11 10:54:36 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/styles/application.less | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/61f6219b/ambari-web/app/styles/application.less ---------------------------------------------------------------------- diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less index 39c9c9f..45edd97 100644 --- a/ambari-web/app/styles/application.less +++ b/ambari-web/app/styles/application.less @@ -351,6 +351,11 @@ h1 { .ssh-key-input-indentation { margin-bottom: 5px; } + #sshKey { + color: #000000; + font-family: "Courier New","courier"; + font-size: 0.9em; + } input[type="radio"]:focus { outline: none; }