Fix admin dashboard layout on smaller widths

This commit is contained in:
Neil Lalonde 2013-03-18 13:44:28 -04:00
parent 766f437e44
commit 12768f1d42
1 changed files with 14 additions and 0 deletions

View File

@ -290,6 +290,13 @@ table {
float: right;
width: 500px;
margin-right: 15px;
@include medium-width {
width: 430px;
}
@include small-width {
width: 390px;
}
}
.version-check {
@ -374,6 +381,13 @@ table {
width: 500px;
height: 380px;
@include medium-width {
width: 430px;
}
@include small-width {
width: 390px;
}
ul, li {
margin: 0;
padding: 0;