Some more UI stuff.

This commit is contained in:
Kevin Dungs
2014-08-03 01:53:01 +02:00
parent 576f474359
commit b9c6d094d1
3 changed files with 83 additions and 10 deletions
+13
View File
@@ -7,6 +7,7 @@ h1 br {
}
#InfoBox {
background: rgba(255, 255, 255, .5);
color: #666;
position: fixed;
right: 40px;
@@ -59,3 +60,15 @@ h1 br {
.scrollable {
overflow: auto;
}
#HR .media-object,
#Upgrades .media-object {
display: none;
}
@media screen and (min-width: 1400px) {
#HR .media-object,
#Upgrades .media-object {
display: block;
}
}