summaryrefslogtreecommitdiffstats
path: root/dogtag/common-ui
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-06-03 20:58:23 +0200
committerEndi S. Dewata <edewata@redhat.com>2016-06-03 21:35:52 +0200
commit62e0c676137e9dd67135f2027d419a5fc161216f (patch)
treeb52b103458c58376f665e45919a89ce568f91edf /dogtag/common-ui
parent1c5458150d583481415e2bde4e68d8ab7bbf56d9 (diff)
downloadpki-62e0c676137e9dd67135f2027d419a5fc161216f.tar.gz
pki-62e0c676137e9dd67135f2027d419a5fc161216f.tar.xz
pki-62e0c676137e9dd67135f2027d419a5fc161216f.zip
Fixed truncated token activity message in TPS UI.
The TPS UI has been modified to display the token activity message in a textarea to avoid truncation. The UI framework class has been modified to handle textarea. The CSS has been modified to align the field label with the top of textarea. https://fedorahosted.org/pki/ticket/2299
Diffstat (limited to 'dogtag/common-ui')
-rw-r--r--dogtag/common-ui/shared/css/pki-ui.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/dogtag/common-ui/shared/css/pki-ui.css b/dogtag/common-ui/shared/css/pki-ui.css
index dcf9595a6..1728a737e 100644
--- a/dogtag/common-ui/shared/css/pki-ui.css
+++ b/dogtag/common-ui/shared/css/pki-ui.css
@@ -71,6 +71,7 @@ fieldset label {
min-width: 150px;
display: inline-block;
line-height: 30px;
+ vertical-align: top;
}
fieldset input {