2014-09-28 20:39:10 -04:00
|
|
|
.plugins {
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
background: rgba(64, 64, 64, 0.05);
|
|
|
|
|
padding: 1em;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
border-left: 5px solid #08c;
|
2014-09-30 16:37:33 -04:00
|
|
|
margin-left: -40px;
|
2014-09-28 20:39:10 -04:00
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-02-26 09:26:38 -05:00
|
|
|
|
|
|
|
|
.plugin-list.ui-sortable {
|
|
|
|
|
li {
|
|
|
|
|
.pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-12-15 13:03:14 +03:00
|
|
|
.controls .btn {
|
|
|
|
|
display: list-item;
|
|
|
|
|
width: 120px;
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
2020-09-30 12:30:23 -04:00
|
|
|
|
|
|
|
|
.acp-sidebar {
|
|
|
|
|
.mdl-switch__label {
|
|
|
|
|
margin-left: 24px;
|
|
|
|
|
display: block;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-09-28 20:39:10 -04:00
|
|
|
}
|