Fixed up mobile view of routerconsole with a mobile.css in each theme

This commit is contained in:
str4d
2013-01-19 03:42:54 +00:00
parent dcd655fa4b
commit e643d0a086
5 changed files with 126 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
div.routersummaryouter {
float: none;
margin: 0 10px 10px 0;
position: relative;
width: auto;
}
div.routersummary {
float: none;
width: auto;
}
div.routersummary table {
width: 100% !important;
}
h1 {
margin: 0 10px 10px 0;
min-width: 0;
}
div.news {
margin: 0 10px 5px 0;
min-width: 0;
}
div.main {
margin: 10px 10px 20px 0;
min-width: 0;
}