mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Merge pull request #259 from YunoHost/fix-inline-buttons-responsiveness
Fix inline buttons responsiveness on migration screen
This commit is contained in:
commit
496ede7fb3
1 changed files with 16 additions and 0 deletions
|
@ -810,3 +810,19 @@ input[type='radio'].nice-radio {
|
|||
margin: 1%;
|
||||
}
|
||||
}
|
||||
|
||||
/* Inline button in panel headers or in list group items */
|
||||
|
||||
.list-group-item > .btn.pull-right {
|
||||
line-height: 1em;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: @screen-xs-min) {
|
||||
.btn.pull-right, .btn-toolbar.pull-right, .btn-toolbar.pull-right > .btn {
|
||||
margin: 0;
|
||||
margin-top: 5px;
|
||||
display: block;
|
||||
float: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue