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

69 lines
1.1 KiB
CSS
Raw Normal View History

2014-03-12 14:52:47 +01:00
/*
Jappix - An open social platform
This is the Roster Item Exchange tool CSS stylesheet for Jappix
-------------------------------------------------
License: AGPL
Author: Valérian Saliou
*/
#rosterx .content {
2014-04-08 20:14:28 +02:00
padding: 10px 0 10px 0;
2014-03-12 14:52:47 +01:00
}
#rosterx .rosterx-head a {
2014-04-08 20:14:28 +02:00
font-size: 0.9em;
margin: 3px 4px;
float: left;
2014-03-12 14:52:47 +01:00
}
html[dir="rtl"] #rosterx .rosterx-head a {
2014-04-08 20:14:28 +02:00
float: right;
2014-03-12 14:52:47 +01:00
}
#rosterx .oneresult:hover {
2014-04-08 20:14:28 +02:00
cursor: pointer;
2014-03-12 14:52:47 +01:00
}
#rosterx .oneresult span {
2014-04-08 20:14:28 +02:00
margin: 4px 5px 0 5px;
overflow: hidden;
float: left;
2014-03-12 14:52:47 +01:00
}
html[dir="rtl"] #rosterx .oneresult span {
2014-04-08 20:14:28 +02:00
float: right;
2014-03-12 14:52:47 +01:00
}
#rosterx .oneresult span.name {
2014-04-08 20:14:28 +02:00
width: 230px;
font-weight: bold;
2014-03-12 14:52:47 +01:00
}
#rosterx .oneresult span.xid {
2014-04-08 20:14:28 +02:00
width: 270px;
font-size: 0.9em;
2014-03-12 14:52:47 +01:00
}
#rosterx .oneresult span.action {
2014-04-08 20:14:28 +02:00
width: 16px;
height: 16px;
margin-top: 4px;
float: right;
2014-03-12 14:52:47 +01:00
}
html[dir="rtl"] #rosterx .oneresult span.action {
2014-04-08 20:14:28 +02:00
float: left;
2014-03-12 14:52:47 +01:00
}
#rosterx .oneresult span.action.modify {
2014-04-08 20:14:28 +02:00
background-position: 0 -1244px;
2014-03-12 14:52:47 +01:00
}
html[dir="rtl"] #rosterx .oneresult input {
2014-04-08 20:14:28 +02:00
margin-right: 10px;
margin-left: 10px;
2014-03-12 14:52:47 +01:00
}