mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
249f273091
- added bootstrap "messageSent" page - layout changes in messageWrite views
18 lines
208 B
CSS
18 lines
208 B
CSS
.panel-heading {
|
|
font-size: 16px;
|
|
}
|
|
|
|
@media screen and (min-width: 1500px) {
|
|
#msgtable {
|
|
width: 70%;
|
|
}
|
|
}
|
|
|
|
#msgtable td {
|
|
border: none !important;
|
|
}
|
|
|
|
#replybutton {
|
|
width: 120px;
|
|
}
|