Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 192c2acf

Von Cem Aydin vor etwa 4 Jahren hinzugefügt

  • ID 192c2acf86d12ff5919fe5f508393dcbe10c5da8
  • Vorgänger b3d3067e
  • Nachfolger 6873cc9c

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

- less/css neu kompiliert

Unterschiede anzeigen:

css/less/menu.less
80 80
      display:         block;
81 81
      color:           @menu_link;
82 82
      text-decoration: none;
83
      padding:         0.45em 0.6em 0.58em 1.3em ;
83 84
      //padding-right: 0.6em;
84 85
    }
85 86

  
......
125 126

  
126 127
        li{
127 128
          border-bottom: 1px @menu_border_color solid ;
128
          padding:       0.45em 0.6em 0.58em 0.8em ;
129 129
        }
130 130
      } // /ul (2nd and 3rd Level)
131 131

  
......
139 139

  
140 140
        & > li {
141 141
          background-color: @menu_link_bg_level2 ;
142
          padding-left:     12px ;
143 142
          margin-left:       1px;
144 143

  
145 144
          // Items with Sub Items
css/style.css
423 423
  display: block;
424 424
  color: #1b1b0e;
425 425
  text-decoration: none;
426
  padding: 0.45em 0.6em 0.58em 1.3em;
426 427
}
427 428
#menuv3 > ul {
428 429
  list-style: none;
......
454 455
}
455 456
#menuv3 > ul > li ul li {
456 457
  border-bottom: 1px #666633 solid;
457
  padding: 0.45em 0.6em 0.58em 0.8em;
458 458
}
459 459
#menuv3 > ul > li > ul {
460 460
  top: 32px;
......
462 462
}
463 463
#menuv3 > ul > li > ul > li {
464 464
  background-color: #ccccbb;
465
  padding-left: 12px ;
466 465
  margin-left: 1px;
467 466
}
468 467
#menuv3 > ul > li > ul > li div.x {

Auch abrufbar als: Unified diff