Station/assets/css/other.css

28 lines
568 B
CSS
Raw Normal View History

2017-12-19 04:09:21 -07:00
/*
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#card-box .col {
padding: 15px;
}
#userlist .row {
overflow-y: auto;
/*
160px obtained from trial-and-error adjustments, if the login screen
is changed, this might need to be updated
*/
max-height: calc(100vh - 160px);
}
.quick-user {
padding: 15px 5px;
text-align: center;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
2017-12-19 04:09:21 -07:00
}