]> git.mxchange.org Git - friendica-addons.git/blob - jappixmini/jappix/css/rosterx.css
Merge pull request #48 from Leberwurscht/master
[friendica-addons.git] / jappixmini / jappix / css / rosterx.css
1 /*
2
3 Jappix - An open social platform
4 This is the Roster Item Exchange tool CSS stylesheet for Jappix
5
6 -------------------------------------------------
7
8 License: AGPL
9 Author: Vanaryon
10 Last revision: 05/02/11
11
12 */
13
14 #rosterx .content {
15         padding: 10px 0 10px 0;
16 }
17
18 #rosterx .rosterx-head a {
19         font-size: 0.9em;
20         margin: 3px 4px;
21         float: left;
22 }
23
24 #rosterx .oneresult:hover {
25         cursor: pointer;
26 }
27
28 #rosterx .oneresult span {
29         margin: 2px 5px 0 5px;
30         overflow: hidden;
31         float: left;
32 }
33
34 #rosterx .oneresult span.name {
35         width: 230px;
36         font-weight: bold;
37 }
38
39 #rosterx .oneresult span.xid {
40         width: 270px;
41         font-size: 0.9em;
42 }
43
44 #rosterx .oneresult span.action {
45         width: 16px;
46         height: 16px;
47         margin-top: 4px;
48         float: right;
49 }
50
51 #rosterx .oneresult span.action.modify {
52         background-position: 0 -1244px;
53 }