2008-02-05 17:11:21 +01:00
|
|
|
img {
|
2008-02-08 18:39:24 +01:00
|
|
|
vertical-align: bottom;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2008-02-08 18:39:24 +01:00
|
|
|
text-decoration: underline;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a img {
|
2008-02-08 18:39:24 +01:00
|
|
|
border: none;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2016-07-20 00:46:51 +02:00
|
|
|
.content-wrapper, .right-side {
|
|
|
|
background-color: #fff!important;
|
2008-02-08 18:39:24 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
****************
|
|
|
|
* LSobject-list
|
|
|
|
****************
|
|
|
|
*/
|
|
|
|
|
|
|
|
img.LSobject-list-ordersense {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2016-07-20 00:46:51 +02:00
|
|
|
table.LSobject-list tbody tr:hover {
|
2009-03-10 10:27:15 +01:00
|
|
|
background-color: #729EB6;
|
|
|
|
}
|
2016-07-20 00:46:51 +02:00
|
|
|
table.LSobject-list tbody tr:hover a {
|
|
|
|
color: #fff;
|
2008-07-05 22:28:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
td.LSobject-list-without-result {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-02-08 18:39:24 +01:00
|
|
|
a.LSobject-list {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/* Action */
|
2008-02-08 18:39:24 +01:00
|
|
|
a.LSobject-list-actions {
|
|
|
|
color: #0072b8;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.LSobject-list-actions:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.LSobject-list-actions {
|
2008-09-09 17:48:07 +02:00
|
|
|
text-align: center;
|
|
|
|
width: 7em;
|
2008-02-08 18:39:24 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/* Name */
|
2008-02-12 18:59:44 +01:00
|
|
|
td.LSobject-list-names {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
* Liste des pages
|
|
|
|
*/
|
2008-02-08 18:39:24 +01:00
|
|
|
p.LSobject-list-page {
|
|
|
|
text-align: center;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.LSobject-list-page {
|
2009-01-02 17:00:25 +01:00
|
|
|
color: #0072b8;
|
2008-02-08 18:39:24 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.LSobject-list-page:hover {
|
|
|
|
color: #0072b8;
|
|
|
|
}
|
|
|
|
|
|
|
|
strong.LSobject-list-page {
|
|
|
|
color: #0072b8;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
2008-02-12 18:59:44 +01:00
|
|
|
|
2009-04-10 19:13:38 +02:00
|
|
|
#LSobject_list_nbresult {
|
|
|
|
float: right;
|
|
|
|
color: #333;
|
|
|
|
font-style: italic;
|
|
|
|
margin-right: 20px;
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
*******************
|
|
|
|
* LSview-actions
|
|
|
|
*******************
|
|
|
|
*/
|
|
|
|
a.LSview-actions {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.LSview-actions {
|
2008-02-26 18:40:05 +01:00
|
|
|
clear: both;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin: 0;
|
2008-07-05 22:28:49 +02:00
|
|
|
margin-top: 0.4em;
|
2008-02-26 18:40:05 +01:00
|
|
|
margin-right: 3em;
|
|
|
|
margin-bottom: 0.8em;
|
|
|
|
color: #0072b8;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
li.LSview-actions {
|
2008-02-26 18:40:05 +01:00
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
border: 1px solid #0072b8;
|
|
|
|
border-top: 0;
|
|
|
|
padding: 0.4em;
|
2008-07-05 22:28:49 +02:00
|
|
|
display: inline;
|
|
|
|
margin-right: 1px;
|
2008-02-12 18:59:44 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
*******************
|
|
|
|
* question
|
|
|
|
*******************
|
|
|
|
*/
|
2008-02-12 18:59:44 +01:00
|
|
|
p.question {
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.question {
|
|
|
|
margin-left: 10em;
|
|
|
|
margin-top: 3em;
|
|
|
|
color: #0072b8;
|
|
|
|
}
|
2008-02-26 18:40:05 +01:00
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
*********************
|
|
|
|
* LSview_search
|
|
|
|
*********************
|
|
|
|
*/
|
2010-02-03 02:10:04 +01:00
|
|
|
div.LSview_search {
|
2008-02-26 18:40:05 +01:00
|
|
|
float: right;
|
|
|
|
margin: 0;
|
2010-02-03 02:10:04 +01:00
|
|
|
margin-top: -0.5em;
|
2008-02-26 18:40:05 +01:00
|
|
|
margin-right: 2em;
|
|
|
|
}
|
|
|
|
|
2008-06-18 14:27:35 +02:00
|
|
|
#LSview_search_param {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2008-02-26 18:40:05 +01:00
|
|
|
label.LSview_search {
|
|
|
|
font-size: 0.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type='text'].LSview_search {
|
|
|
|
border: 1px solid #0072b8;
|
|
|
|
width: 12em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type='submit'].LSview_search {
|
|
|
|
border: 1px solid #0072b8;
|
|
|
|
width: 8em;
|
2009-01-02 17:00:25 +01:00
|
|
|
background-color: #0072b8;
|
2008-02-26 18:40:05 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
2010-02-03 02:10:04 +01:00
|
|
|
|
|
|
|
#LSview_search_predefinedFilter {
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-left: 1.2em;
|
|
|
|
}
|