* More work on theming

This commit is contained in:
Bryan Ashby
2015-10-06 21:21:13 -06:00
parent 73952a2c37
commit a3ba9b0252
3 changed files with 92 additions and 75 deletions

View File

@@ -72,10 +72,34 @@
messageAreaViewPost: {
0: {
mci: {
TL1: { width: 19, textOverflow: "..." }
TL2: { width: 19, textOverflow: "..." }
TL3: { width: 19, textOverflow: "..." }
TL5: { width: 19, textOverflow: "..." }
TL1: {
width: 19
textOverflow: ...
}
TL2: {
width: 19
textOverflow: ...
}
TL3: {
width: 19
textOverflow: ...
}
TL5: {
width: 19
textOverflow: ...
}
}
}
1: {
mci: {
MT1: { height: 14 }
}
}
4: {
mci: {
HM1: {
focusTextStyle: first upper
}
}
}
}
@@ -89,6 +113,11 @@
//TL4: { width: 25 }
}
}
1: {
mci: {
MT1: { height: 14 }
}
}
}
messageAreaReplyPost: {
@@ -100,6 +129,13 @@
TL4: { width: 25, textOverflow: "..." }
}
}
1: {
mci: {
HM1: {
focusTextStyle: first lower
}
}
}
}
}
}