Ignore:
Timestamp:
01/06/16 16:02:29 (9 years ago)
Author:
nanardon
Message:

Replace vertical menu by an horizontal top one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/static/struct.css

    r1585 r1596  
    11/* $Id$ */ 
    22 
     3.ui-menu:after { 
     4    content: "."; 
     5    display: block; 
     6    clear: both; 
     7    visibility: hidden; 
     8    line-height: 0; 
     9    height: 0; 
     10} 
     11 
     12#menu>.ui-menu-item { 
     13    border: 1px solid #A6C9E2; 
     14    width: auto; 
     15} 
     16 
     17.ui-menu .ui-menu-item { 
     18    display: inline-block; 
     19    float: left; 
     20    margin: 0; 
     21    padding: 0; 
     22} 
     23 
    324#header  { 
    4     width: 100%; 
     25    width: auto; 
    526    padding: 0.2em; 
    627} 
    728 
    829#sidebar { 
    9     width: 180px; 
    10     padding: 0.1em; 
    11     float: left; 
    1230    font-size: 0.9em; 
    1331} 
     
    1735} 
    1836 
     37#sidebar form { 
     38    display: inline-block; 
     39} 
     40 
     41#sidebar>span { 
     42    padding-left: 20px; 
     43} 
     44 
    1945#mainbox { 
    20     width: 78%; 
    21     padding: 0em; 
    22     float: left; 
     46    width: auto; 
     47    padding: 1em; 
     48    border: groove 10px; 
    2349} 
    2450 
Note: See TracChangeset for help on using the changeset viewer.