Responsive design for Installed styles

Pretty much the same thing as the edit page.
This commit is contained in:
Jaroslav Petrnoušek 2015-02-20 08:18:54 +01:00
parent e470222dc3
commit 32cdc6791c

View File

@ -83,6 +83,23 @@
.update-done .check-update { .update-done .check-update {
display: none; display: none;
} }
@media(max-width:675px) {
#header {
height: auto;
position: inherit;
width: auto;
border-right: none;
}
#installed {
padding-left: 0px;
}
.enabled, .disabled {
margin: 0px;
}
}
</style> </style>
<script src="localization.js"></script> <script src="localization.js"></script>
<script src="health.js"></script> <script src="health.js"></script>