|
@@ -147,11 +147,7 @@ table{
|
|
|
border-bottom: 1px solid #333;
|
|
|
}
|
|
|
}
|
|
|
-@media print{
|
|
|
- .printBtn {
|
|
|
- display: none !important;
|
|
|
- }
|
|
|
-}
|
|
|
+
|
|
|
.printBtn {
|
|
|
padding: 10px 20px;
|
|
|
float: right;
|
|
@@ -162,4 +158,16 @@ table{
|
|
|
cursor: pointer;
|
|
|
position: absolute;
|
|
|
right: -40px;
|
|
|
+}
|
|
|
+@media print{
|
|
|
+ .printBtn {
|
|
|
+ display: none !important;
|
|
|
+ }
|
|
|
+ .infos {
|
|
|
+ td {
|
|
|
+ font-size: 12px !important;
|
|
|
+ padding: 4px 5px 4px 0px !important;
|
|
|
+ line-height: 18px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|