Ignore:
Timestamp:
05/16/12 09:38:44 (12 years ago)
Author:
nanardon
Message:
  • add left menu
Location:
LATMOS-Accounts-Web/root/static
Files:
2 edited

Legend:

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

    r976 r977  
     1/* $Id$ */ 
    12 
    23#header  { 
    3     background-color: #7DB4D8; 
    44    width: 100%; 
    55    padding: 0.2em; 
  • LATMOS-Accounts-Web/root/static/style.css

    r976 r977  
    218218} 
    219219 
     220#sidebar { 
     221    background-color: #4e8fbb; 
     222    border: solid; 
     223    border-color: #437ba1; 
     224} 
     225 
     226#sidebar h3 { 
     227    font-size: 0.8em; 
     228} 
     229 
     230#sidebar ul { 
     231    list-style-type: none; 
     232    padding: 0em; 
     233} 
     234 
     235#sidebar li { 
     236    font-size: 0.8em; 
     237} 
     238 
     239#header  { 
     240    background-color: #7DB4D8; 
     241} 
Note: See TracChangeset for help on using the changeset viewer.