Project

General

Profile

Actions

Bug #5542

closed

Data Package Upload form in SANParks skin missing the description text

Added by Jing Tao over 12 years ago. Updated over 12 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
metacat
Target version:
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)
....

Actions #1

Updated by Jing Tao over 12 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;
}

Actions #2

Updated by Jing Tao over 12 years ago

In footer, set some text to be regwhitetext. So everything looks fine.

Actions #3

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 5542

Actions

Also available in: Atom PDF