Add navigation button styles for mobile

This commit is contained in:
Jef van Schendel 2012-02-12 21:00:20 +01:00
parent b0ed64aa12
commit f2ca3ad6ac

View File

@ -545,4 +545,16 @@ table.media_panel th {
width: 100%;
margin: 0px;
}
.navigation {
float: none;
}
.navigation_button {
width: 49%;
}
.navigation_left {
margin-right: 0;
}
}