From 125cc4075896aceda7cb02ecee84e18604294ff4 Mon Sep 17 00:00:00 2001 From: pdanner Date: Mon, 6 Dec 2010 16:53:47 +0000 Subject: Moved to pdf-as-web project git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@674 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c --- src/main/webapp/css/pdfas-standalone-styles.css | 11 -- src/main/webapp/css/pdfas-styles.css | 131 ------------------------ 2 files changed, 142 deletions(-) delete mode 100644 src/main/webapp/css/pdfas-standalone-styles.css delete mode 100644 src/main/webapp/css/pdfas-styles.css (limited to 'src/main/webapp/css') diff --git a/src/main/webapp/css/pdfas-standalone-styles.css b/src/main/webapp/css/pdfas-standalone-styles.css deleted file mode 100644 index aa9459c..0000000 --- a/src/main/webapp/css/pdfas-standalone-styles.css +++ /dev/null @@ -1,11 +0,0 @@ -table.pdfassignature td.pdfaslabel { - font-size: 0.9em; -} - -table.pdfassignature td.pdfasvalue { - font-size: 0.9em; -} - -pre.pdfasnt { - font-size: 0.8em; -} diff --git a/src/main/webapp/css/pdfas-styles.css b/src/main/webapp/css/pdfas-styles.css deleted file mode 100644 index b556ffc..0000000 --- a/src/main/webapp/css/pdfas-styles.css +++ /dev/null @@ -1,131 +0,0 @@ -div#pdfas-container td { - border: none; -} - -table.pdfassignature { - background-color: #F5F5F0; - font-size: 1em; - border: 1px solid red; - border-collapse: collapse; - table-layout: auto; - width: 650px; -} - -table.pdfassignature td.pdfaslabel { - font-family: Helvetica, Times; - text-align: center; - min-width: 100px; - /* word-spacing: nowrap; */ -} - -table.pdfassignature td { - border: 1px solid black !important; -} - -textarea.freetext { - width: 450px; - height: 150px; - font: 1em 'Courier New', courier, monospace; - margin: 0px 0px 0px 0px; -} - -table#pdfasupperformtable { - margin-top: 10px; -} - -table.pdfassignature td.pdfasvalue { - font-family: monospace; - border: 1px solid black; - border-collapse: collapse; - text-align: left; - font-size: 1.2em; -} - -div.pdfasnobreak { - float: left; - white-space: nowrap; -} - -table.pdfassignature td.pdfasvalue input { - font-family: monospace; -} - -div.pdfasverticalspace { - padding: 20px 0px 0px 0px; -} - -div.pdfassmallverticalspace { - padding: 10px 0px 0px 0px; -} - -div.pdfasnote { - padding: 10px 0px 0px 0px; - margin: 0px 0px 0px 0px; - max-width: 700px; - text-align: left; -} - -.pdfasemphasis { - color: #2c5486; - font-weight: bold; -} - -pre.pdfasnt { - font: 1em, courier new, courier, monospace; - border: 1px solid black; - text-align: left; - padding: 5px; - height: 40ex; - width: 640px; - overflow: auto; -} - -a.pdfasbacklink { - padding: 0px 0px 0px 0px; - margin: 20px 0px 10px 0px; -} - -.pdfaspreviewfield { - font: 1em, courier new, courier, monospace; - width: 94%; - margin: 0px 0px 0px 0px; -} - -table.pdfaslisttable { - border-style: none; - border-collapse: collapse; - text-align: left; - font-size: 1em; - width: 100%; -} - -.pdfaslisttablecontainer { - border: 1px solid black; - padding: 5px 5px 5px 5px; - margin: 0px 0px 15px 0px; - float: left; - width: 98%; -} - -table.pdfaslisttable td.pdfasvalue { - width: 90%; -} - -table.pdfaslisttable td.pdfascaption { - width: 10%; - vertical-align: top; - padding-right: 10px; - white-space: nowrap; -} - -.pdfasok { - background-color: #bdff7b; -} - -.pdfasnok { - background-color: #f66; -} - -fieldset.pdfasresultfieldset { - padding: 5px 5px 5px 5px; -} -- cgit v1.2.3