Skip to content

Commit

Permalink
dcache-webadmin: change output field of cell admin page to monospace …
Browse files Browse the repository at this point in the history
…font

Many of the dCache services format the output into columns and that only works with a mono space font.

Target: master
Request: 2.11
Request: 2.10
Request: 2.9
Request: 2.8
Request: 2.7
Request: 2.6
Acked-by: Gerd
Acked-by: Paul
Require-notes: no
Require-book: no
  • Loading branch information
alrossi committed Nov 10, 2014
1 parent 4018b84 commit cdb086e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Expand Up @@ -10,3 +10,7 @@ p {
background: #d2dddd;
padding: 15px;
}

.output {
font-family: "Lucida Console", Monaco, monospace
}
Expand Up @@ -35,7 +35,9 @@ <h2>
<span wicket:id="cellAdmin.receiver"></span>
</h2>
<br />
<span wicket:id="cellAdmin.cellresponsevalue"></span>
<div class="output">
<span wicket:id="cellAdmin.cellresponsevalue"></span>
</div>
</form>
</wicket:extend>
</body>
Expand Down

0 comments on commit cdb086e

Please sign in to comment.