mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 03:18:48 +00:00
jappixmini: include jappix source
This commit is contained in:
parent
61eb1f0d18
commit
302b2820d1
231 changed files with 96082 additions and 2 deletions
53
jappixmini/jappix/css/rosterx.css
Normal file
53
jappixmini/jappix/css/rosterx.css
Normal file
|
@ -0,0 +1,53 @@
|
|||
/*
|
||||
|
||||
Jappix - An open social platform
|
||||
This is the Roster Item Exchange tool CSS stylesheet for Jappix
|
||||
|
||||
-------------------------------------------------
|
||||
|
||||
License: AGPL
|
||||
Author: Vanaryon
|
||||
Last revision: 05/02/11
|
||||
|
||||
*/
|
||||
|
||||
#rosterx .content {
|
||||
padding: 10px 0 10px 0;
|
||||
}
|
||||
|
||||
#rosterx .rosterx-head a {
|
||||
font-size: 0.9em;
|
||||
margin: 3px 4px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#rosterx .oneresult:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#rosterx .oneresult span {
|
||||
margin: 2px 5px 0 5px;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#rosterx .oneresult span.name {
|
||||
width: 230px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#rosterx .oneresult span.xid {
|
||||
width: 270px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#rosterx .oneresult span.action {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: 4px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
#rosterx .oneresult span.action.modify {
|
||||
background-position: 0 -1244px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue