use button for the 'New message' button and fix its styling

This commit is contained in:
Christoph Wurst 2016-09-04 18:14:10 +02:00
Родитель 11f282c40c
Коммит e79e8a7c07
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: CC42AC2A7F0E56D8
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -391,7 +391,6 @@
/* editor */
#mail-new-message-fixed {
width: 241px !important;
z-index: 111; /* navigation menu is 110 ;-) */
background-color: rgba(255, 255, 255, .75);
padding: 10px;

Просмотреть файл

@ -1,4 +1,3 @@
<input type="button"
<button type="button"
id="mail_new_message"
class="icon-add"
value="{{ t 'New message' }}">
class="icon-add">{{ t 'New message' }}</button>