Fix styling for comment and watcher

pull/4751/head
Oliver Günther 8 years ago
parent 85847e2716
commit eaaed274e4
  1. 4
      app/assets/stylesheets/content/_watchers.sass
  2. 2
      app/assets/stylesheets/content/_work_packages.sass
  3. 4
      app/assets/stylesheets/content/work_packages/inplace_editing/_textareas.sass
  4. 5
      app/assets/stylesheets/content/work_packages/single_view/_inplace_esque_fields.sass

@ -44,3 +44,7 @@
.work-package--watchers.-read-only
.remove-watcher-btn
display: none
// Fix margin for inplace-edit controls
.work-package--watchers-lookup .dropdown-wrapper
margin-bottom: 50px

@ -37,7 +37,7 @@
// WP single view styles
@import work_packages/single_view/single_view
@import work_packages/single_view/attachments
@import work_packages/single_view/comment_field
@import work_packages/single_view/inplace_esque_fields
// Tabs
@import work_packages/tabs/_activities

@ -41,7 +41,7 @@
.textarea-wrapper
// Leave room below textarea for inplace edit controls
position: relative
margin-bottom: 40px
margin-bottom: 50px
// Don't show all jstb buttons in inplace-edit textareas
.jstHandle, .jstSpacer
@ -66,7 +66,7 @@
right: 0
width: 80px
height: 40px
bottom: -29px
bottom: -39px // 40px - border
background: $inplace-edit--dark-background
border: 1px solid $inplace-edit--color--very-dark
box-shadow: 2px 2px 4px $inplace-edit--border-color

@ -4,8 +4,9 @@
.inplace-editing--container
border: 1px solid #eee
// Explicit styling for the comment container
.work-packages--activity--add-comment
// Explicit styling for the comment and watcher container
.work-packages--activity--add-comment,
.work-package--watchers-lookup
margin: 20px 0
// Styles the comment trigger link similar to attachment
Loading…
Cancel
Save