forked from nfephp-org/nfephp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refatoração da Classe Danfce.php seguindo os padrões do Manual DANFE …
…NFC-e e QR CODE versão 3.4, inclusão de duas logo oficial padrão para NF-e e NFC-e, atualizado e melhorado as páginas que envolve a emissão da NFC-e.
- Loading branch information
1 parent
b09da81
commit 2325309
Showing
13 changed files
with
438 additions
and
381 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,61 @@ | ||
body { | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 10px; | ||
font-style: normal; | ||
line-height: normal; | ||
} | ||
|
||
.clear { clear: both; } | ||
|
||
label { | ||
font-size: 10px; | ||
font-style: italic; | ||
line-height: normal; | ||
} | ||
|
||
span { | ||
font-size: 10px; | ||
font-style: italic; | ||
line-height: normal; | ||
} | ||
|
||
input { | ||
font-style: normal; | ||
background-color: lightyellow; | ||
} | ||
|
||
input:required { | ||
font-style: bold; | ||
background-color: yellow; | ||
} | ||
|
||
select { | ||
font-style: bold; | ||
background-color: yellow; | ||
} | ||
|
||
#content { | ||
width: 80%; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
|
||
td { | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 12px; | ||
font-style: normal; | ||
line-height: normal; | ||
} | ||
|
||
#direita { width: 50%; float: right; } | ||
#esquerda { width: 50%; float: left; } | ||
|
||
#tabs input {width: 95%;} | ||
body { | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 10px; | ||
font-style: normal; | ||
line-height: normal; | ||
} | ||
|
||
.clear { clear: both; } | ||
|
||
label { | ||
font-size: 10px; | ||
font-style: italic; | ||
line-height: normal; | ||
} | ||
span { | ||
font-size: 10px; | ||
font-style: italic; | ||
line-height: normal; | ||
} | ||
|
||
input { | ||
font-style: normal; | ||
background-color: lightyellow; | ||
} | ||
|
||
input:required { | ||
font-style: bold; | ||
background-color: yellow; | ||
} | ||
|
||
select { | ||
font-style: bold; | ||
background-color: yellow; | ||
} | ||
|
||
#content { | ||
width: 80%; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
|
||
td { | ||
font-family: Arial, Helvetica, sans-serif; | ||
font-size: 12px; | ||
font-style: normal; | ||
line-height: normal; | ||
} | ||
|
||
#direita { width: 50%; float: right; } | ||
#esquerda { width: 50%; float: left; } | ||
|
||
#tabs input {width: 95%;} | ||
.logoList { | ||
float:left; | ||
margin-right:10px; | ||
text-align:center; | ||
} | ||
.logoList img { | ||
border:none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.