//
This commit is contained in:
parent
0e46b9bff4
commit
7af5283e1d
1 changed files with 44 additions and 2 deletions
|
|
@ -19,13 +19,27 @@
|
|||
}
|
||||
.webbpm.account-applications #app_list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: column;
|
||||
height: 100%
|
||||
}
|
||||
|
||||
.webbpm.account-applications .header .header-logo {
|
||||
margin-left: var(--indent-xbase);
|
||||
}
|
||||
.webbpm.account-applications .header-menu .dropdown-menu.show {
|
||||
font-size: var(--size-text-primary);
|
||||
top: var(--h-header) !important;
|
||||
border: 1px solid var(--btn-border);
|
||||
border-radius: 8px;
|
||||
box-shadow: var(--btn-shadow);
|
||||
}
|
||||
.webbpm.account-applications .header-menu .dropdown-menu.show .user-department {
|
||||
color: var(--color-text-mute);
|
||||
font-size: var(--size-text-secondary);
|
||||
}
|
||||
.webbpm.account-applications .header-menu .nav-link {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.webbpm.account-applications .title {
|
||||
font-size: var(--size-text-title);
|
||||
|
|
@ -94,6 +108,18 @@
|
|||
margin-left: 40px;
|
||||
}
|
||||
|
||||
.webbpm.account-applications file-upload .file-name {
|
||||
border-top-right-radius: 0 !important;
|
||||
}
|
||||
.webbpm.account-applications file-upload .file-name ~ .file-btn .choose-file-btn {
|
||||
height: 32px;
|
||||
border: 0;
|
||||
border-bottom: 1px solid var(--input-border);
|
||||
border-radius: 0;
|
||||
border-top-right-radius: var(--indent-xmini);
|
||||
background-color: var(--input-bg);
|
||||
}
|
||||
|
||||
.webbpm.account-applications input[type="text"],
|
||||
.webbpm.account-applications input[type="date"],
|
||||
.webbpm.account-applications input[type="email"],
|
||||
|
|
@ -156,6 +182,9 @@
|
|||
.webbpm.account-applications .selectize-control .selectize-input.dropdown-active::after {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
.webbpm.account-applications .selectize-control .selectize-input::before {
|
||||
display: none;
|
||||
}
|
||||
.webbpm.account-applications .selectize-control .selectize-input > input {
|
||||
color: var(--color-text-primary);
|
||||
font-family: 'GolosUI';
|
||||
|
|
@ -242,7 +271,7 @@
|
|||
.webbpm.account-applications collapsible-panel .card-block .filter-group .horizontal-container > *:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
.webbpm.account-applications collapsible-panel .card-block .filter-group label {
|
||||
.webbpm.account-applications label {
|
||||
font-size: var(--size-text-mini);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
|
@ -329,3 +358,16 @@
|
|||
right: 0;
|
||||
background-color: var(--btn-border);
|
||||
}
|
||||
|
||||
.webbpm.account-applications .many-to-many link-field {
|
||||
margin-bottom: var(--indent-mini);
|
||||
}
|
||||
.webbpm.account-applications .many-to-many link-field .ag-header {
|
||||
border-top: 0;
|
||||
}
|
||||
.webbpm.account-applications .many-to-many-move-buttons .btn {
|
||||
padding: 0;
|
||||
}
|
||||
.webbpm.account-applications #add_user_application .many-to-many link-field {
|
||||
height: 180px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue