three-cad-viewer 1.0.0 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -160,6 +160,23 @@ th {
160
160
  z-index: 100;
161
161
  }
162
162
 
163
+ .tcv_cad_help {
164
+ /* height: 36px; */
165
+ background-color: var(--tcv-bg-color);
166
+ border: none;
167
+ margin: 0;
168
+ padding: 0px;
169
+ position: absolute;
170
+ right: 0px;
171
+ bottom: 0px;
172
+ z-index: 100;
173
+ display: none;
174
+ }
175
+
176
+ .tcv_cad_help_layout {
177
+ border-collapse: separate;
178
+ border-spacing: 4px;}
179
+
163
180
  .tcv_round {
164
181
  box-sizing: border-box;
165
182
  /* -moz-box-sizing: border-box;
@@ -172,6 +189,11 @@ th {
172
189
  padding: 2px;
173
190
  }
174
191
 
192
+ .tcv_align_right {
193
+ float: right;
194
+ margin-right: 4px;
195
+ }
196
+
175
197
  .tcv_box_content {
176
198
  overflow: scroll;
177
199
  height: 100%;
@@ -160,6 +160,23 @@ th {
160
160
  z-index: 100;
161
161
  }
162
162
 
163
+ .tcv_cad_help {
164
+ /* height: 36px; */
165
+ background-color: var(--tcv-bg-color);
166
+ border: none;
167
+ margin: 0;
168
+ padding: 0px;
169
+ position: absolute;
170
+ right: 0px;
171
+ bottom: 0px;
172
+ z-index: 100;
173
+ display: none;
174
+ }
175
+
176
+ .tcv_cad_help_layout {
177
+ border-collapse: separate;
178
+ border-spacing: 4px;}
179
+
163
180
  .tcv_round {
164
181
  box-sizing: border-box;
165
182
  /* -moz-box-sizing: border-box;
@@ -172,6 +189,11 @@ th {
172
189
  padding: 2px;
173
190
  }
174
191
 
192
+ .tcv_align_right {
193
+ float: right;
194
+ margin-right: 4px;
195
+ }
196
+
175
197
  .tcv_box_content {
176
198
  overflow: scroll;
177
199
  height: 100%;