Skip to content

Commit

Permalink
ENH: adapted Process stylesheet for better line break/white space han…
Browse files Browse the repository at this point in the history
…dling in process description and tool comments. Added background color shading upon mouse hovering for tool comments
  • Loading branch information
pebert committed Sep 14, 2017
1 parent a1778b5 commit 085c009
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template/deep_process_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ description {
border-top-width: 2px;
border-style: solid;
border-color: lightgrey;
white-space: pre;
}


Expand Down Expand Up @@ -211,4 +212,11 @@ loop {

tool>comment {
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
white-space: pre-line;
}

tool>comment:hover {
background-color: powderblue;
}

0 comments on commit 085c009

Please sign in to comment.