a TON of bugfixes and new features

This commit is contained in:
jomo
2014-04-28 03:01:33 +02:00
parent a6ba503e73
commit 65f5adf65d
59 changed files with 1023 additions and 970 deletions

View File

@@ -2,14 +2,23 @@
@media only screen
and (max-width: 999px)
{
#mobile-info {
background: none repeat scroll 0 0 #AB0000;
color: #FFFFFF;
background: none repeat scroll 0 0 #ab0000;
color: #fff;
text-align: center;
display: block;
font-size: 0.7em;
}
th, td {
// force tables into line-mode
// it's a bit ugly, but probably the best
// solution for small screens
display: block;
}
#head {
text-align: left;
}
@@ -24,4 +33,21 @@ and (max-width: 999px)
margin-right: 0;
}
.item-group {
margin: 30px 0;
&.with-avatar {
margin-left: 0;
.avatar {
float: none;
margin: 0;
border: none;
height: 32px;
width: 32px;
vertical-align: middle;
}
}
}
}