No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
|
|
@ -0,0 +1,60 @@
|
|||
.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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue