This commit is contained in:
Jan-Christoph Borchardt 2016-09-21 23:54:06 +02:00
Родитель c606751fb2
Коммит edeeba5b88
1 изменённых файлов: 9 добавлений и 3 удалений

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

@ -1,7 +1,13 @@
.app-spreed #app-navigation {
padding-top: 46px;
padding-bottom: 0;
}
#oca-spreedme-add-room {
position: relative;
border-bottom: 1px solid #ddd;
margin-bottom: 5px;
position: absolute;
width: 249px;
top: 0;
border-bottom: 1px solid #eee;
}
#oca-spreedme-add-room input {
width: 100%;