zuul/web/stream/stream.component.css
Monty Taylor b575389633
Revert "Revert "Upgrade from angularjs (v1) to angular (v6)""
This reverts commit fc1a71f69f.

This time with better handling for base hrefs.

Change-Id: I530b6ff0a4da0546584d0c93bf6e0bb716a9dbc3
2018-06-27 08:37:25 -05:00

19 lines
325 B
CSS

#zuulstreamoverlay {
float: right;
position: fixed;
top: 5px;
right: 5px;
background-color: white;
padding: 2px;
color: black;
}
pre#zuulstreamcontent {
font-family: monospace;
white-space: pre;
margin: 0px 10px;
background-color: black;
color: lightgrey;
border: none;
}