mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
12 lines
287 B
CSS
12 lines
287 B
CSS
/* Note: only CSS1 is supported here (see the limitations of emogrifier: https://github.com/jjriv/emogrifier/) */
|
|
.caselog_header {
|
|
padding: 3px;
|
|
border-top: 1px solid #fff;
|
|
background-color: #ddd;
|
|
padding-left: 16px;
|
|
width: 100%;
|
|
}
|
|
.caselog_header_date {
|
|
}
|
|
.caselog_header_user {
|
|
} |