merged editmenu submodule

This commit is contained in:
Bachir Soussi Chiadmi
2015-04-19 16:06:48 +02:00
27 changed files with 2111 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

View File

@@ -0,0 +1,52 @@
.editmenu-block {
height: 21px;
}
#editmenu {
background: #ddd;
color: #333;
border-bottom: 1px solid #999;
font: 11px Verdana, Helvetica, sans-serif;
width: 100%;
text-align: left;
}
#editmenu a {
color: #333;
text-decoration: none;
background: #ddd;
border-right: 1px solid #999;
border-left: 1px solid #eee;
padding: 2px 6px 3px 6px;
width: auto;
}
#editmenu li {
background: #ddd;
text-align: left;
}
#editmenu li.expanded > a {
background: url(right-green.gif) no-repeat 97%;
padding-right: 2em;
}
#editmenu li.root > a {
font-weight: 700;
background: url(down-green.gif) no-repeat 97%;
}
#editmenu li:hover,
#editmenu li.sfHover,
#editmenu a:focus,
#editmenu a:hover,
#editmenu a:active {
background: #3875d7;
color: #fff;
}
#editmenu li:hover ul,
ul#editmenu li.sfHover ul {
border-top: 1px solid white;
border-bottom: 1px solid #999;
}
#editmenu li ul a {
height: auto;
}
/* vim: ts=2 sw=2 et syntax=css
*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 893 B