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
4b5ba596
authored
2011-04-05 13:36:01 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
updated css to not override .label on the admin
1 parent
4f567eb3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
com/Branding/css/tenzing.css
com/UserManager/views/edit_user_payhistory.php
com/Branding/css/tenzing.css
View file @
4b5ba59
...
...
@@ -608,7 +608,7 @@ div.dataTables_paginate span.paginate_active {
.small-table
td
{
font-size
:
11px
;
padding
:
3px
;
}
/* LABELS | ex. <div class="label label-red label-register"> */
.label
{
.
g
label
{
width
:
43px
;
height
:
14px
;
position
:
relative
;
...
...
com/UserManager/views/edit_user_payhistory.php
View file @
4b5ba59
...
...
@@ -90,11 +90,11 @@ use WP_User;
$html
.= '<div style="
text
-
align
:
right
;
margin
-
bottom
:
5
px
;
"><a href="
/
invoices
/?
view
=
'.$invoice->ID.'
&
pagename
=
invoice
-
preview
" class="
label
label
-
black
-
print
print
-
invoice
-
handler
" target="
_blank
"></a></div>';
$html
.= '<div style="
text
-
align
:
right
;
margin
-
bottom
:
5
px
;
"><a href="
/
invoices
/?
view
=
'.$invoice->ID.'
&
pagename
=
invoice
-
preview
" class="
g
label
label
-
black
-
print
print
-
invoice
-
handler
" target="
_blank
"></a></div>';
$html
.= Invoice\DrawInvoice(
$invoice
,true);
$html
.= '<div style="
text
-
align
:
right
;
margin
-
top
:
5
px
;
"><a href="
/
invoices
/?
view
=
'.$_GET['
view
'].'
&
pagename
=
invoice
-
preview
" class="
label
label
-
black
-
print
print
-
invoice
-
handler
" target="
_blank
"></a></div>';
$html
.= '<div style="
text
-
align
:
right
;
margin
-
top
:
5
px
;
"><a href="
/
invoices
/?
view
=
'.$_GET['
view
'].'
&
pagename
=
invoice
-
preview
" class="
g
label
label
-
black
-
print
print
-
invoice
-
handler
" target="
_blank
"></a></div>';
print
$html
;
...
...
Please
register
or
sign in
to post a comment