Bug 24090: Subfield text in red when mandatory in record edition
In biblio or autority record edition, color subfield text in red when mandatory. Like patron fields in patron edition form. Test plan : 1) Edit a biblio record 2) See that mandatory subield text is red (#C00) 3) Same in autority record edition Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
This commit is contained in:
parent
c926c934ad
commit
ed6fdb916c
1 changed files with 4 additions and 0 deletions
|
@ -91,6 +91,10 @@ a.tagnum {
|
||||||
text-align:right;
|
text-align:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.subfield.subfield_mandatory {
|
||||||
|
color: #C00;
|
||||||
|
}
|
||||||
|
|
||||||
.subfieldcode {
|
.subfieldcode {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue