Guest User

Bugzilla bug dependencies bearability stylesheet

a guest
Dec 9th, 2013
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.50 KB | None | 0 0
  1. #bz_show_bug_column_1 tr:nth-child(17) td:last-child a:not(#dependson_edit_action),
  2. #bz_show_bug_column_1 tr:nth-child(18) td:last-child a:not(#blocked_edit_action),
  3. .bug_urls a {
  4.   display: table-row;
  5. }
  6.  
  7. #bz_show_bug_column_1 tr:nth-child(17) td:last-child a:not(#dependson_edit_action)::after,
  8. #bz_show_bug_column_1 tr:nth-child(18) td:last-child a:not(#blocked_edit_action)::after,
  9. .bug_urls a::after {
  10.   content: attr(title);
  11.   font-size: smaller;
  12.   padding-left: 1em;
  13.   display: table-cell;
  14. }
Add Comment
Please, Sign In to add comment