- beautified reply page

- added bootstrap "messageSent" page
- layout changes in messageWrite views
This commit is contained in:
alex
2018-06-12 17:24:24 +02:00
parent b795fe098b
commit 249f273091
10 changed files with 247 additions and 81 deletions
+25
View File
@@ -0,0 +1,25 @@
.panel-heading {
font-size: 16px;
}
.signatureblock {
color: grey;
}
.signatureblocklink {
color: grey;
}
.signatureblocklink:hover {
color: #337ab7;
}
.rwd-line {
display: block;
}
@media screen and (min-width: 1831px) {
.rwd-line {
display: inline;
}
}