diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-06 21:45:35 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-06 21:45:35 +0200 |
commit | 802634b0d74232a20db63d22e7003c9148baaba3 (patch) | |
tree | 100ff5e0c537c125d4c993311177dfd99216e62b /frontend/src/app/_elements/form-dataset/form-dataset.component.css | |
parent | 4058e6df6f978ec2f37f53b4b72e0692afd97eda (diff) | |
parent | 94f9ef8070402658cc116c2fd4963042111d3c33 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/_elements/form-dataset/form-dataset.component.css')
-rw-r--r-- | frontend/src/app/_elements/form-dataset/form-dataset.component.css | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/frontend/src/app/_elements/form-dataset/form-dataset.component.css b/frontend/src/app/_elements/form-dataset/form-dataset.component.css index 953daa0c..079711d0 100644 --- a/frontend/src/app/_elements/form-dataset/form-dataset.component.css +++ b/frontend/src/app/_elements/form-dataset/form-dataset.component.css @@ -5,25 +5,27 @@ } .topBar { + display: table; width: 100%; - margin: 1rem; - align-items: flex-start; + height: 100px; + margin-left: 1.5%; + margin-top: 1.5% ; +} +.kolona{ + float: left; + margin-left: 20px; } - .topBar label{ font-size: 30px; } .topBar mat-form-field{ width: 250px; + margin: 0; } -.toptop{ - margin-left: 1.5%; - width: 50%; -} - -.fileButton{ - margin-top: 10px; +.fileButton button{ + height: 51px; + width: 250px; } .file-container { |