Actions
Bug #5542
closedData Package Upload form in SANParks skin missing the description text
Start date:
11/16/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5542
Description
It misses the text like:
Enter the Meta Data File (.xml)
Enter Data File 1 (.shp)
Enter Data File 2 (*.dbf)
....
Updated by Jing Tao about 13 years ago
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;
}
Updated by Jing Tao about 13 years ago
In footer, set some text to be regwhitetext. So everything looks fine.
Actions