Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions client/src/css/partials/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -658,12 +658,14 @@ html[xmlns] .dataTables_wrapper { display: block; }
&.procsummary {
td:nth-of-type(1):before { content: "Type"; }
td:nth-of-type(2):before { content: "Resolution"; }
td:nth-of-type(3):before { content: "Space Group"; }
td:nth-of-type(4):before { content: "Mn<I/sig(I)>"; }
td:nth-of-type(5):before { content: "Rmerge Inner"; }
td:nth-of-type(6):before { content: "Rmerge Outer"; }
td:nth-of-type(7):before { content: "Completeness"; }
td:nth-of-type(8):before { content: "Cell"; }
td:nth-of-type(3):before { content: "Resolution I/sig(I)=2"; }
td:nth-of-type(4):before { content: "Space Group"; }
td:nth-of-type(5):before { content: "Mn<I/sig(I)>"; }
td:nth-of-type(6):before { content: "Rmeas Inner"; }
td:nth-of-type(7):before { content: "Rmeas Outer"; }
td:nth-of-type(8):before { content: "Completeness"; }
td:nth-of-type(9):before { content: "Cell"; }
td:nth-of-type(10):before { content: "Message"; }
}

&.autoprocess {
Expand Down
Loading