Bug #5542
closed
Data Package Upload form in SANParks skin missing the description text
Added by Jing Tao about 13 years ago.
Updated about 13 years ago.
Description
It misses the text like:
Enter the Meta Data File (.xml)
Enter Data File 1 (.shp)
Enter Data File 2 (*.dbf)
....
The text was not missing, but its color was white and couldn't be read.
The regtext class in sanparks.css was set:
.regtext {
font-weight: normal;
font-size: 12px;
color: #FFFFFF;
}
So I removed "color: #FFFFFF;". And created regwhitetext{
font-weight: normal;
font-size: 12px;
color: #FFFFFF;
}
In footer, set some text to be regwhitetext. So everything looks fine.
Original Bugzilla ID was 5542
Also available in: Atom
PDF