[26107] Fix alignment of type/status top row

[ci skip]
pull/5881/head
Oliver Günther 7 years ago
parent 498bbe599d
commit 7211a74f3a
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 4
      app/assets/stylesheets/content/work_packages/new/_type_status_row.sass
  2. 4
      app/assets/stylesheets/layout/_work_packages_full_view.sass

@ -11,6 +11,10 @@
#wp-new-inline-edit--field-type #wp-new-inline-edit--field-type
margin-left: 5px margin-left: 5px
// Fix display left padding of tpye
.wp-edit-field--display-field
padding-left: 0 !important
// Disable text decoration from toolbar span // Disable text decoration from toolbar span
.wp-edit-field--display-field:hover .wp-edit-field--display-field:hover
text-decoration: none text-decoration: none

@ -255,6 +255,10 @@ body.controller-work_packages.full-create
.wp-table--cell-span .wp-table--cell-span
padding-right: 5px !important padding-right: 5px !important
// Remove left padding from type
.wp-edit-field--display-field
padding-left: 0 !important
@media only screen and (min-width: 679px) @media only screen and (min-width: 679px)
.wp-edit-field--container.-active .wp-edit-field--container.-active
margin-right: 80px !important margin-right: 80px !important

Loading…
Cancel
Save