You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TaskFloor/static/css/app.css

126 lines
2.0 KiB
CSS

/* 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/. */
body {
padding-top: 4rem;
}
.brand-img {
border: 1px solid grey;
border-radius: 12%;
margin-top: -2px;
margin-right: 5px;
margin-bottom: 3px;
height: 25px;
}
.navbar-toggler {
border: none;
padding-right: 1.5rem;
}
.navbar-toggler-icon {
padding: 0px;
margin: 0px;
}
.navbar-brand {
font-size: 120%;
padding-right: 1rem;
margin-top: 0.2rem;
}
#main-content {
padding-top: 1rem;
}
#msg-alert-box {
position: fixed;
left: 0;
right: 0;
top: 4rem;
z-index: 999999;
padding: 0px 5px;
}
.footer {
margin-top: 10em;
text-align: center;
}
.message-content {
overflow-wrap: break-word;
}
.task-description {
/* Using !important in case a "smart" guy messes with inline CSS, to make his life harder */
overflow-wrap: break-word !important;
}
.btn-bin {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-content: center;
padding-top: 0.3rem;
}
.bin-btn {
margin: 0.3rem;
}
@media (max-width: 576px) {
#msgsenddiv .input-group-append .btn {
width: 75px;
}
#msgsendbox {
width: 100%;
min-width: 15rem;
}
#msgsenddiv .easy-autocomplete {
width: calc(100% - 75px) !important;
}
#msgsenddiv .easy-autocomplete ul {
margin-top: 55px;
}
#msgtobox {
position: relative;
float: left;
width: 100%;
}
}
.card #msgsenddiv .input-group-append .btn {
width: 75px;
}
.card #msgsendbox {
width: 100%;
min-width: 15rem;
}
.card #msgsenddiv .easy-autocomplete {
width: calc(100% - 75px) !important;
}
.card #msgsenddiv .easy-autocomplete ul {
margin-top: 55px;
}
.card #msgtobox {
position: relative;
float: left;
width: 100%;
}
.easy-autocomplete input {
border-radius: 0px !important;
}