Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
b701ad4f
authored
2011-03-14 03:18:04 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update to the branding css and payhistory
1 parent
427080de
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
com/Branding/css/tenzing.css
com/UserManager/views/edit_user_payhistory.php
com/Branding/css/tenzing.css
View file @
b701ad4
...
...
@@ -451,6 +451,20 @@ input.dp-applied {
#invoice-table
tfoot
td
{
margin
:
0
;
padding
:
4px
2px
4px
10px
;
text-align
:
left
;
border-top
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
}
#invoice-table
caption
{
text-align
:
left
;
font-size
:
11px
;
color
:
#777
;
padding-left
:
11px
;
text-transform
:
uppercase
;
}
.invoice-table
{
width
:
100%
;
border
:
0
;
padding
:
0px
;
margin
:
0px
;
border-collapse
:
collapse
;
border
:
1px
solid
#ccc
;
margin
:
8px
0px
4px
0px
;
}
.invoice-table
thead
th
{
margin
:
0
;
padding
:
5px
2px
5px
10px
;
text-align
:
left
;
border-bottom
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
}
.invoice-table
thead
td
{
margin
:
0
;
padding
:
4px
2px
4px
10px
;
text-align
:
left
;
}
.invoice-table
tbody
th
{
margin
:
0
;
padding
:
4px
2px
4px
10px
;
text-align
:
left
;
}
.invoice-table
tbody
td
{
margin
:
0
;
padding
:
4px
2px
4px
10px
;
text-align
:
left
;
border-right
:
1px
solid
#ccc
;
}
.invoice-table
tbody
tr
.odd
td
{
background-color
:
#f5f5f5
;
}
.invoice-table
tbody
tr
.unpaid
td
{
background-color
:
#efd5d5
;
color
:
#c17575
;
}
.invoice-table
tbody
tr
.unpaid
td
a
{
color
:
#c17575
;}
.invoice-table
tbody
tr
.unpaid
td
a
:hover
{
color
:
#CC4433
;}
.invoice-table
tfoot
td
{
margin
:
0
;
padding
:
4px
2px
4px
10px
;
text-align
:
left
;
border-top
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
}
.invoice-table
caption
{
text-align
:
left
;
font-size
:
11px
;
color
:
#777
;
padding-left
:
11px
;
text-transform
:
uppercase
;
}
.status-paid
{
width
:
97px
;
height
:
87px
;
...
...
com/UserManager/views/edit_user_payhistory.php
View file @
b701ad4
...
...
@@ -110,7 +110,7 @@ use WP_User;
$invoice_type
=
get_post_meta
(
$invoice
->
ID
,
'invoice_for'
,
true
);
$html
.=
'<p>'
;
$html
.=
'<table cellpadding="0" cellspacing="0" border="0"
id
="invoice-table">'
;
$html
.=
'<table cellpadding="0" cellspacing="0" border="0"
class
="invoice-table">'
;
$html
.=
'<thead>'
;
$html
.=
'<tr>'
;
$html
.=
'<th>Item / Description</th>'
;
...
...
@@ -194,7 +194,7 @@ use WP_User;
$html
.=
'</tbody>'
;
$html
.=
'</table>'
;
//if ($status != "credit") {
$html
.=
'<table cellpadding="0" cellspacing="0" border="0" class="clean
" id="
invoice-table">'
;
$html
.=
'<table cellpadding="0" cellspacing="0" border="0" class="clean
invoice-table">'
;
$html
.=
'<tfoot>'
;
...
...
Please
register
or
sign in
to post a comment