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

parent e596a82f
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
<p> <p>
<input type="button" title="Отправить сообщение об опечатке" value="Отправить" class="e_typos_button" onclick="ETY.post_data();" /> <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();" /> <input type="button" title="Закрыть окно" value="Закрыть" class="e_typos_button" onclick="ETY.close();" />
</p> </p>
......
...@@ -131,7 +131,7 @@ var ETY = { ...@@ -131,7 +131,7 @@ var ETY = {
ETY.error("red", "Сервер не смог отправить письмо"); ETY.error("red", "Сервер не смог отправить письмо");
break; break;
case '10win': case '10win':
ETY.error("green", "Спасибо за ваше внимание"); ETY.error("green", "Спасибо за ваше внимание.");
window.setTimeout('ETY.close()', 2000); window.setTimeout('ETY.close()', 2000);
break; break;
case '10inserterror': case '10inserterror':
......
...@@ -14,25 +14,24 @@ ...@@ -14,25 +14,24 @@
background-color: white; background-color: white;
padding: 0px 2px 2px 2px; padding: 0px 2px 2px 2px;
width:350px; width:350px;
border-radius: 10px; border-radius: 0 0 10 10;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
text-align: center; text-align: center;
} }
#e_typos_title { #e_typos_title {
text-align: left; text-align: left;
padding: 0.5em 0.5em 0.3em 1em; padding: 0.5em 0.5em 0.5em 1em;
border-radius: 7 7 7 7; border-radius: 0 0 10 10;
background: #4169e1; background: #4169e1;
color: white; color: white;
margin-top: 1px; margin-top: 1px;
} }
#e_typos_close { #e_typos_close {
padding-right: 10px;
float: right;
cursor: pointer; cursor: pointer;
opacity: 0.5; opacity: 0.5;
margin-left: 190px;
} }
#e_typos_close:hover { #e_typos_close:hover {
...@@ -90,6 +89,7 @@ ...@@ -90,6 +89,7 @@
<p> <p>
<input type="button" title="Отправить сообщение об опечатке" value="Отправить" class="e_typos_button" onclick="ETY.post_data();" /> <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();" /> <input type="button" title="Закрыть окно" value="Закрыть" class="e_typos_button" onclick="ETY.close();" />
</p> </p>
......
...@@ -7,25 +7,24 @@ ...@@ -7,25 +7,24 @@
background-color: white; background-color: white;
padding: 0px 2px 2px 2px; padding: 0px 2px 2px 2px;
width:350px; width:350px;
border-radius: 10px; border-radius: 0 0 10 10;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
text-align: center; text-align: center;
} }
#e_typos_title { #e_typos_title {
text-align: left; text-align: left;
padding: 0.5em 0.5em 0.3em 1em; padding: 0.5em 0.5em 0.5em 1em;
border-radius: 7 7 7 7; border-radius: 0 0 10 10;
background: #4169e1; background: #4169e1;
color: white; color: white;
margin-top: 1px; margin-top: 1px;
} }
#e_typos_close { #e_typos_close {
padding-right: 10px;
float: right;
cursor: pointer; cursor: pointer;
opacity: 0.5; opacity: 0.5;
margin-left: 190px;
} }
#e_typos_close:hover { #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