Align child WP icon in table

pull/5006/head
Henriette Dinger 8 years ago
parent dfeca9266e
commit 714a021908
  1. 2
      app/assets/stylesheets/content/_tables.sass
  2. 6
      app/assets/stylesheets/content/work_packages/inplace_editing/_edit_fields.sass

@ -167,7 +167,7 @@ tr
&.subject
text-align: left
&.idnt td.subject .icon-context:before
padding: 9px 0 0 5px
padding: 0px 0 0 5px
&.entry
border: 1px solid #f8f8f8

@ -75,6 +75,12 @@
word-wrap: break-word
margin-bottom: 0
.inplace-edit--read-value
&:before
vertical-align: middle
.wp-table--cell-span
vertical-align: middle
// Editable fields cursor
.-editable .wp-table--cell-span
cursor: text

Loading…
Cancel
Save