mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
70 lines
1 KiB
CSS
70 lines
1 KiB
CSS
|
/*
|
||
|
|
||
|
Jappix - An open social platform
|
||
|
This is the Roster Item Exchange tool CSS stylesheet for Jappix
|
||
|
|
||
|
-------------------------------------------------
|
||
|
|
||
|
License: AGPL
|
||
|
Author: Valérian Saliou
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
html[dir="rtl"] #rosterx .rosterx-head a {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
#rosterx .oneresult:hover {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
#rosterx .oneresult span {
|
||
|
margin: 4px 5px 0 5px;
|
||
|
overflow: hidden;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
html[dir="rtl"] #rosterx .oneresult span {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
#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;
|
||
|
}
|
||
|
|
||
|
html[dir="rtl"] #rosterx .oneresult span.action {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
#rosterx .oneresult span.action.modify {
|
||
|
background-position: 0 -1244px;
|
||
|
}
|
||
|
|
||
|
html[dir="rtl"] #rosterx .oneresult input {
|
||
|
margin-right: 10px;
|
||
|
margin-left: 10px;
|
||
|
}
|