51 lines
631 B
CSS
51 lines
631 B
CSS
h2 {
|
|
font-weight: 100;
|
|
color: #555
|
|
}
|
|
|
|
.table-title {
|
|
margin-bottom: 15px;
|
|
font-size: .8rem
|
|
}
|
|
|
|
.table-title h2 {
|
|
margin: 0 15px 0 0
|
|
}
|
|
|
|
.ticket-info {
|
|
font-size: 22px
|
|
}
|
|
|
|
.column-oriented td,
|
|
.column-oriented th {
|
|
padding: 6px
|
|
}
|
|
|
|
#nickname h2 {
|
|
max-width: 400px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#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
|
|
}
|
|
|
|
.panel {
|
|
margin-bottom: 0px;
|
|
}
|