mm-1874 - Improving team url screen and fixing file attachments in IE 10

Этот коммит содержится в:
Asaad Mahmood
2015-08-04 18:58:13 +05:00
родитель 42c5d0d366
Коммит 6ee11f0cbe
3 изменённых файлов: 23 добавлений и 2 удалений

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

@@ -137,6 +137,7 @@
}
}
.post-image__thumbnail {
display: block;
width: 50%;
height: 100%;
}

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

@@ -54,6 +54,24 @@
margin-bottom: 1em;
}
.input-group {
&.input-group--limit {
table-layout: fixed;
width: 100%;
.form-control {
text-align: left;
display: table-cell;
width: 100%;
}
.input-group-addon {
width: 50%;
display: table-cell;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
.inner__content {
padding: 0 15px;
margin: 30px 0 20px;