Generally working version.
[wolnelektury.git] / src / wolnelektury / static / scss / social / shelf_tags.scss
1 .social-shelf-tags {
2     list-style: none;
3     padding: 0;
4
5     position: absolute;
6     top: 10px;
7     right: 50px;
8         text-overflow: ellipsis;
9         white-space: nowrap;
10
11     li {
12         display: inline-block;
13         margin-right: .5em;
14         margin-bottom: .5em;
15
16         a {
17             display: block;
18             padding: .2em .9em;
19             background: #ABDADE;
20             color: #08646b;
21             border-radius: 1em;
22         }
23     }
24 }