noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/05: Task #1010 augmente la taille des car


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/05: Task #1010 augmente la taille des caractères pour l'impression directe Task #1010 - Impression : agrandir les caractères
Date: Sat, 12 Jul 2014 19:57:25 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8b8be03f9ea997a3e34e9da98b13ee9f5fd2dde1
Author: Dany De Bontridder <address@hidden>
Date:   Sat Jul 12 21:42:54 2014 +0200

    Task #1010 augmente la taille des caractères pour l'impression directe
    Task #1010 - Impression : agrandir les caractères
---
 html/style-print.css |   64 +++++++++++++++++++++++++-------------------------
 1 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/html/style-print.css b/html/style-print.css
index 77b09e1..2cc36fc 100644
--- a/html/style-print.css
+++ b/html/style-print.css
@@ -1,15 +1,15 @@
 body {
-       font-size:8px;
+       font-size:11pt;
        }
 input, select ,.input_text{
-       font-size:8px;
+       font-size:11pt;
 border:1px solid #FFFFFF;
  }
 form {
   display:none;
  }
 .print {
-       font-size:8px;
+       font-size:11pt;
        display: block;
        }
 .noprint  {
@@ -23,23 +23,23 @@ div.recherche_form {
        display:none;
        }
 table.result {
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
        width:100%
   }
 
 table.result th {
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 h3,h4 {
-       font-size:10px;
+       font-size:12pt;
        text-decoration: underline;
        font-family:sans-serif;
 }
 
 h2 {
-       font-size:12px;
+       font-size:14pt;
        font-weight:bold;
        font-family:sans-serif;
 }
@@ -47,10 +47,10 @@ div.info {
        display:none;
 }
 .content  {
-       font-size:7px;
+       font-size:11pt;
 }
 h1.content,h1,h2.info,legend {
-       font-size:14px;
+       font-size:14pt;
        font-weight:bold;
        font-family:sans-serif;
 }
@@ -98,20 +98,20 @@ div.debit{
        display:none;
 }
 div.recherche{
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 div.redcontent{
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 
 }
 div.redcontent{
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 div.ccontent{
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 div.rmenu {
@@ -147,24 +147,24 @@ span.even {
  }
 
 tr.odd {
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 tr {
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
        }
 tr.even {
 
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 td.odd{
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 td.even{
-       font-size:7px;
+       font-size:11pt;
        font-family:sans-serif;
 }
 td.cell{
@@ -235,7 +235,7 @@ table.doc {
 }
 a.detail
 {
-font-size:8px;
+font-size:11pt;
 font-family:sans-serif;
 }
 
@@ -251,40 +251,40 @@ a.detail:hover
 }
 .num {
        text-align:right;
-       font-size:8px;
+       font-size:11pt;
 }
 h1.title {
-       font-size:24px;
+       font-size:14pt;
        font-style: italic;
 }
 h2.title {
-       font-size:16px;
+       font-size:14pt;
        font-style: italic;
-       margin-left: 15px;
+       margin-left: 10em;
 }
 h3.title {
-       font-size:14px;
-       margin-left: 30px;
+       font-size:14pt;
+       margin-left: 10em;
 }
 h4.title {
        color: blue;
-       font-size:12px;
-       margin-left: 45px;
+       font-size:12pt;
+       margin-left: 10em;
        text-decoration: underline;
 }
 h5.title {
        color: blue;
-       font-size:12px;
-       margin-left: 45px;
+       font-size:12pt;
+       margin-left: 10em;
        text-decoration: none;
        font-style: italic;
 }
 /* </style> */
 div.myfieldset
 {
-       margin-top: 5px;
-       margin-left:5px;
-       margin-right: 5px;
+       margin-top: 3em;
+       margin-left:3em;
+       margin-right: 3em;
        border:lightgrey 2px groove;
 }
 #info_div ,div#error_div ,div#close_div{



reply via email to

[Prev in Thread] Current Thread [Next in Thread]