Panel/themes/MasterControlProgram/modules/extras/extras.css
2025-09-11 13:29:15 -04:00

60 lines
854 B
CSS

.btn:not([name="update"]),
.loading,
b:not(:first-of-type){
float: right;
}
b.label {
font-size: 12px;
font-weight: normal;
padding: 5px;
margin: 0px 5px;
}
.btn,
.badge {
margin: 0px 5px !important;
}
.uninstall,
.install,
.remove,
.badge {
min-width: 75px;
}
.content {
height: 30px;
line-height: 30px;
padding: 4px;
}
.content:nth-child(even) {
background-color: rgba(26, 28, 34, 0.3) !important;
}
.badge {
font-weight: normal !important;
}
.fa {
margin-left: 5px;
}
.dragbox-content input[type="checkbox"] {
margin-right: 5px;
}
.extras .bloc {
padding: 0px;
float: left;
width: 49%;
border: none !important;
}
.extras .bloc:first-of-type {
margin-right: 1%;
}
@media screen and (max-width: 1200px) {
.extras .bloc {
float: none;
width: 100%;
margin: 0px;
}
}
a.btn-xs {
font-weight: 600;
text-transform: uppercase;
}