Fix outlook of the default chat invitation in standard modern browsers

This commit is contained in:
Fedor A. Fetisov 2014-05-27 19:53:56 +04:00
parent 15739dd410
commit 0619cdc9c1
3 changed files with 7 additions and 3 deletions

View File

@ -25,6 +25,10 @@ body {
min-width: 500px; min-width: 500px;
background-color: #F1F2F2; background-color: #F1F2F2;
} }
body.invitation {
min-width: 0;
min-height: 0;
}
a { a {
text-decoration: underline; text-decoration: underline;
color: #008AD9; color: #008AD9;
@ -480,7 +484,7 @@ ul li {
#invitation-messages-region { #invitation-messages-region {
height: 150px; height: 150px;
min-height: 150px; min-height: 150px;
width: 398px; width: 388px;
overflow-y: auto; overflow-y: auto;
padding: 0px; padding: 0px;
font: normal 10px Tahoma; font: normal 10px Tahoma;

View File

@ -8,7 +8,7 @@
{{#block "head"}}{{/block}} {{#block "head"}}{{/block}}
</head> </head>
<body> <body{{#if startFrom}} class="{{startFrom}}"{{/if}}>
{{#block "page"}} {{#block "page"}}
{{! Logo block}} {{! Logo block}}
<div id="top2"> <div id="top2">

View File

@ -73,7 +73,7 @@
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
font-size: 12px !important; font-size: 12px !important;
font-weight: normal !important; font-weight: normal !important;
color: transparent !important; color: white !important;
margin: 0 4px 0 4px !important; margin: 0 4px 0 4px !important;
} }