lots of style/mobile changes

This commit is contained in:
jomo
2014-05-01 17:26:44 +02:00
parent 14aaf82407
commit 4774ebbb25
12 changed files with 98 additions and 58 deletions
+7 -11
View File
@@ -1,17 +1,8 @@
/* CSS for Phones only */
@media only screen
and (max-width: 999px)
and (max-width: 700px)
{
#mobile-info {
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
@@ -20,7 +11,11 @@ and (max-width: 999px)
}
#head {
text-align: left;
#menu {
#logo:hover {
transition: none;
}
}
}
#main-content {
@@ -38,6 +33,7 @@ and (max-width: 999px)
&.with-avatar {
margin-left: 0;
.avatar {
float: none;
margin: 0;