PluginProbe
Friends / 2.8.2
Friends v2.8.2
4.3.2 4.3.1 4.3.0 4.2.2 4.2.1 4.2.0 4.1.0 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.8.9 2.9.0 2.9.1 All 88 releases
friends / friends-blocks.css

friends-blocks.css in Friends 2.8.2, at friends-blocks.css

24 lines 350 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .only-friends {
3 background-color: #efe;
4 padding-left: .5em;
5 }
6
7 .not-friends {
8 background-color: #fee;
9 padding-left: .5em;
10 }
11
12 .only-friends .watermark, .not-friends .watermark {
13 float: right;
14 padding-top: .5em;
15 padding-right: .5em;
16 font-size: 80%;
17 color: #ccc;
18 }
19
20 ul.friend-posts img.avatar {
21 vertical-align: middle;
22 margin-right: .3em;
23 }
24