Committer: egeraskin
LJSUP-13286: Improve Abuse form for better handling of CV complaints.U trunk/htdocs/stc/abuse.css
Modified: trunk/htdocs/stc/abuse.css =================================================================== --- trunk/htdocs/stc/abuse.css 2012-09-05 14:23:28 UTC (rev 12612) +++ trunk/htdocs/stc/abuse.css 2012-09-06 09:01:35 UTC (rev 12613) @@ -64,5 +64,20 @@ } .b-areport-report-type:hover { text-decoration: none; + } + +/* Formal report */ + +.b-areport-item-both, +.b-areport-item-owner, +.b-areport-item-representative, +.b-areport-item-noneabove { + display: none; } +.b-areport-noneabove-state .b-areport-item-noneabove, +.b-areport-owner-state .b-areport-item-both, +.b-areport-representative-state .b-areport-item-both, +.b-areport-representative-state .b-areport-item-representative { + display: block; + }