Sha256: cd39bcf84bef42f660d568597c6a013118ad70796c538d4241b240bde0c6d484
Contents?: true
Size: 1.3 KB
Versions: 3
Compression:
Stored size: 1.3 KB
Contents
.email-conversations-index, .email-conversations-show { font-size: 14px; margin: 0 1em; > .actions { border: 1px solid cyan; display: inline; > * { display: inline; margin-right: .3em; } } .conversations { tr:hover { background: #eee; } tr { border-bottom: 1px solid yellow; margin-bottom: 0.3em; .subject { // background: #ccc; flex-grow: 1; } } tr.state_unread { background: #fffdd2; } } /* refers to number of messages in a conversation */ .count { // display: inline; // width: 30px; text-align: right; } .header { display: flex; align-items: center; .label { padding-right: 0.2em; } } .participants { width: 250px; padding-left: .3em; // border: 1px solid #999900; // background: #ffffcc; // border-radius: 5px; // padding: 5px; // display: inline; ul { display: inline; padding-left: 0; li { display: inline; } } } .subheader { a { margin: 0 1em; } } .select-all { // border: 1px solid red; display: flex; padding: 8px 10px; } .subject { margin: 0 1em; text-overflow: ellipsis; a { font-weight: bold; } } }
Version data entries
3 entries across 3 versions & 1 rubygems