salix/print/templates/reports/invoice/assets/css/style.css

51 lines
631 B
CSS
Raw Normal View History

2021-02-24 06:51:05 +00:00
h2 {
font-weight: 100;
color: #555
2021-02-17 12:00:06 +00:00
}
2021-02-24 06:51:05 +00:00
.table-title {
2021-02-25 08:00:49 +00:00
margin-bottom: 15px;
font-size: .8rem
2021-02-17 12:00:06 +00:00
}
2021-02-24 06:51:05 +00:00
.table-title h2 {
margin: 0 15px 0 0
2021-02-17 12:00:06 +00:00
}
.ticket-info {
2021-02-25 08:00:49 +00:00
font-size: 22px
}
2023-06-20 09:50:36 +00:00
.column-oriented td,
.column-oriented th {
padding: 6px
}
2021-02-25 08:00:49 +00:00
#nickname h2 {
max-width: 400px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
2021-02-17 12:00:06 +00:00
}
#phytosanitary {
padding-right: 10px
}
#phytosanitary .flag img {
width: 100%
}
#phytosanitary .flag .flag-text {
padding-left: 10px;
box-sizing: border-box;
}
.phytosanitary-info {
margin-top: 10px
2023-06-20 09:50:36 +00:00
}
2023-10-03 12:03:59 +00:00
.panel {
margin-bottom: 0px;
}