dimps123 / web-invoice

Automatically exported from code.google.com/p/web-invoice
GNU General Public License v3.0
0 stars 2 forks source link

Invoice description css / class add #70

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Display.php on line 2441
($invoice->display('description'))

I change the line to:

<p class="Invoice_description"><?php echo 
stripcslashes($invoice->display('description'));  ?></p>

but i´m  not able to cotrol it via css.
--------------------------------------------
This was an way, but not practicable:

#invoice_page .Invoice_description {
            z-index:1;
            display:inline-block; 
            position:fixed;
            padding-top:130px;
            padding-left: -500px: 
            top:300px; 
            height:5px; 
            }
--------------------------------------------
#invoice_business_info { z-index:2; width: 100%; text-align: left; 
padding-left: 360px; padding-top:-210px }
        #invoice_client_info { z-index:2; width: 100%; text-align: left; padding-top:-270px; }
        #invoice_page { z-index:2; width: 500px; margin: 0 auto; font-size: 11px; font-family: 'Trebuchet MS','Lucida Grande',Verdana,Tahoma,Arial; }

        #invoice_page .web_invoice_date { padding-left: 350px; }
        #invoice_page .web_invoice_due_date { padding-left: 350px; }
        #invoice_page .web_invoice_main_description { padding-left: 350px; }

Original issue reported on code.google.com by badgrand...@gmail.com on 6 Oct 2010 at 12:09

GoogleCodeExporter commented 8 years ago
This is not a bug or an enhancement. Please ask your questions at 
http://mohanjith.com/forum/ . 

Pointer: Please make sure your theme CSS file is inserted after Web Invoice CSS.

Original comment by sh.mohanjith on 7 Oct 2010 at 4:15