From 431abc551da4c2134515249c7115e3694d92bd3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 24 Jul 2014 13:13:13 +0200 Subject: [PATCH] Multiple style fixes --- app/partials/backlog.jade | 12 ++++++------ app/styles/components/notification-message.scss | 12 ++++++------ app/styles/modules/backlog/backlog-table.scss | 4 ++-- app/styles/modules/common/nav.scss | 1 - 4 files changed, 14 insertions(+), 15 deletions(-) diff --git a/app/partials/backlog.jade b/app/partials/backlog.jade index 25f364e2..1a399eb8 100644 --- a/app/partials/backlog.jade +++ b/app/partials/backlog.jade @@ -29,9 +29,9 @@ block content include views/modules/backlog-table sidebar.menu-secondary.sidebar include views/modules/sprints - div.lightbox.lightbox_add-new-us.hidden(tg-lb-create-edit-userstory) - include views/modules/lightbox_add-new-us - div.lightbox.lightbox_add-bulk.hidden(tg-lb-create-bulk-userstories) - include views/modules/lightbox_add-bulk - div.lightbox.lightbox_add-sprint.hidden(tg-lb-create-edit-sprint) - include views/modules/lightbox_add-edit-sprint + div.lightbox.lightbox_add-new-us.hidden(tg-lb-create-edit-userstory) + include views/modules/lightbox_add-new-us + div.lightbox.lightbox_add-bulk.hidden(tg-lb-create-bulk-userstories) + include views/modules/lightbox_add-bulk + div.lightbox.lightbox_add-sprint.hidden(tg-lb-create-edit-sprint) + include views/modules/lightbox_add-edit-sprint diff --git a/app/styles/components/notification-message.scss b/app/styles/components/notification-message.scss index b3b72726..39493d60 100644 --- a/app/styles/components/notification-message.scss +++ b/app/styles/components/notification-message.scss @@ -1,14 +1,14 @@ .notification-message { @include transform(translateY(-100%)); @include transition (all .6s ease-in-out); - background: rgba($gray-light, .8); + background: rgba($gray-light, .95); color: $white; padding: 1rem; padding-bottom: .5em; position: absolute; top: 0; width: 100%; - z-index: 999; + z-index: 9999; &.active { @include transform(translateY(0)); @include transition (all .6s ease-in-out); @@ -33,7 +33,7 @@ } .notification-message-success { - background: rgba($fresh-taiga, .8); + background: rgba($fresh-taiga, .95); .icon-notification-success { @extend %xxlarge; display: inline; @@ -42,7 +42,7 @@ } .notification-message-error { - background: rgba($red, .8); + background: rgba($red, .95); .icon-notification-error { @extend %xxlarge; display: inline; @@ -53,7 +53,7 @@ .notification-light { @include transform(translateY(-100%)); @include transition (all .6s ease-in-out); - background: rgba($gray-light, .8); + background: rgba($gray-light, .95); color: $white; left: calc(50% - 200px); padding: 1rem 1rem .2rem; @@ -84,5 +84,5 @@ } .notification-message-light-error { - background: rgba($red, .8); + background: rgba($red, .95); } diff --git a/app/styles/modules/backlog/backlog-table.scss b/app/styles/modules/backlog/backlog-table.scss index 455c27bd..7fb9dcf1 100644 --- a/app/styles/modules/backlog/backlog-table.scss +++ b/app/styles/modules/backlog/backlog-table.scss @@ -40,7 +40,7 @@ } } .pop-status { - @include popover(200px, '', 65%, '', 0); + @include popover(200px, 0, 65%, '', ''); } .pop-role { @include popover(200px, 0, 65%, '', ''); @@ -187,6 +187,6 @@ opacity: 0; position: absolute; right: .5rem; - top: .5rem; + top: .6rem; } } diff --git a/app/styles/modules/common/nav.scss b/app/styles/modules/common/nav.scss index 84df4d93..4fccd48a 100644 --- a/app/styles/modules/common/nav.scss +++ b/app/styles/modules/common/nav.scss @@ -8,7 +8,6 @@ position: fixed; text-transform: uppercase; width: 90px; - z-index: 99; } .logo {