Merge pull request #1386 from nextcloud/fix-position-of-input-and-edit-button-for-room-name

Fix position of input and edit button for room name
This commit is contained in:
Joas Schilling 2018-12-13 13:54:56 +01:00 коммит произвёл GitHub
Родитель be89e14696 ae24fa9b85
Коммит 89f761a653
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 0 удалений

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

@ -706,6 +706,10 @@
.edit-button {
display: none;
/* Use the same bottom margin as h2 (defined in the server) to
* align the button vertically with the label. */
margin-bottom: 12px;
.icon {
background-color: transparent;
border: none;
@ -720,6 +724,10 @@
.input-wrapper {
display: flex;
align-items: center;
/* Pull up the wrapper slightly to prevent elements below it from
* moving when it is shown. */
margin-top: -2px;
}
.label {
margin-left: 5px;