made installer and seperated stuff into diferent files
This commit is contained in:
@@ -1,380 +1,3 @@
|
||||
.viewer-placeholder {
|
||||
min-height: 100%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border: 1px dashed var(--bs-border-color);
|
||||
border-radius: 8px;
|
||||
color: var(--bs-secondary-color);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.viewer-placeholder h1 {
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
|
||||
.task-list-view,
|
||||
.project-view,
|
||||
.version-view {
|
||||
max-width: 1120px;
|
||||
}
|
||||
|
||||
.task-list-header,
|
||||
.version-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.task-list-header h1 {
|
||||
margin: 0;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-title {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: -4px -6px 0;
|
||||
padding: 4px 6px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.viewer-key {
|
||||
margin-bottom: 4px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
margin: 0 0 14px;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 16px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.viewer-description {
|
||||
min-height: 72px;
|
||||
color: var(--bs-body-color);
|
||||
line-height: 1.6;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.version-detail-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 340px;
|
||||
gap: 32px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.version-panel {
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
|
||||
.version-task-section {
|
||||
max-width: 1080px;
|
||||
}
|
||||
|
||||
.version-task-table {
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.version-task-row {
|
||||
display: grid;
|
||||
grid-template-columns:
|
||||
minmax(92px, 0.7fr)
|
||||
minmax(180px, 1.5fr)
|
||||
minmax(120px, 0.9fr)
|
||||
minmax(130px, 0.9fr)
|
||||
minmax(150px, 1.1fr)
|
||||
minmax(120px, 0.85fr);
|
||||
gap: 14px;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.version-task-head {
|
||||
border-bottom: 1px solid var(--bs-border-color);
|
||||
background: var(--bs-secondary-bg);
|
||||
}
|
||||
|
||||
.version-task-head button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
gap: 7px;
|
||||
min-height: 42px;
|
||||
padding: 0 14px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: var(--bs-secondary-color);
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.version-task-head button:hover,
|
||||
.version-task-head button:focus,
|
||||
.version-task-head button.is-active {
|
||||
color: var(--bs-body-color);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.version-task-head button i {
|
||||
width: 12px;
|
||||
color: inherit;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.version-task-item {
|
||||
min-height: 50px;
|
||||
padding: 8px 14px;
|
||||
border: 0;
|
||||
border-bottom: 1px solid var(--bs-border-color);
|
||||
background: var(--bs-body-bg);
|
||||
color: var(--bs-body-color);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.version-task-item:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.version-task-item:hover,
|
||||
.version-task-item:focus {
|
||||
background: var(--bs-secondary-bg);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.version-task-id {
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 13px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-task-title {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.version-task-loading {
|
||||
padding: 14px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.version-task-status {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
min-height: 26px;
|
||||
padding: 3px 8px;
|
||||
border: 1px solid color-mix(in srgb, var(--task-status-color, var(--color-accent)) 55%, var(--bs-border-color));
|
||||
border-radius: 999px;
|
||||
background: color-mix(in srgb, var(--task-status-color, var(--color-accent)) 16%, transparent);
|
||||
color: var(--bs-body-color);
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-task-pagination {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 12px;
|
||||
min-height: 36px;
|
||||
margin-top: 10px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 13px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-task-page-actions {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.version-task-page-actions .btn {
|
||||
display: inline-grid;
|
||||
width: 32px;
|
||||
height: 30px;
|
||||
place-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.version-inline-field {
|
||||
min-height: 34px;
|
||||
padding: 5px 7px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.version-title:hover,
|
||||
.version-title:focus,
|
||||
.version-inline-field:hover,
|
||||
.version-inline-field:focus {
|
||||
border-color: var(--bs-border-color);
|
||||
background: var(--bs-secondary-bg);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.version-title.is-readonly:hover,
|
||||
.version-title.is-readonly:focus,
|
||||
.version-inline-field.is-readonly:hover,
|
||||
.version-inline-field.is-readonly:focus {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.version-inline-field.is-empty {
|
||||
color: var(--bs-secondary-color);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.version-inline-field.is-saving {
|
||||
opacity: 0.65;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.version-inline-form {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.version-inline-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.version-inline-actions .btn {
|
||||
display: inline-grid;
|
||||
width: 36px;
|
||||
height: 32px;
|
||||
place-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.version-inline-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.meta-list {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.meta-row {
|
||||
display: grid;
|
||||
grid-template-columns: 120px minmax(0, 1fr);
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.meta-label {
|
||||
color: var(--bs-secondary-color);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.meta-value {
|
||||
min-width: 0;
|
||||
color: var(--bs-body-color);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.profile-view {
|
||||
max-width: 860px;
|
||||
}
|
||||
|
||||
.profile-header {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.profile-header h1 {
|
||||
margin: 0;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.profile-layout {
|
||||
display: grid;
|
||||
grid-template-columns: 240px minmax(0, 1fr);
|
||||
gap: 32px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.profile-avatar-panel,
|
||||
.profile-form-panel {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.profile-avatar-preview {
|
||||
display: grid;
|
||||
width: 132px;
|
||||
height: 132px;
|
||||
margin-bottom: 14px;
|
||||
place-items: center;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: 999px;
|
||||
background: var(--bs-secondary-bg);
|
||||
}
|
||||
|
||||
.profile-avatar-preview img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.profile-avatar-fallback {
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
.profile-picture-button {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.profile-remove-picture {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.profile-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.profile-status {
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.admin-view {
|
||||
max-width: 1120px;
|
||||
}
|
||||
@@ -812,24 +435,6 @@
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.task-list-header,
|
||||
.version-header {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.meta-row {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.version-detail-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.profile-layout {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.admin-layout {
|
||||
grid-template-columns: 1fr;
|
||||
@@ -854,13 +459,4 @@
|
||||
.admin-custom-field-item {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.version-task-table {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.version-task-row {
|
||||
grid-template-columns: 100px 190px 130px 140px 170px 130px;
|
||||
min-width: 870px;
|
||||
}
|
||||
}
|
||||
13
ProjectKiln/app/css/viewer/dashboard.css
Normal file
13
ProjectKiln/app/css/viewer/dashboard.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.viewer-placeholder {
|
||||
min-height: 100%;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
border: 1px dashed var(--bs-border-color);
|
||||
border-radius: 8px;
|
||||
color: var(--bs-secondary-color);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.viewer-placeholder h1 {
|
||||
color: var(--bs-body-color);
|
||||
}
|
||||
81
ProjectKiln/app/css/viewer/profile.css
Normal file
81
ProjectKiln/app/css/viewer/profile.css
Normal file
@@ -0,0 +1,81 @@
|
||||
.profile-view {
|
||||
max-width: 860px;
|
||||
}
|
||||
|
||||
.profile-header {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
|
||||
.profile-header h1 {
|
||||
margin: 0;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.profile-layout {
|
||||
display: grid;
|
||||
grid-template-columns: 240px minmax(0, 1fr);
|
||||
gap: 32px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.profile-avatar-panel,
|
||||
.profile-form-panel {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.profile-avatar-preview {
|
||||
display: grid;
|
||||
width: 132px;
|
||||
height: 132px;
|
||||
margin-bottom: 14px;
|
||||
place-items: center;
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: 999px;
|
||||
background: var(--bs-secondary-bg);
|
||||
}
|
||||
|
||||
.profile-avatar-preview img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
.profile-avatar-fallback {
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 42px;
|
||||
}
|
||||
|
||||
.profile-picture-button {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.profile-remove-picture {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.profile-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
margin-top: 18px;
|
||||
}
|
||||
|
||||
.profile-status {
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.profile-layout {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
3
ProjectKiln/app/css/viewer/project.css
Normal file
3
ProjectKiln/app/css/viewer/project.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.project-view {
|
||||
max-width: 1120px;
|
||||
}
|
||||
150
ProjectKiln/app/css/viewer/shared.css
Normal file
150
ProjectKiln/app/css/viewer/shared.css
Normal file
@@ -0,0 +1,150 @@
|
||||
.viewer-key {
|
||||
margin-bottom: 4px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.section-title {
|
||||
margin: 0 0 14px;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 16px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.viewer-description {
|
||||
min-height: 72px;
|
||||
color: var(--bs-body-color);
|
||||
line-height: 1.6;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.version-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.version-title {
|
||||
display: block;
|
||||
width: 100%;
|
||||
margin: -4px -6px 0;
|
||||
padding: 4px 6px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-detail-grid {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 340px;
|
||||
gap: 32px;
|
||||
align-items: start;
|
||||
}
|
||||
|
||||
.version-panel {
|
||||
margin-bottom: 28px;
|
||||
}
|
||||
|
||||
.version-inline-field {
|
||||
min-height: 34px;
|
||||
padding: 5px 7px;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 6px;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.version-title:hover,
|
||||
.version-title:focus,
|
||||
.version-inline-field:hover,
|
||||
.version-inline-field:focus {
|
||||
border-color: var(--bs-border-color);
|
||||
background: var(--bs-secondary-bg);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.version-title.is-readonly:hover,
|
||||
.version-title.is-readonly:focus,
|
||||
.version-inline-field.is-readonly:hover,
|
||||
.version-inline-field.is-readonly:focus {
|
||||
border-color: transparent;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.version-inline-field.is-empty {
|
||||
color: var(--bs-secondary-color);
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.version-inline-field.is-saving {
|
||||
opacity: 0.65;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.version-inline-form {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.version-inline-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.version-inline-actions .btn {
|
||||
display: inline-grid;
|
||||
width: 36px;
|
||||
height: 32px;
|
||||
place-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.version-inline-input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.meta-list {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.meta-row {
|
||||
display: grid;
|
||||
grid-template-columns: 120px minmax(0, 1fr);
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.meta-label {
|
||||
color: var(--bs-secondary-color);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.meta-value {
|
||||
min-width: 0;
|
||||
color: var(--bs-body-color);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.version-header {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.version-detail-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.meta-row {
|
||||
grid-template-columns: 1fr;
|
||||
gap: 3px;
|
||||
}
|
||||
}
|
||||
168
ProjectKiln/app/css/viewer/task_list.css
Normal file
168
ProjectKiln/app/css/viewer/task_list.css
Normal file
@@ -0,0 +1,168 @@
|
||||
.task-list-view {
|
||||
max-width: 1120px;
|
||||
}
|
||||
|
||||
.task-list-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 16px;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
.task-list-header h1 {
|
||||
margin: 0;
|
||||
color: var(--bs-body-color);
|
||||
font-size: 28px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-task-table {
|
||||
overflow: hidden;
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.version-task-row {
|
||||
display: grid;
|
||||
grid-template-columns:
|
||||
minmax(92px, 0.7fr)
|
||||
minmax(180px, 1.5fr)
|
||||
minmax(120px, 0.9fr)
|
||||
minmax(130px, 0.9fr)
|
||||
minmax(150px, 1.1fr)
|
||||
minmax(120px, 0.85fr);
|
||||
gap: 14px;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.version-task-head {
|
||||
border-bottom: 1px solid var(--bs-border-color);
|
||||
background: var(--bs-secondary-bg);
|
||||
}
|
||||
|
||||
.version-task-head button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
gap: 7px;
|
||||
min-height: 42px;
|
||||
padding: 0 14px;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
color: var(--bs-secondary-color);
|
||||
text-align: left;
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.version-task-head button:hover,
|
||||
.version-task-head button:focus,
|
||||
.version-task-head button.is-active {
|
||||
color: var(--bs-body-color);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.version-task-head button i {
|
||||
width: 12px;
|
||||
color: inherit;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.version-task-item {
|
||||
min-height: 50px;
|
||||
padding: 8px 14px;
|
||||
border: 0;
|
||||
border-bottom: 1px solid var(--bs-border-color);
|
||||
background: var(--bs-body-bg);
|
||||
color: var(--bs-body-color);
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.version-task-item:last-child {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
.version-task-item:hover,
|
||||
.version-task-item:focus {
|
||||
background: var(--bs-secondary-bg);
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.version-task-id {
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 13px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-task-title {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.version-task-loading {
|
||||
padding: 14px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.version-task-status {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
width: fit-content;
|
||||
max-width: 100%;
|
||||
min-height: 26px;
|
||||
padding: 3px 8px;
|
||||
border: 1px solid color-mix(in srgb, var(--task-status-color, var(--color-accent)) 55%, var(--bs-border-color));
|
||||
border-radius: 999px;
|
||||
background: color-mix(in srgb, var(--task-status-color, var(--color-accent)) 16%, transparent);
|
||||
color: var(--bs-body-color);
|
||||
font-size: 12px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-task-pagination {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
gap: 12px;
|
||||
min-height: 36px;
|
||||
margin-top: 10px;
|
||||
color: var(--bs-secondary-color);
|
||||
font-size: 13px;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.version-task-page-actions {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.version-task-page-actions .btn {
|
||||
display: inline-grid;
|
||||
width: 32px;
|
||||
height: 30px;
|
||||
place-items: center;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
.task-list-header {
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.version-task-table {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.version-task-row {
|
||||
grid-template-columns: 100px 190px 130px 140px 170px 130px;
|
||||
min-width: 870px;
|
||||
}
|
||||
}
|
||||
7
ProjectKiln/app/css/viewer/version.css
Normal file
7
ProjectKiln/app/css/viewer/version.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.version-view {
|
||||
max-width: 1120px;
|
||||
}
|
||||
|
||||
.version-task-section {
|
||||
max-width: 1080px;
|
||||
}
|
||||
Reference in New Issue
Block a user