You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
1.7 KiB
130 lines
1.7 KiB
|
5 years ago
|
body {
|
||
|
|
background-color: #e7e7e7;
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.container {
|
||
|
|
margin: 20px auto 20px auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.add-button {
|
||
|
|
padding: 1px 5px 1px 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ticket-action-button {
|
||
|
|
margin-top: 10px;
|
||
|
|
padding: 1px 5px 1px 5px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.delete-ticket-button {
|
||
|
|
margin-top: 10px;
|
||
|
|
margin-bottom: 15px;
|
||
|
|
padding: 1px 5px 1px 5px;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.side-button-right {
|
||
|
|
position: absolute;
|
||
|
|
right: 30px;
|
||
|
|
|
||
|
|
height: 60px;
|
||
|
|
width: 60px;
|
||
|
|
|
||
|
|
font-size: 1.7em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.add-tracker-button {
|
||
|
|
position: absolute;
|
||
|
|
left: 30px;
|
||
|
|
bottom: 30px;
|
||
|
|
|
||
|
|
height: 60px;
|
||
|
|
width: 60px;
|
||
|
|
|
||
|
|
font-size: 1.7em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.first-button {
|
||
|
|
bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.second-button {
|
||
|
|
bottom: 110px;
|
||
|
|
padding-left: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.third-button {
|
||
|
|
bottom: 190px;
|
||
|
|
padding-left: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.fourth-button {
|
||
|
|
bottom: 270px;
|
||
|
|
padding-left: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.navbar-brand {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.logo-nav {
|
||
|
|
max-height: 35px;
|
||
|
|
margin: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
nav {
|
||
|
|
border-radius: 45px;
|
||
|
|
}
|
||
|
|
|
||
|
|
nav, .card {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.modal-content {
|
||
|
|
max-width: 1000px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn-full-width {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.timeTracking {
|
||
|
|
height: 635px;
|
||
|
|
overflow-y: scroll;
|
||
|
|
margin-bottom: 0;
|
||
|
|
padding-bottom: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ticket-history {
|
||
|
|
list-style: none;
|
||
|
|
padding-left: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.trackingNameField {
|
||
|
|
max-height: 1em;
|
||
|
|
margin-bottom: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#showTrackedTicketsModal .showTrackedTicketsModalDialog,
|
||
|
|
#showArchivedTicketsModal .showArchivedTicketsModalDialog{
|
||
|
|
max-width: 900px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.btn {
|
||
|
|
text-transform: initial !important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ticket-time-info {
|
||
|
|
margin-top: 1em;
|
||
|
|
clear: both;
|
||
|
|
}
|
||
|
|
|
||
|
|
.brand-title {
|
||
|
|
margin-left: 2em;
|
||
|
|
margin-top: 0.5em;
|
||
|
|
}
|
||
|
|
|
||
|
|
#settingsModal .form-group {
|
||
|
|
margin-bottom: 0.5em;
|
||
|
|
}
|