barbass: доработка стилей (eterbug #1511)

parent e596a82f
......@@ -15,6 +15,7 @@
<p>
<input type="button" title="Отправить сообщение об опечатке" value="Отправить" class="e_typos_button" onclick="ETY.post_data();" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" title="Закрыть окно" value="Закрыть" class="e_typos_button" onclick="ETY.close();" />
</p>
......
......@@ -131,7 +131,7 @@ var ETY = {
ETY.error("red", "Сервер не смог отправить письмо");
break;
case '10win':
ETY.error("green", "Спасибо за ваше внимание");
ETY.error("green", "Спасибо за ваше внимание.");
window.setTimeout('ETY.close()', 2000);
break;
case '10inserterror':
......
......@@ -14,25 +14,24 @@
background-color: white;
padding: 0px 2px 2px 2px;
width:350px;
border-radius: 10px;
border-radius: 0 0 10 10;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
text-align: center;
}
#e_typos_title {
text-align: left;
padding: 0.5em 0.5em 0.3em 1em;
border-radius: 7 7 7 7;
padding: 0.5em 0.5em 0.5em 1em;
border-radius: 0 0 10 10;
background: #4169e1;
color: white;
margin-top: 1px;
}
#e_typos_close {
padding-right: 10px;
float: right;
cursor: pointer;
opacity: 0.5;
margin-left: 190px;
}
#e_typos_close:hover {
......@@ -90,6 +89,7 @@
<p>
<input type="button" title="Отправить сообщение об опечатке" value="Отправить" class="e_typos_button" onclick="ETY.post_data();" />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<input type="button" title="Закрыть окно" value="Закрыть" class="e_typos_button" onclick="ETY.close();" />
</p>
......
......@@ -7,25 +7,24 @@
background-color: white;
padding: 0px 2px 2px 2px;
width:350px;
border-radius: 10px;
border-radius: 0 0 10 10;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
text-align: center;
}
#e_typos_title {
text-align: left;
padding: 0.5em 0.5em 0.3em 1em;
border-radius: 7 7 7 7;
padding: 0.5em 0.5em 0.5em 1em;
border-radius: 0 0 10 10;
background: #4169e1;
color: white;
margin-top: 1px;
}
#e_typos_close {
padding-right: 10px;
float: right;
cursor: pointer;
opacity: 0.5;
margin-left: 190px;
}
#e_typos_close:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment