Skip to content

Commit

Permalink
system detail interface fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 14, 2016
1 parent 9cca4d1 commit 9db9387
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions evewspace/Map/static/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,26 @@ ul#moveDropdown li {
.friendlyname {
font-style: italic;
font-size: 95%;
color: #eee;
}
.visited {
font-style: italic;
font-size: 80%;
}
#sysInfoDiv .panel-heading {
text-align: center;
}
div.sysClassSpan label {
font-weight: normal;
}
#sysClass, #sysStatics, #sysEffect, #sysSov {
display: block;
font-weight: normal;
padding-left: 10px;
}
#sysOccupied {
display: block;
font-weight: bold;
font-style: italic;
}

0 comments on commit 9db9387

Please sign in to comment.