mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Fix outlook of the default chat invitation in standard modern browsers
This commit is contained in:
parent
15739dd410
commit
0619cdc9c1
@ -25,6 +25,10 @@ body {
|
||||
min-width: 500px;
|
||||
background-color: #F1F2F2;
|
||||
}
|
||||
body.invitation {
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
}
|
||||
a {
|
||||
text-decoration: underline;
|
||||
color: #008AD9;
|
||||
@ -480,7 +484,7 @@ ul li {
|
||||
#invitation-messages-region {
|
||||
height: 150px;
|
||||
min-height: 150px;
|
||||
width: 398px;
|
||||
width: 388px;
|
||||
overflow-y: auto;
|
||||
padding: 0px;
|
||||
font: normal 10px Tahoma;
|
||||
|
@ -8,7 +8,7 @@
|
||||
{{#block "head"}}{{/block}}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body{{#if startFrom}} class="{{startFrom}}"{{/if}}>
|
||||
{{#block "page"}}
|
||||
{{! Logo block}}
|
||||
<div id="top2">
|
||||
|
@ -73,7 +73,7 @@
|
||||
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
|
||||
font-size: 12px !important;
|
||||
font-weight: normal !important;
|
||||
color: transparent !important;
|
||||
color: white !important;
|
||||
margin: 0 4px 0 4px !important;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user