generated from smedev/Template-for-SMEServer-Contribs-Package
Update to latest js components
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user