|
| 1 | +div.dtsr-confirmation, div.dtsr-creation { |
| 2 | + position: fixed; |
| 3 | + top: 20%; |
| 4 | + left: 50%; |
| 5 | + width: 500px; |
| 6 | + background-color: white; |
| 7 | + margin-left: -250px; |
| 8 | + border-radius: 6px; |
| 9 | + box-shadow: 0 0 5px #555; |
| 10 | + border: 2px solid #444; |
| 11 | + z-index: 2003; |
| 12 | + box-sizing: border-box; |
| 13 | + padding: 1em; |
| 14 | +} |
| 15 | +div.dtsr-confirmation div.dtsr-confirmation-title-row, div.dtsr-creation div.dtsr-confirmation-title-row { |
| 16 | + text-align: left; |
| 17 | +} |
| 18 | +div.dtsr-confirmation div.dtsr-confirmation-title-row h2, div.dtsr-creation div.dtsr-confirmation-title-row h2 { |
| 19 | + border-bottom: 0px; |
| 20 | + margin-top: 0px; |
| 21 | + padding-top: 0px; |
| 22 | +} |
| 23 | +div.dtsr-confirmation div.dtsr-confirmation-text, div.dtsr-creation div.dtsr-confirmation-text { |
| 24 | + text-align: center; |
| 25 | +} |
| 26 | +div.dtsr-confirmation div.dtsr-confirmation-buttons, div.dtsr-creation div.dtsr-confirmation-buttons { |
| 27 | + text-align: right; |
| 28 | + margin-top: 1em; |
| 29 | +} |
| 30 | +div.dtsr-confirmation div.dtsr-confirmation-buttons button.dtsr-confirmation-button, div.dtsr-creation div.dtsr-confirmation-buttons button.dtsr-confirmation-button { |
| 31 | + margin: 0px; |
| 32 | +} |
| 33 | +div.dtsr-confirmation div.dtsr-creation-text, div.dtsr-creation div.dtsr-creation-text { |
| 34 | + text-align: left; |
| 35 | + padding: 0px; |
| 36 | + border: none; |
| 37 | +} |
| 38 | +div.dtsr-confirmation div.dtsr-creation-text span, div.dtsr-creation div.dtsr-creation-text span { |
| 39 | + font-size: 20px; |
| 40 | +} |
| 41 | +div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right, div.dtsr-creation div.dtsr-creation-form div.dtsr-left, div.dtsr-creation div.dtsr-creation-form div.dtsr-right { |
| 42 | + display: inline-block; |
| 43 | + width: 50%; |
| 44 | +} |
| 45 | +div.dtsr-confirmation div.dtsr-creation-form div.dtsr-left, div.dtsr-creation div.dtsr-creation-form div.dtsr-left { |
| 46 | + text-align: right; |
| 47 | +} |
| 48 | +div.dtsr-confirmation div.dtsr-creation-form div.dtsr-right, div.dtsr-confirmation div.dtsr-creation-form div.dtsr-name-row, div.dtsr-creation div.dtsr-creation-form div.dtsr-right, div.dtsr-creation div.dtsr-creation-form div.dtsr-name-row { |
| 49 | + text-align: left; |
| 50 | +} |
| 51 | +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 { |
| 52 | + width: 33.3%; |
| 53 | + display: inline-block; |
| 54 | + text-align: right; |
| 55 | + padding-right: 15px; |
| 56 | + padding-left: 15px; |
| 57 | +} |
| 58 | +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 { |
| 59 | + width: 66.6%; |
| 60 | + display: inline-block; |
| 61 | +} |
| 62 | +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 { |
| 63 | + margin-left: 33.3%; |
| 64 | + margin-right: 14px; |
| 65 | + display: inline-block; |
| 66 | +} |
| 67 | +div.dtsr-confirmation div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title, div.dtsr-creation div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title { |
| 68 | + margin-right: -33.3%; |
| 69 | +} |
| 70 | +div.dtsr-confirmation div.dtsr-confirmation-text, div.dtsr-creation div.dtsr-confirmation-text { |
| 71 | + text-align: left; |
| 72 | +} |
| 73 | +div.dtsr-confirmation div.dtsr-confirmation-text label.dtsr-name-label, div.dtsr-creation div.dtsr-confirmation-text label.dtsr-name-label { |
| 74 | + width: auto; |
| 75 | + display: inline-block; |
| 76 | + text-align: right; |
| 77 | + padding-right: 15px; |
| 78 | +} |
| 79 | +div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-name-input, div.dtsr-creation div.dtsr-confirmation-text input.dtsr-name-input { |
| 80 | + width: 66.6%; |
| 81 | + display: inline-block; |
| 82 | +} |
| 83 | +div.dtsr-confirmation div.dtsr-confirmation-text input.dtsr-check-box, div.dtsr-creation div.dtsr-confirmation-text input.dtsr-check-box { |
| 84 | + margin-left: 33.3%; |
| 85 | + margin-right: 14px; |
| 86 | + display: inline-block; |
| 87 | +} |
| 88 | +div.dtsr-confirmation div.dtsr-modal-foot, div.dtsr-creation div.dtsr-modal-foot { |
| 89 | + text-align: right; |
| 90 | + padding-top: 10px; |
| 91 | +} |
| 92 | +div.dtsr-confirmation span.dtsr-modal-error, div.dtsr-creation span.dtsr-modal-error { |
| 93 | + color: red; |
| 94 | + font-size: 0.9em; |
| 95 | +} |
| 96 | + |
| 97 | +div.dtsr-creation { |
| 98 | + top: 10%; |
| 99 | +} |
| 100 | + |
| 101 | +div.dtsr-form-row { |
| 102 | + padding: 10px; |
| 103 | +} |
| 104 | + |
| 105 | +div.dtsr-check-row { |
| 106 | + padding-top: 0px; |
| 107 | +} |
| 108 | + |
| 109 | +div.dtsr-creation-text { |
| 110 | + padding: 10px; |
| 111 | +} |
| 112 | + |
| 113 | +div.dtsr-background { |
| 114 | + z-index: 2002; |
| 115 | + position: fixed; |
| 116 | + top: 0; |
| 117 | + left: 0; |
| 118 | + width: 100%; |
| 119 | + height: 100%; |
| 120 | + background: rgba(0, 0, 0, 0.7); |
| 121 | + background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%); |
| 122 | +} |
| 123 | + |
| 124 | +div.dt-button-collection h3 { |
| 125 | + text-align: center; |
| 126 | + margin-top: 4px; |
| 127 | + margin-bottom: 8px; |
| 128 | + font-size: 1.5em; |
| 129 | + white-space: nowrap; |
| 130 | + overflow: hidden; |
| 131 | + text-overflow: ellipsis; |
| 132 | +} |
| 133 | +div.dt-button-collection span.dtsr-emptyStates { |
| 134 | + border-radius: 5px; |
| 135 | + display: inline-block; |
| 136 | + line-height: 1.6em; |
| 137 | + white-space: nowrap; |
| 138 | + text-align: center; |
| 139 | + vertical-align: middle; |
| 140 | + width: 100%; |
| 141 | + padding-bottom: 3px; |
| 142 | + padding-top: 7px; |
| 143 | +} |
| 144 | + |
| 145 | +div.dt-button-collection { |
| 146 | + z-index: 2002; |
| 147 | +} |
| 148 | +div.dt-button-collection div, div.dt-button-collection ul { |
| 149 | + background: none; |
| 150 | +} |
| 151 | + |
| 152 | +span.dtsr-emptyStates { |
| 153 | + background: white; |
| 154 | + padding-top: 2px !important; |
| 155 | +} |
| 156 | + |
| 157 | +div.dt-btn-split-wrapper { |
| 158 | + display: inline-block !important; |
| 159 | + width: 100%; |
| 160 | +} |
| 161 | +div.dt-btn-split-wrapper button.ui-button { |
| 162 | + display: inline-block !important; |
| 163 | + width: calc(100% - 24px); |
| 164 | +} |
| 165 | +div.dt-btn-split-wrapper button.dt-btn-split-drop { |
| 166 | + display: inline-block !important; |
| 167 | + width: 24px; |
| 168 | +} |
| 169 | + |
| 170 | +div.dt-button-split-left { |
| 171 | + padding-bottom: 0px; |
| 172 | +} |
| 173 | +div.dt-button-split-left button.dt-btn-split-drop-button { |
| 174 | + width: 100%; |
| 175 | + display: block; |
| 176 | + margin-bottom: 8px; |
| 177 | +} |
| 178 | + |
| 179 | +span.dtsr-confirmation-message { |
| 180 | + padding-right: 3px; |
| 181 | +} |
| 182 | + |
| 183 | +div.dtsr-creation-form div.dtsr-form-row label.dtsr-name-label { |
| 184 | + width: 33.3%; |
| 185 | + display: inline-block; |
| 186 | + text-align: left !important; |
| 187 | + padding-right: 0px; |
| 188 | + padding-left: 0px; |
| 189 | +} |
| 190 | +div.dtsr-creation-form div.dtsr-form-row input.dtsr-name-input { |
| 191 | + width: 57.6% !important; |
| 192 | + display: inline-block; |
| 193 | +} |
| 194 | +div.dtsr-creation-form div.dtsr-form-row input.dtsr-check-box { |
| 195 | + margin-left: calc(33.3% + 30px) !important; |
| 196 | + margin-right: 14px; |
| 197 | + display: inline-block; |
| 198 | + position: relative; |
| 199 | +} |
| 200 | +div.dtsr-creation-form div.dtsr-form-row label.dtsr-toggle-title { |
| 201 | + margin-right: calc(-33.3% - 30px) !important; |
| 202 | +} |
0 commit comments