Update to latest js components

This commit is contained in:
2024-12-17 16:18:29 +00:00
parent 6274bad976
commit 0ae4d44b70
204 changed files with 48323 additions and 42969 deletions

View File

@@ -0,0 +1,200 @@
div.dtsr-confirmation,
div.dtsr-creation {
position: fixed;
top: 20%;
left: 50%;
width: 500px;
margin-left: -250px;
background-color: white;
border-radius: 0.75em;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
z-index: 2003;
box-sizing: border-box;
padding: 2em;
div.dtsr-creation-text,
div.dtsr-confirmation-title-row {
text-align: left;
h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
margin-bottom: 1rem;
}
}
div.dtsr-confirmation-text {
text-align: center;
}
div.dtsr-modal-foot,
div.dtsr-confirmation-buttons {
text-align: right;
margin-top: 1em;
button {
margin: 0px;
}
}
div.dtsr-creation-text {
text-align: left;
padding: 0px;
border: none;
span {
font-size: 20px;
}
}
div.dtsr-creation-form {
div.dtsr-left, div.dtsr-right {
display: inline-block;
width: 50%;
}
div.dtsr-left {
text-align: right;
}
div.dtsr-right, div.dtsr-name-row {
text-align: left;
}
div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
&:first-child {
margin-top: 1em;
margin-bottom: 1em;
}
&:last-child {
margin-bottom: 0;
}
label {
width: 25%;
padding-right: 1em;
text-align: right;
padding-top: 2px;
}
div.dtsr-input {
width: 75%;
div.dtsr-check-label {
margin-bottom: 0.5em;
input {
margin-right: 0.5em;
}
}
}
}
}
div.dtsr-confirmation-text {
text-align: left;
label.dtsr-name-label {
width: auto;
display: inline-block;
text-align: right;
padding-right: 15px;
}
input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
}
div.dtsr-modal-foot {
text-align: right;
padding-top: 10px;
}
span.dtsr-modal-error {
color: red;
font-size: 0.9em;
}
}
div.dtsr-creation {
top: 10%;
}
div.dtsr-check-row {
padding-top: 0px;
}
div.dtsr-popover-close {
position: absolute;
top: 10px;
right: 10px;
width: 22px;
height: 22px;
text-align: center;
border-radius: 3px;
cursor: pointer;
z-index: 12;
}
div.dtsr-background {
z-index: 2002;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
}
div.dt-button-collection {
h3 {
text-align: center;
margin-top: 4px;
margin-bottom: 8px;
font-size: 1.5em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
span.dtsr-emptyStates {
border-radius: 5px;
display: inline-block;
line-height: 1.6em;
white-space: nowrap;
text-align: center;
vertical-align: middle;
width:100%;
padding-bottom: 7px;
padding-top: 3px;
}
}
html.dark,
html[data-bs-theme="dark"] {
div.dtsr-confirmation,
div.dtsr-creation {
background-color: rgb(33, 37, 41);
border: 1px solid rgba(255, 255, 255, 0.15);
button {
color: inherit;
border: 1px solid rgba(255, 255, 255, 0.175);
background-color: rgb(47, 52, 56);
&:hover {
background-color: rgb(64, 69, 73);
}
}
}
}

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -226,39 +208,6 @@ span.dtsr-check-label {
padding-left: 3px;
}
div.dt-button-collection h3 {
margin-top: 8px;
}
div.dt-button-collection ul.dropdown-menu {
padding-top: 0px;
}
div.dt-button-collection ul.dropdown-menu div.dt-btn-split-wrapper {
width: 96% !important;
margin-left: 4px !important;
margin-top: 4px;
}
div.dt-button-collection ul.dropdown-menu div.dt-btn-split-wrapper button.btn {
width: calc(100% - 32px);
}
div.dt-button-collection ul.dropdown-menu div.dt-btn-split-wrapper button.dt-btn-split-drop {
width: 32px;
}
div.dt-button-split-left div.dropdown-menu {
padding-left: 4px;
padding-right: 4px;
padding-top: 0px;
}
div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button {
background-color: white;
border: 1px solid rgb(204, 204, 204);
border-radius: 4px;
margin-top: 4px;
}
div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button:hover {
background-color: #f5f5f5;
}
input.dtsr-input {
display: inline-block;
width: auto;

File diff suppressed because one or more lines are too long

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -222,35 +204,6 @@ html[data-bs-theme=dark] div.dtsr-creation button:hover {
background-color: rgb(64, 69, 73);
}
div.dt-button-collection h3 {
margin-top: 8px;
font-size: 1.5rem;
}
div.dt-button-collection div.dropdown-menu {
padding-top: 0px;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
}
div.dt-button-collection div.dropdown-menu div.dt-btn-split-wrapper {
margin-top: 4px;
}
div.dt-button-split-left div.dropdown-menu {
padding-right: 4px;
padding-left: 4px;
padding-bottom: 4px;
}
div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button {
color: rgb(255, 255, 255);
border-radius: 4px;
background-color: rgb(107, 117, 125);
margin-top: 4px;
}
div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button:hover {
background-color: rgb(90, 98, 104);
}
input.dtsr-input {
display: inline-block;
width: auto;
@@ -268,12 +221,6 @@ div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
position: relative;
}
div.dtsr-confirmation-text {
margin-top: 1.5em;
@@ -289,9 +236,3 @@ div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
position: relative;
}

File diff suppressed because one or more lines are too long

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -226,43 +208,6 @@ span.dtsr-check-label {
padding-left: 3px;
}
div.dt-button-collection h3 {
margin-top: 8px;
}
div.dt-button-collection div.dropdown-menu {
padding-top: 0px;
padding-bottom: 4px;
}
div.dt-button-collection div.dropdown-menu div.dt-btn-split-wrapper {
margin-top: 4px;
padding-left: 3px;
padding-right: 3px;
}
div.dt-button-collection div.dropdown-menu div.dt-btn-split-wrapper button.btn {
width: calc(100% - 30px);
}
div.dt-button-collection div.dropdown-menu div.dt-btn-split-wrapper button.dt-btn-split-drop {
width: 30px;
}
div.dt-button-collection div.dropdown-menu button.dt-btn-split-drop-button {
margin-left: -2px;
margin-right: -2px;
}
div.dt-button-split-left div.dropdown-menu {
padding-left: 4px;
padding-right: 4px;
}
div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button {
color: rgb(255, 255, 255);
border-radius: 4px;
background-color: rgb(107, 117, 125);
margin-top: 4px;
}
div.dt-button-split-left div.dropdown-menu button.dt-btn-split-drop-button:hover {
background-color: rgb(90, 98, 104);
}
input.dtsr-input {
margin-left: 3px;
display: inline-block;
@@ -283,14 +228,6 @@ div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
position: relative;
float: none;
line-height: normal;
}
div.dtsr-confirmation-text {
margin-top: 1.5em;

File diff suppressed because one or more lines are too long

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -250,38 +232,6 @@ span.dtsr-confirmation-message {
line-height: 2.5em;
}
div.dt-button-collection {
width: auto;
padding-left: 0.5rem;
padding-right: 0.5rem;
}
div.dt-button-collection div.dropdown-content {
width: 100%;
padding-top: 0.5rem;
padding-bottom: 0px;
}
div.dt-button-collection div.dropdown-content div.dropdown-trigger {
margin-bottom: 0px !important;
padding-right: 0.5rem;
padding-left: 0.5rem;
}
div.dt-button-collection div.dropdown-content div.dropdown-trigger button.dt-button {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
div.dt-button-split-left div.dropdown-content {
padding-left: 0.5rem;
padding-right: 0.5rem;
padding-top: 1rem;
padding-bottom: 0.5rem;
width: 100%;
}
div.dt-button-split-left div.dropdown-content button.dt-btn-split-drop-button {
width: 100%;
margin-top: 0.5rem;
}
div.dtsr-form-row label.dtsr-name-label, div.dtsr-confirmation-text label.dtsr-name-label {
line-height: 1.5;
padding-top: 10px;

File diff suppressed because one or more lines are too long

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -222,19 +204,30 @@ html[data-bs-theme=dark] div.dtsr-creation button:hover {
background-color: rgb(64, 69, 73);
}
div.dt-button-collection h3 {
font-size: 1.1em;
div.dtsr-confirmation h2,
div.dtsr-creation h2 {
font-size: 24px;
}
div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 57% !important;
padding: 5px 4px;
border: 1px solid #aaa;
border-radius: 3px;
div.dtsr-confirmation input[type=text],
div.dtsr-creation input[type=text] {
padding: 3px;
}
div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: calc(25% + 30px) !important;
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-creation div.dtsr-creation-text {
margin-bottom: 2em;
}
div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title {
margin-right: calc(-25% - 30px) !important;
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}

File diff suppressed because one or more lines are too long

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -234,40 +216,6 @@ button.dtsr-creation-button {
margin-bottom: 0px;
}
div.dt-button-collection {
width: 150px;
}
div.dt-button-collection h3 {
font-size: 1.35rem;
}
div.dt-button-collection div.dropdown-pane {
width: 150px;
padding: 4px !important;
padding-bottom: 0px !important;
}
div.dt-button-collection div.dropdown-pane div.dt-btn-split-wrapper {
margin-bottom: 4px;
}
div.dt-button-collection div.dropdown-pane div.dt-btn-split-wrapper a.button {
width: calc(100% - 43px);
flex: none !important;
height: 41px;
}
div.dt-button-collection div.dropdown-pane div.dt-btn-split-wrapper button.dt-btn-split-drop {
width: 43px;
flex: none !important;
margin-left: -1px;
height: 41px;
}
div.dt-button-collection div.dropdown-pane button.dt-btn-split-drop-button {
width: 100%;
margin-bottom: 4px;
}
div.dt-button-split-left div.dropdown-pane {
padding-bottom: 4px !important;
}
input.dtsr-input {
display: inline-block;
width: auto;

File diff suppressed because one or more lines are too long

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -221,62 +203,3 @@ html[data-bs-theme=dark] div.dtsr-confirmation button:hover,
html[data-bs-theme=dark] div.dtsr-creation button:hover {
background-color: rgb(64, 69, 73);
}
div.dt-button-collection {
z-index: 2002;
}
div.dt-button-collection div, div.dt-button-collection ul {
background: none;
}
span.dtsr-emptyStates {
background: white;
padding-top: 2px !important;
}
div.dt-btn-split-wrapper {
display: inline-block !important;
width: 100%;
}
div.dt-btn-split-wrapper button.ui-button {
display: inline-block !important;
width: calc(100% - 24px);
}
div.dt-btn-split-wrapper button.dt-btn-split-drop {
display: inline-block !important;
width: 24px;
}
div.dt-button-split-left {
padding-bottom: 0px;
}
div.dt-button-split-left button.dt-btn-split-drop-button {
width: 100%;
display: block;
margin-bottom: 8px;
}
span.dtsr-confirmation-message {
padding-right: 3px;
}
div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
width: 33.3%;
display: inline-block;
text-align: left !important;
padding-right: 0px;
padding-left: 0px;
}
div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 57.6% !important;
display: inline-block;
}
div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: calc(33.3% + 30px) !important;
margin-right: 14px;
display: inline-block;
position: relative;
}
div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title {
margin-right: calc(-33.3% - 30px) !important;
}

File diff suppressed because one or more lines are too long

View File

@@ -12,21 +12,6 @@ div.dtsr-creation {
box-sizing: border-box;
padding: 2em;
}
div.dtsr-confirmation button,
div.dtsr-creation button {
display: inline-block;
margin: 1em;
padding: 0.5em 1em;
border-radius: 0.5em;
border: 1px solid rgba(0, 0, 0, 0.175);
background-color: #f6f6f6;
text-align: left;
cursor: pointer;
}
div.dtsr-confirmation button:hover,
div.dtsr-creation button:hover {
background-color: #ebebeb;
}
div.dtsr-confirmation div.dtsr-creation-text,
div.dtsr-confirmation div.dtsr-confirmation-title-row,
div.dtsr-creation div.dtsr-creation-text,
@@ -37,6 +22,7 @@ div.dtsr-confirmation div.dtsr-creation-text h2,
div.dtsr-confirmation div.dtsr-confirmation-title-row h2,
div.dtsr-creation div.dtsr-creation-text h2,
div.dtsr-creation div.dtsr-confirmation-title-row h2 {
padding-left: 0;
border-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
@@ -86,34 +72,36 @@ div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row {
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row {
display: flex;
margin: 0.5em 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:first-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:first-child {
margin-top: 0;
margin-top: 1em;
margin-bottom: 1em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row:last-child,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row:last-child {
margin-bottom: 0;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label {
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label {
width: 25%;
display: inline-block;
padding-right: 1em;
text-align: right;
padding-right: 15px;
padding-left: 15px;
padding-top: 2px;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input {
width: 66.6%;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input {
width: 75%;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box {
margin-left: 25%;
margin-right: 14px;
display: inline-block;
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label {
margin-bottom: 0.5em;
}
div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input,
div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row div.dtsr-input div.dtsr-check-label input {
margin-right: 0.5em;
}
div.dtsr-confirmation div.dtsr-confirmation-text,
div.dtsr-creation div.dtsr-confirmation-text {
@@ -131,12 +119,6 @@ div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box,
div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
}
div.dtsr-confirmation div.dtsr-modal-foot,
div.dtsr-creation div.dtsr-modal-foot {
text-align: right;
@@ -240,25 +222,6 @@ span.dtsr-confirmation-message {
font-size: 1rem;
}
div.dt-btn-split-wrapper {
background-color: white !important;
}
div.dt-btn-split-wrapper button.button {
width: calc(100% - 36px) !important;
margin: 0px !important;
display: inline-block !important;
border-top-left-radius: 0.28571429rem !important;
border-bottom-left-radius: 0.28571429rem !important;
border-top-right-radius: 0px !important;
}
div.dt-btn-split-wrapper button.dt-btn-split-drop {
border-top-right-radius: 0.28571429rem !important;
border-bottom-right-radius: 0.28571429rem !important;
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
width: 36px !important;
}
span.dtsr-emptyStates {
font-size: 1rem;
padding: 5px !important;
@@ -307,24 +270,6 @@ div.dtsr-form-row label.dtsr-name-label, div.dtsr-confirmation-text label.dtsr-n
padding-top: 5px;
}
div.dtsr-confirmation-text, div.dtsr-creation-form {
margin-top: 1.5em;
width: 100%;
}
div.dtsr-confirmation-text label.dtsr-name-label, div.dtsr-creation-form label.dtsr-name-label {
width: 33.3%;
display: inline-block;
text-align: left !important;
padding-right: 15px;
padding-left: 15px;
}
div.dtsr-confirmation-text input.dtsr-name-input, div.dtsr-creation-form input.dtsr-name-input {
width: 66.6%;
display: inline-block;
}
div.dtsr-confirmation-text input.dtsr-check-box, div.dtsr-creation-form input.dtsr-check-box {
margin-left: 33.3%;
margin-right: 14px;
display: inline-block;
position: relative;
div.dtsr-creation {
padding: 1em;
}

File diff suppressed because one or more lines are too long