Change installer directory "data" to "share"

refs #671
This commit is contained in:
Roland Winklmeier
2016-07-15 21:06:57 +02:00
parent 26c2117d65
commit 06d858c57f
743 changed files with 24 additions and 24 deletions

View File

@@ -0,0 +1,45 @@
/** style sheet for content !!! **/
/** does not(!) affect text edit **/
/** http://doc.qt.io/qt-5/richtext-html-subset.html **/
table {
font-size: 8pt;
}
tr {
}
td {
vertical-align: middle;
}
td.timestamp {
color: green;
}
td.recipient{
color: yellow;
}
.sent td.recipient{
color: blue;
}
.supervisor td.recipient{
background-color: red;
}
td.sender{
color: yellow;
}
.sent td.sender{
color: blue;
}
.supervisor td.sender{
background-color: red;
}
td.message{
}