Ignore:
Timestamp:
Jul 8, 2015, 12:53:06 AM (9 years ago)
Author:
luc
Message:

Nuovi menu per i temi presenti

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/temi/default/menu.css

    r242 r243  
    1616.main-header {
    1717  margin: auto;
    18   width: 75%;
     18  width: 100%;
    1919  min-height: 30px;
    2020  padding: 1em 2em;
     
    6262    text-decoration: none;
    6363  }
     64
     65/*
    6466.dropdown,
    6567.flyout {
    66   /*position: relative;*/
     68  position: relative;
    6769}
     70
    6871.dropdown:after {
    6972 content: "\25BC";
     
    7477  right: 12%;
    7578}
     79*/
    7680.drop-nav,
    7781.flyout-nav {
     
    7983  display: none;
    8084}
     85
    8186.drop-nav li {
    8287  border-bottom: 1px solid rgba(255,255,255,.2);
     
    8691  display: block;
    8792}
     93
    8894.flyout-nav {
    8995  left: 100%;
    9096  top: 0;
    9197}
     98
    9299.flyout:hover a,
    93100.flyout-nav {
    94101  background: #395066;
     102
    95103}
Note: See TracChangeset for help on using the changeset viewer.