Cleanup the ApprovalTable formatting for adding a reviewer
I just didn't like the way this was presenting on screen. The label
had a 10px left margin, shoving it over the input box by 10 pixels,
but the inpux box itself wasn't indented with any margin. The whole
UI looked a bit getto to me when we had missing approvals and we had
the add reviewer option visible.
We now don't draw a label for the add reviewer box, but instead put
the action directly into the button. It should be quite clear to a
user that entering a "Name or Email" and pressing "Add Reviewer" will
add another reviewer, specified by the name or email address, to this
change.
The 10px indent has also been removed, making everything line up with
the left edge of the approval table, which looks a lot more uniform.
Signed-off-by: Shawn O. Pearce <sop@google.com>
2 files changed