Skip to content
Snippets Groups Projects
Commit 878d57cf authored by Seth Meranda's avatar Seth Meranda
Browse files

Add required UI indicator.

parent 58ab0cb6
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@
z-index: 1;
position: relative;
}
#maincontent .stuapp .required:after {
content: '*';
color:#ac0302;
}
#maincontent .stuapp > fieldset {
border-bottom: 1px solid #D9D4C7;
position: relative;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment