diff options
Diffstat (limited to 'frontend/src/css')
| -rw-r--r-- | frontend/src/css/Dialog.css | 3 | ||||
| -rw-r--r-- | frontend/src/css/UploadRunDialog.css | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/frontend/src/css/Dialog.css b/frontend/src/css/Dialog.css index f16425d..47f070b 100644 --- a/frontend/src/css/Dialog.css +++ b/frontend/src/css/Dialog.css | |||
| @@ -1,10 +1,9 @@ | |||
| 1 | .dimmer { | 1 | .dimmer { |
| 2 | position: fixed; | 2 | position: fixed; |
| 3 | width: calc(100%); | 3 | width: 100%; |
| 4 | height: 100%; | 4 | height: 100%; |
| 5 | background-color: rgba(0, 0, 0, 0.5); | 5 | background-color: rgba(0, 0, 0, 0.5); |
| 6 | z-index: 4; | 6 | z-index: 4; |
| 7 | left: 0px; | ||
| 8 | } | 7 | } |
| 9 | 8 | ||
| 10 | .dialog { | 9 | .dialog { |
diff --git a/frontend/src/css/UploadRunDialog.css b/frontend/src/css/UploadRunDialog.css index 6ea9884..a9037c3 100644 --- a/frontend/src/css/UploadRunDialog.css +++ b/frontend/src/css/UploadRunDialog.css | |||
| @@ -36,8 +36,7 @@ div#upload-run{ | |||
| 36 | position: absolute; | 36 | position: absolute; |
| 37 | background-color: black; | 37 | background-color: black; |
| 38 | opacity: .3; | 38 | opacity: .3; |
| 39 | left: 320px; | 39 | width: 100%; |
| 40 | width: calc(100% - 320px); | ||
| 41 | height: 100%; | 40 | height: 100%; |
| 42 | z-index: 2; | 41 | z-index: 2; |
| 43 | cursor: no-drop; | 42 | cursor: no-drop; |