salix/print/templates/email/osticket-report/assets/css/style.css

33 lines
482 B
CSS

.grid-block table.column-oriented {
max-width: 100%;
}
.grid-block table.column-oriented td.message {
overflow: hidden;
max-width: 300px
}
.grid-block table.column-oriented th a {
color: #333
}
.grid-block {
max-width: 98%
}
.table-title {
background-color: #95d831;
padding: 0 10px;
margin-bottom: 20px;
}
.table-title h2 {
margin: 10px 0
}
.external-link {
border: 2px dashed #8dba25;
border-radius: 3px;
text-align: center
}