diff --git a/app/assets/javascripts/reports/reports_datatable.js b/app/assets/javascripts/reports/reports_datatable.js index c98743937..c69387844 100644 --- a/app/assets/javascripts/reports/reports_datatable.js +++ b/app/assets/javascripts/reports/reports_datatable.js @@ -25,7 +25,7 @@ if (data.error) { let oldLink = ''; if (data.preview_url) { - oldLink = ` + oldLink = ` ( ${I18n.t('projects.reports.index.previous_docx')}) `; @@ -43,7 +43,7 @@ } if (data.preview_url) { - return ` + return ` ${I18n.t('projects.reports.index.docx')} `; @@ -55,7 +55,7 @@ if (data.error) { let oldLink = ''; if (data.preview_url) { - oldLink = ` + oldLink = ` ( ${I18n.t('projects.reports.index.previous_pdf')}) `; @@ -73,7 +73,7 @@ } if (data.preview_url) { - return ` + return ` ${I18n.t('projects.reports.index.pdf')} `; diff --git a/app/assets/stylesheets/experiment/canvas.scss b/app/assets/stylesheets/experiment/canvas.scss index 7514a926e..f66522192 100644 --- a/app/assets/stylesheets/experiment/canvas.scss +++ b/app/assets/stylesheets/experiment/canvas.scss @@ -57,9 +57,6 @@ } } -.view-switch-button { - margin-right: .25em; -} .canvas-preview-img, .canvas-preview-rect { diff --git a/app/assets/stylesheets/experiment/show.scss b/app/assets/stylesheets/experiment/show.scss index a560e5711..a0e35f7e9 100644 --- a/app/assets/stylesheets/experiment/show.scss +++ b/app/assets/stylesheets/experiment/show.scss @@ -45,8 +45,10 @@ .left, .middle, .right { + align-items: center; display: flex; flex-direction: inherit; + gap: .5rem; } } } diff --git a/app/assets/stylesheets/experiment/table.scss b/app/assets/stylesheets/experiment/table.scss index 18a060d27..c8092fd59 100644 --- a/app/assets/stylesheets/experiment/table.scss +++ b/app/assets/stylesheets/experiment/table.scss @@ -57,7 +57,6 @@ .view-switch-button { outline: 1px solid $color-alto; - margin-right: .25em; } .view-switch, diff --git a/app/assets/stylesheets/global_activities.scss b/app/assets/stylesheets/global_activities.scss index b7e645282..189e4f45e 100644 --- a/app/assets/stylesheets/global_activities.scss +++ b/app/assets/stylesheets/global_activities.scss @@ -206,7 +206,7 @@ .activity-card { cursor: default; margin-right: 15px; - padding: 5px 0 5px 40px; + padding: 5px 0 5px 5px; &:hover { background-color: $color-concrete; @@ -230,16 +230,6 @@ width: 20px; } } - - &:nth-child(1) { - height: 20px; - margin-left: -35px; - - .global-avatar-container { - position: relative; - top: 10px; - } - } } } diff --git a/app/assets/stylesheets/projects.scss b/app/assets/stylesheets/projects.scss index 6056e6f2d..b6b3f9b25 100644 --- a/app/assets/stylesheets/projects.scss +++ b/app/assets/stylesheets/projects.scss @@ -21,10 +21,6 @@ $color-module-hover: $brand-primary; align-items: center; display: flex; - #edit-canvas-button, .new-my-module-button { - margin-right: 5px; - } - .actions-button { margin-right: 15px; diff --git a/app/assets/stylesheets/protocols/protocol.scss b/app/assets/stylesheets/protocols/protocol.scss index a24739b47..8d0b0fbe8 100644 --- a/app/assets/stylesheets/protocols/protocol.scss +++ b/app/assets/stylesheets/protocols/protocol.scss @@ -47,8 +47,9 @@ } .protocol-section-caret { + align-items: center; color: $color-volcano; - display: inline-block; + display: inline-flex; padding: .5em; text-decoration: none; diff --git a/app/assets/stylesheets/shared/dropdown_selector.scss b/app/assets/stylesheets/shared/dropdown_selector.scss index b951e0073..cca684958 100644 --- a/app/assets/stylesheets/shared/dropdown_selector.scss +++ b/app/assets/stylesheets/shared/dropdown_selector.scss @@ -41,7 +41,7 @@ position: absolute; right: 4px; text-align: center; - top: -1px; + top: 6px; &.sn-icon-search.simple-dropdown { color: $brand-focus; diff --git a/app/javascript/vue/protocol/step.vue b/app/javascript/vue/protocol/step.vue index 3fde4ea90..a2ecef336 100644 --- a/app/javascript/vue/protocol/step.vue +++ b/app/javascript/vue/protocol/step.vue @@ -17,12 +17,12 @@
- - +