1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/source/app/stylesheets/rosterx.css
2014-04-08 20:14:28 +02:00

69 lines
No EOL
1.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
*/
#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;
}