diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index c38e2637e..72c881acf 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -550,9 +550,42 @@ a[data-toggle="tooltip"] { } .notification-settings-labels { - line-height: 2em; - margin-top: 40px; + line-height: 3em; + margin-top: 40px; } + +.notification-settings-container { + margin-top: 50px; + margin-bottom: 50px; + + .col-xs-2 { + padding-top: 20px; + } + + .col-xs-3 { + padding-top: 30px; + } + + .btn-group { + margin-top: 15px; + } + + .assignment { + background-color: $color-theme-primary; + border-radius: 50%; + color: $color-wild-sand; + font-size: 15px; + margin-left: 20px; + margin-right: 15px; + padding: 7px; + } + + .img-circle { + margin-left: 20px; + margin-right: 15px; + } +} + // Help link #help-link { padding: 13px; diff --git a/app/views/users/settings/preferences.html.erb b/app/views/users/settings/preferences.html.erb index 1f0ea1b6e..62b61e9e0 100644 --- a/app/views/users/settings/preferences.html.erb +++ b/app/views/users/settings/preferences.html.erb @@ -35,20 +35,22 @@ <%= link_to t('users.settings.preferences.tutorial.repeat_tutorial'), tutorial_path(format: :json), remote: true, class: "btn btn-primary", id: "reset-tutorial-btn" %> <% end %> -