mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-04-03 09:31:46 +01:00
style & images for menu
This commit is contained in:
parent
f363e3812e
commit
40c51ced43
@ -114,10 +114,10 @@ p#topheader {
|
|||||||
.menu li,
|
.menu li,
|
||||||
ul#links li {
|
ul#links li {
|
||||||
margin: 5px 0;
|
margin: 5px 0;
|
||||||
list-style: square outside none;
|
list-style: none outside none;
|
||||||
}
|
}
|
||||||
ul#links li {
|
ul#links li {
|
||||||
margin: 5px 0 0 15px;
|
margin: 5px 0 0 0;
|
||||||
}
|
}
|
||||||
ul#links li ul {
|
ul#links li ul {
|
||||||
padding: 5px 0 5px 10px;
|
padding: 5px 0 5px 10px;
|
||||||
@ -125,10 +125,24 @@ ul#links li {
|
|||||||
ul#links li li {
|
ul#links li li {
|
||||||
margin: 0 0 0 5px;
|
margin: 0 0 0 5px;
|
||||||
}
|
}
|
||||||
|
.menu li a,
|
||||||
|
ul#links li a {
|
||||||
|
background: url(../images/style/cave-picto.png) no-repeat 0 8px;
|
||||||
|
padding-left: 18px;
|
||||||
|
}
|
||||||
.menu li a:hover,
|
.menu li a:hover,
|
||||||
ul#links li a:hover {
|
ul#links li a:hover {
|
||||||
|
background-position: 0 -8px;
|
||||||
border-bottom: 2px solid #d7442b;
|
border-bottom: 2px solid #d7442b;
|
||||||
}
|
}
|
||||||
|
ul#links li a.editlink {
|
||||||
|
background: url(../images/style/edit-picto.png) no-repeat 100% 0;
|
||||||
|
font-size: 85%;
|
||||||
|
padding: 0 18px;
|
||||||
|
}
|
||||||
|
ul#links li a.editlink:hover {
|
||||||
|
background-position: 100% -18px;
|
||||||
|
}
|
||||||
|
|
||||||
/* TABLES */
|
/* TABLES */
|
||||||
table.trad, table.centre {
|
table.trad, table.centre {
|
||||||
|
BIN
images/style/cave-picto.png
Normal file
BIN
images/style/cave-picto.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 263 B |
BIN
images/style/edit-picto.png
Normal file
BIN
images/style/edit-picto.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 584 B |
Loading…
x
Reference in New Issue
Block a user