Marthee commited on
Commit
386fbec
·
verified ·
1 Parent(s): ad49718

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +25 -2
static/style.css CHANGED
@@ -203,13 +203,36 @@ body{
203
  #tomeasurediv, #relvDocdiv{
204
  margin-top: 7px;
205
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  #measureADRbutton{
207
  background-color: #16c72e;
208
  border: none;
209
  padding: 10px 122px; /*102*/
210
  cursor: pointer;
211
  border-radius: 5px;
212
- margin-left: 2px;
213
  font-family: "acumin-pro", sans-serif;
214
  font-weight: bold;
215
  font-style: normal;
@@ -380,7 +403,7 @@ cursor: pointer;
380
 
381
  }
382
 
383
- #lvlinput{
384
  font-size: 13px;
385
  width: 13ch;
386
  height: 30px;
 
203
  #tomeasurediv, #relvDocdiv{
204
  margin-top: 7px;
205
  }
206
+
207
+ #pdftodxfFileButton{
208
+ background-color: #1645c7;
209
+ border: none;
210
+ padding: 7px 40px; /*102*/
211
+ cursor: pointer;
212
+ border-radius: 5px;
213
+ /* margin-left: 3px; */
214
+ font-family: "acumin-pro", sans-serif;
215
+ font-weight: bold;
216
+ font-style: normal;
217
+ font-size: 14px;
218
+ color:white;
219
+ display:inline-block;
220
+ margin-left: -7px;
221
+ }
222
+ input[type="file"]::-webkit-file-upload-button{
223
+ display:none;
224
+ }
225
+ #dxfdiv{
226
+ margin-top: 10px;
227
+ /* margin-left: -7px; */
228
+ }
229
  #measureADRbutton{
230
  background-color: #16c72e;
231
  border: none;
232
  padding: 10px 122px; /*102*/
233
  cursor: pointer;
234
  border-radius: 5px;
235
+ margin-left: 3px;
236
  font-family: "acumin-pro", sans-serif;
237
  font-weight: bold;
238
  font-style: normal;
 
403
 
404
  }
405
 
406
+ .lvlinput{
407
  font-size: 13px;
408
  width: 13ch;
409
  height: 30px;