Fix BS3 regressions for chromium

This commit is contained in:
Steffen van Bergerem 2015-09-24 21:16:17 +02:00
parent 548132ab48
commit 36637672e3
2 changed files with 4 additions and 14 deletions

View file

@ -1,6 +1,10 @@
#conversations_container {
.stream_container { border-left: none; }
.stream_element:not(.conversation) .avatar {
min-width: 50px;
}
.stream_element {
border-bottom: 1px solid $border-grey;
&:first-child { border-top: none; }

View file

@ -156,20 +156,6 @@ li.as-result-item.active em {
color: #fff;
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
ul.as-selections li.as-selection-item {
padding-top: 6px;
padding-bottom: 6px;
}
ul.as-selections li.as-selection-item a.as-close {
margin-top: -1px;
}
ul.as-selections li.as-original input {
height: 20px;
}
}
/* Opera Hacks */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
ul.as-list {