Filemanager cleanup

This commit is contained in:
Dane Everitt 2018-03-08 21:30:07 -06:00
parent 5839034e8f
commit 3a5d21f455
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
6 changed files with 58 additions and 33 deletions

View file

@ -145,6 +145,18 @@ p.small {
font-size: 14px !important;
}
.table .min-size {
width:1px;
white-space: nowrap;
}
@media (max-width:767px) {
.box-header > .box-tools {
position: relative !important;
padding: 0px 10px 10px;
}
}
.middle, .align-middle {
vertical-align: middle !important;
}