Fix for plugin layout on small screens.

This commit is contained in:
Matthias Mees 2013-01-02 19:35:36 +01:00
parent 4679447591
commit 2ee9b482c3

View File

@ -1,8 +1,3 @@
.pluginmanager_side {
vertical-align: top;
width: 33%;
}
.pluginmanager_container {
background: transparent;
border: 1px solid #ddd;
@ -32,3 +27,10 @@
cursor: move;
display: block;
}
@media only screen and (min-width: 768px) {
.pluginmanager_side {
vertical-align: top;
width: 33%;
}
}