diff --git a/src/theme.scss b/src/theme.scss index dcec8d2ff..c986ed3de 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -436,6 +436,24 @@ multiselect { // App view // ---------------------------- +.app-configure { + h3 { + margin-top: 0; + } + + .card { + min-height: 314px; + } + + .col-md-2 { + padding-right: 0; + } + + .col-md-8 { + padding-left: 0; + } +} + .task-indicator { font-size: 18px; position: fixed; @@ -452,36 +470,29 @@ multiselect { } .app-configure-links { - position: fixed; - left: 20px; - top: 100px; - div { cursor: pointer; display: block; - padding: 6px 10px; + padding: 6px 15px; margin: 0; overflow: hidden; color: black; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; + user-select: none; &:hover, - &:focus, - &.category-active { + &:focus { text-decoration: none; background-color: white; - color: black; + box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } - &.category-active { - background-color: $navbar-default-link-hover-color; - color: white; - } - - & > i { - width: 30px; + &.active { + background-color: white; + color: $navbar-default-link-color; + box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); } } } diff --git a/src/views/app.html b/src/views/app.html index 36ddfb5cf..fe28c1505 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -114,456 +114,456 @@ -
+
{{ app | installationStateLabel:user }}
-