aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/css
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-07-13 11:44:38 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2010-07-13 11:44:38 +0000
commit19049a1a803b1732090487b5b432bea4203b8998 (patch)
treecd331ae6e6c5a1fee301cd72c5ced5e4aa15c7a9 /src/main/webapp/css
parent6a00fe4144b5db78f4acc032ec2c9e824f9d03fb (diff)
downloadpdf-as-3-19049a1a803b1732090487b5b432bea4203b8998.tar.gz
pdf-as-3-19049a1a803b1732090487b5b432bea4203b8998.tar.bz2
pdf-as-3-19049a1a803b1732090487b5b432bea4203b8998.zip
updating maven2 repository, minor css updates
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@583 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/webapp/css')
-rw-r--r--src/main/webapp/css/pdfas-styles.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/main/webapp/css/pdfas-styles.css b/src/main/webapp/css/pdfas-styles.css
index 6831232..b556ffc 100644
--- a/src/main/webapp/css/pdfas-styles.css
+++ b/src/main/webapp/css/pdfas-styles.css
@@ -1,7 +1,11 @@
+div#pdfas-container td {
+ border: none;
+}
+
table.pdfassignature {
background-color: #F5F5F0;
font-size: 1em;
- border: 1px solid black;
+ border: 1px solid red;
border-collapse: collapse;
table-layout: auto;
width: 650px;
@@ -10,12 +14,14 @@ table.pdfassignature {
table.pdfassignature td.pdfaslabel {
font-family: Helvetica, Times;
text-align: center;
- border: 1px solid black;
- border-collapse: collapse;
min-width: 100px;
/* word-spacing: nowrap; */
}
+table.pdfassignature td {
+ border: 1px solid black !important;
+}
+
textarea.freetext {
width: 450px;
height: 150px;