diff --git a/app/styles/components/created-by.scss b/app/styles/components/created-by.scss index 31728025..68dc5561 100644 --- a/app/styles/components/created-by.scss +++ b/app/styles/components/created-by.scss @@ -1,7 +1,7 @@ .us-created-by { @include table-flex(); - margin-top: .5rem; margin-bottom: 1rem; + margin-top: .5rem; position: relative; .user-avatar { @include table-flex-child(0, 40px, 0); diff --git a/app/styles/dependencies/typography.scss b/app/styles/dependencies/typography.scss index 7ec6b0ad..7e89323a 100755 --- a/app/styles/dependencies/typography.scss +++ b/app/styles/dependencies/typography.scss @@ -2,7 +2,7 @@ // Font face -@each $font-face in DroidSans, DroidSans-Bold, ostrichSans, OpenSans-CondLight-webfont, taiga { +@each $font-face in DroidSans, DroidSans-Bold, OpenSans-CondLight-webfont, taiga { @font-face { font-family: '#{$font-face}'; src: url('../fonts/#{$font-face}.eot?#iefix') format('embedded-opentype'), diff --git a/app/styles/layout/admin-project-values.scss b/app/styles/layout/admin-project-values.scss index 456439b9..904f3dd8 100644 --- a/app/styles/layout/admin-project-values.scss +++ b/app/styles/layout/admin-project-values.scss @@ -2,7 +2,7 @@ header { position: relative; } - h1 { + h1 { margin-bottom: 0; } p { diff --git a/app/styles/modules/backlog/backlog-table.scss b/app/styles/modules/backlog/backlog-table.scss index 2eb9391d..465b9b96 100644 --- a/app/styles/modules/backlog/backlog-table.scss +++ b/app/styles/modules/backlog/backlog-table.scss @@ -35,7 +35,6 @@ } .status, .points { - padding-right: 3rem; position: relative; text-align: right; .popover { @@ -54,6 +53,7 @@ } .pop-status { @include popover(200px, 0, 65%, '', ''); + padding-right: 1rem; &.fix { bottom: 0; top: auto; @@ -70,6 +70,7 @@ } .pop-points { @include popover(150px, '', 30px, 10px, ''); + padding-right: 3rem; } .pop-points-open { @include popover(200px, 0, 260px, '', ''); @@ -212,7 +213,7 @@ opacity: 0; position: absolute; right: 0; - top: -.1rem; + top: .1rem; } .icon-drag-v { cursor: move; diff --git a/app/styles/modules/common/comments.scss b/app/styles/modules/common/comments.scss index b71d110b..2c1d1a31 100644 --- a/app/styles/modules/common/comments.scss +++ b/app/styles/modules/common/comments.scss @@ -38,6 +38,9 @@ &:first-child { margin-top: 0; } + &:last-child { + border: 0; + } .username { color: $green-taiga; display: block;