UX: move imgur album CSS to Discourse repo

This commit is contained in:
Arpit Jalan 2015-11-03 12:25:22 +05:30
parent 5cd6308850
commit 688d44278e
1 changed files with 31 additions and 0 deletions

View File

@ -260,3 +260,34 @@ aside.onebox.twitterstatus .onebox-body {
padding-top: 5px;
}
}
// Onebox - Imgur - Album
.onebox.imgur-album {
.outer-box {
position: absolute;
z-index: 935;
width: 100%;
height: 30px;
overflow: hidden;
font-size: 12px;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
.inner-box {
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: normal;
white-space: nowrap;
.album-title {
width: 100%;
font-size: 13px;
line-height: 30px;
color: #ccc;
text-decoration: none;
}
}
}
}