Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 2c6e1ba3

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID 2c6e1ba30c39b9115fc77364a3e1cc2def71831a
  • Vorgänger b85761e7
  • Nachfolger a2f54021

Neues Design Bugfix: #446 Hauptmenü Klickbereich verbessert (CSS)

- less/css neu kompiliert

Unterschiede anzeigen:

css/less/menu.less
display: block;
color: @menu_link;
text-decoration: none;
padding: 0.45em 0.6em 0.58em 1.3em ;
//padding-right: 0.6em;
}
......
li{
border-bottom: 1px @menu_border_color solid ;
padding: 0.45em 0.6em 0.58em 0.8em ;
}
} // /ul (2nd and 3rd Level)
......
& > li {
background-color: @menu_link_bg_level2 ;
padding-left: 12px ;
margin-left: 1px;
// Items with Sub Items
css/style.css
display: block;
color: #1b1b0e;
text-decoration: none;
padding: 0.45em 0.6em 0.58em 1.3em;
}
#menuv3 > ul {
list-style: none;
......
}
#menuv3 > ul > li ul li {
border-bottom: 1px #666633 solid;
padding: 0.45em 0.6em 0.58em 0.8em;
}
#menuv3 > ul > li > ul {
top: 32px;
......
}
#menuv3 > ul > li > ul > li {
background-color: #ccccbb;
padding-left: 12px ;
margin-left: 1px;
}
#menuv3 > ul > li > ul > li div.x {

Auch abrufbar als: Unified diff