Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
More clearly distinguish between running and non-running relays
- Loading branch information
Showing
with
12 additions
and 8 deletions.
- +4 −0 css/style.css
- +5 −0 js/models/relay.js
- +3 −8 templates/search/do.html
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| @@ -72,6 +72,10 @@ span.flags img { | ||
| top:60px; | ||
| } | ||
|
|
||
| tr.down td img.flags { | ||
| opacity:0.3; | ||
| } | ||
|
|
||
| dd { | ||
| margin-left: 0; | ||
| margin-bottom: 1.2em; | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters