Responsive design for Installed styles
Pretty much the same thing as the edit page.
This commit is contained in:
parent
e470222dc3
commit
32cdc6791c
17
manage.html
17
manage.html
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user