Visibilité

This commit is contained in:
Michael RICOIS 2011-12-23 16:25:49 +00:00
parent fefcff02b3
commit 4bf8336ace

View File

@ -6,23 +6,6 @@ body {
padding: 0;
}
.critereSelection li
{
list-style: none;
}
select {
width:150px;
}
label {
font-weight:800;
}
ul, ul li {
margin: 0 5px;
padding: 0 5px;
}
#global {
position: relative;
width:1050px;
@ -49,23 +32,6 @@ ul, ul li {
width:350px;
}
.liHover {
border:1px solid silver;
padding:5px;
margin:1px;
background-image: url('/themes/default/images/moins.png');
background-repeat: no-repeat;
background-position:2px;
padding-left:25px;
cursor:move;
}
.ui-state-highlight {margin-top:5px; height: 2.5em; line-height: 1.2em; }
.liHover:hover {
background-color: #E2E6E5;
cursor:pointer;
}
#header h1 {
border: 0 none;
bottom: 15px;
@ -169,6 +135,40 @@ ul, ul li {
#footer {}
.critereSelection li
{
list-style: none;
}
select {
width:150px;
}
label {
font-weight:800;
}
ul, ul li {
margin: 0 5px;
padding: 0 5px;
}
.liHover {
border:1px solid silver;
padding:5px;
margin:1px;
background-image: url('/themes/default/images/moins.png');
background-repeat: no-repeat;
background-position:2px;
padding-left:25px;
cursor:move;
}
.ui-state-highlight {margin-top:5px; height: 2.5em; line-height: 1.2em; }
.liHover:hover {
background-color: #E2E6E5;
cursor:pointer;
}
table#client { width:100%; }
table#client td {
border:1px solid #000;