Chemin
This commit is contained in:
parent
8bfa2f6f2b
commit
92d20339f7
BIN
public/themes/default/images/chemin/bg-blanc.gif
Normal file
BIN
public/themes/default/images/chemin/bg-blanc.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 B |
BIN
public/themes/default/images/chemin/bg-gris.gif
Normal file
BIN
public/themes/default/images/chemin/bg-gris.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 B |
BIN
public/themes/default/images/chemin/fleche1.gif
Normal file
BIN
public/themes/default/images/chemin/fleche1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 415 B |
BIN
public/themes/default/images/chemin/fleche2.gif
Normal file
BIN
public/themes/default/images/chemin/fleche2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 401 B |
BIN
public/themes/default/images/chemin/ico-home.gif
Normal file
BIN
public/themes/default/images/chemin/ico-home.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 399 B |
@ -88,3 +88,73 @@ ul.ui-autocomplete {
|
||||
#lastEnrichissement {
|
||||
margin:5px 0;
|
||||
}
|
||||
|
||||
.rounded_t {
|
||||
border-radius: 5px 5px 0 0;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.chemin {
|
||||
background: url("/themes/default/images/chemin/bg-blanc.gif") repeat-x scroll left center transparent;
|
||||
/*border: 1px solid #C8C8C8;*/
|
||||
color: #00288C;
|
||||
font-size: 14px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
/*padding-right: 35px;*/
|
||||
position: relative;
|
||||
/*width: 958px;*/
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.chemin .e0 {
|
||||
background: url("/themes/default/images/chemin/bg-gris.gif") repeat-x scroll 0 0 transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.chemin li {
|
||||
background: url("/themes/default/images/chemin/fleche1.gif") no-repeat scroll 0 0 transparent;
|
||||
float: left;
|
||||
list-style: none outside none;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.chemin .e0 a {
|
||||
background: url("/themes/default/images/chemin/ico-home.gif") no-repeat scroll 0 0 transparent;
|
||||
padding: 30px 0 0;
|
||||
width: 34px;
|
||||
}
|
||||
|
||||
.chemin li a {
|
||||
background: url("/themes/default/images/chemin/bg-gris.gif") repeat-x scroll 0 0 transparent;
|
||||
color: #FFFFFF;
|
||||
float: left;
|
||||
padding: 0 12px 0 9px;
|
||||
}
|
||||
|
||||
.chemin a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.lir {
|
||||
background-repeat: no-repeat;
|
||||
height: 0 !important;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.chemin .last {
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
|
||||
.chemin .last h1, .chemin .last span, .chemin .last h1, .chemin .last a {
|
||||
background: url("/themes/default/images/chemin/fleche2.gif") no-repeat scroll 0 0 transparent;
|
||||
color: #141414;
|
||||
display: block;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
overflow: hidden;
|
||||
padding-left: 28px;
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Reference in New Issue
Block a user